Color Hex Logo

#facfcb Color Hex

#FACFCB
(250,207,203)
0 Favorites   0 Comments

Color spaces of #facfcb

RGB 250207203
HSL0.010.820.89
HSV19°98°
CMYK 0.000.170.19   0.02
XYZ72.516769.261466.0467
Yxy69.26140.34890.3333
Hunter Lab83.22349.894911.2034
CIE-Lab86.633314.49617.6527

#facfcb color RGB value is (250,207,203).

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

The process color (four color CMYK) of #facfcb color hex is 0.00, 0.17, 0.19, 0.02. Web safe color of #facfcb is #ffcccc. Color #facfcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 11001011
Octal 372 317 313
Decimal 250 207 203
Hex FA CF CB

RGB Percentages of Color #facfcb

%37.88
%31.36
%30.76

CMYK Percentages of Color #facfcb

%0
%17
%19
%2

Triadic Colors of #facfcb

#facfcb #cbfacf #cfcbfa

Analogous Colors of #facfcb

#facfcb #fae7cb #facbdf

Monochromatic Colors of #facfcb

#facfcb

Complementary Color

#facfcb #cbf6fa

#facfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facfcb Color CSS Codes

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

#facfcb Text Font Color

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

This sample text font color is #facfcb
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.


#facfcb Background Color

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

This div background color is #facfcb


#facfcb Border Color

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

This div border color is #facfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facfcb


Comments

No comments written yet.

Please login to write comment.