Color Hex Logo

#faefcb Color Hex

#FAEFCB
(250,239,203)
0 Favorites   0 Comments

Color spaces of #faefcb

RGB 250239203
HSL0.130.820.89
HSV46°19°98°
CMYK 0.000.040.19   0.02
XYZ81.070386.368868.8979
Yxy86.36880.34300.3654
Hunter Lab92.9348-6.924121.0993
CIE-Lab94.4698-1.981618.7619

#faefcb color RGB value is (250,239,203).

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

The process color (four color CMYK) of #faefcb color hex is 0.00, 0.04, 0.19, 0.02. Web safe color of #faefcb is #ffffcc. Color #faefcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11001011
Octal 372 357 313
Decimal 250 239 203
Hex FA EF CB

RGB Percentages of Color #faefcb

%36.13
%34.54
%29.34

CMYK Percentages of Color #faefcb

%0
%4
%19
%2

Triadic Colors of #faefcb

#faefcb #cbfaef #efcbfa

Analogous Colors of #faefcb

#faefcb #eefacb #fad8cb

Monochromatic Colors of #faefcb

#faefcb

Complementary Color

#faefcb #cbd6fa

#faefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefcb Color CSS Codes

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

#faefcb Text Font Color

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

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


#faefcb Background Color

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

This div background color is #faefcb


#faefcb Border Color

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

This div border color is #faefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefcb


Comments

No comments written yet.

Please login to write comment.