Color Hex Logo

#facfeb Color Hex

#FACFEB
(250,207,235)
0 Favorites   0 Comments

Color spaces of #facfeb

RGB 250207235
HSL0.890.810.90
HSV321°17°98°
CMYK 0.000.170.06   0.02
XYZ76.732670.947888.2473
Yxy70.94780.32520.3007
Hunter Lab84.230515.2071-3.1561
CIE-Lab87.459619.6220-8.0919

#facfeb color RGB value is (250,207,235).

#facfeb hex color red value is 250, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #facfeb hue: 0.89 , saturation: 0.81 and the lightness value of facfeb is 0.90.

The process color (four color CMYK) of #facfeb color hex is 0.00, 0.17, 0.06, 0.02. Web safe color of #facfeb is #ffccff. Color #facfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 11101011
Octal 372 317 353
Decimal 250 207 235
Hex FA CF EB

RGB Percentages of Color #facfeb

%36.13
%29.91
%33.96

CMYK Percentages of Color #facfeb

%0
%17
%6
%2

Triadic Colors of #facfeb

#facfeb #ebfacf #cfebfa

Analogous Colors of #facfeb

#facfeb #facfd6 #f4cffa

Monochromatic Colors of #facfeb

#facfeb

Complementary Color

#facfeb #cffade

#facfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facfeb Color CSS Codes

.mybgcolor {background-color:#facfeb; } 
.myforecolor {color:#facfeb; }
.mybordercolor {border:3px solid #facfeb; }

#facfeb Text Font Color

<p style="color:#facfeb">Text here</p>

This sample text font color is #facfeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#facfeb Background Color

<div style="background-color:#facfeb">
Div content here</div>

This div background color is #facfeb


#facfeb Border Color

<div style="border:3px solid #facfeb">
Div here</div>

This div border color is #facfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,207,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #facfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #facfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #facfeb;
  box-shadow:         1px 1px 3px 2px #facfeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,207,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #facfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #facfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #facfeb;
  box-shadow:         1px 1px 3px 2px #facfeb;">
Div content here</div>

This div box has shadow with color #facfeb

Related Colors


Comments

No comments written yet.

Please login to write comment.