Color Hex Logo

#facdcb Color Hex

#FACDCB
(250,205,203)
0 Favorites   0 Comments

Color spaces of #facdcb

RGB 250205203
HSL0.010.820.89
HSV19°98°
CMYK 0.000.180.19   0.02
XYZ72.035268.298465.8862
Yxy68.29840.34930.3312
Hunter Lab82.642810.963610.5816
CIE-Lab86.155415.54256.9660

#facdcb color RGB value is (250,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11001011
Octal 372 315 313
Decimal 250 205 203
Hex FA CD CB

RGB Percentages of Color #facdcb

%37.99
%31.16
%30.85

CMYK Percentages of Color #facdcb

%0
%18
%19
%2

Triadic Colors of #facdcb

#facdcb #cbfacd #cdcbfa

Analogous Colors of #facdcb

#facdcb #fae5cb #facbe1

Monochromatic Colors of #facdcb

#facdcb

Complementary Color

#facdcb #cbf8fa

#facdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdcb Color CSS Codes

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

#facdcb Text Font Color

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

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


#facdcb Background Color

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

This div background color is #facdcb


#facdcb Border Color

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

This div border color is #facdcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,205,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 #facdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdcb


Comments

No comments written yet.

Please login to write comment.