Color Hex Logo

#faefcc Color Hex

#FAEFCC
(250,239,204)
0 Favorites   0 Comments

Color spaces of #faefcc

RGB 250239204
HSL0.130.820.89
HSV46°18°98°
CMYK 0.000.040.18   0.02
XYZ81.189986.416669.5277
Yxy86.41660.34240.3644
Hunter Lab92.9605-6.782520.7278
CIE-Lab94.4902-1.836418.2754

#faefcc color RGB value is (250,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11001100
Octal 372 357 314
Decimal 250 239 204
Hex FA EF CC

RGB Percentages of Color #faefcc

%36.08
%34.49
%29.44

CMYK Percentages of Color #faefcc

%0
%4
%18
%2

Triadic Colors of #faefcc

#faefcc #ccfaef #efccfa

Analogous Colors of #faefcc

#faefcc #eefacc #fad8cc

Monochromatic Colors of #faefcc

#faefcc

Complementary Color

#faefcc #ccd7fa

#faefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefcc Color CSS Codes

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

#faefcc Text Font Color

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

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


#faefcc Background Color

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

This div background color is #faefcc


#faefcc Border Color

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

This div border color is #faefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefcc


Comments

No comments written yet.

Please login to write comment.