Color Hex Logo

#faefea Color Hex

#FAEFEA
(250,239,234)
0 Favorites   0 Comments

Color spaces of #faefea

RGB 250239234
HSL0.050.620.95
HSV19°98°
CMYK 0.000.040.06   0.02
XYZ85.142187.997590.3396
Yxy87.99750.32310.3340
Hunter Lab93.8070-2.15018.5664
CIE-Lab95.15992.85323.7221

#faefea color RGB value is (250,239,234).

#faefea hex color red value is 250, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #faefea hue: 0.05 , saturation: 0.62 and the lightness value of faefea is 0.95.

The process color (four color CMYK) of #faefea color hex is 0.00, 0.04, 0.06, 0.02. Web safe color of #faefea is #ffffff. Color #faefea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11101010
Octal 372 357 352
Decimal 250 239 234
Hex FA EF EA

RGB Percentages of Color #faefea

%34.58
%33.06
%32.37

CMYK Percentages of Color #faefea

%0
%4
%6
%2

Triadic Colors of #faefea

#faefea #eafaef #efeafa

Analogous Colors of #faefea

#faefea #faf7ea #faeaed

Monochromatic Colors of #faefea

#faefea

Complementary Color

#faefea #eaf5fa

#faefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefea Color CSS Codes

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

#faefea Text Font Color

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

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


#faefea Background Color

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

This div background color is #faefea


#faefea Border Color

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

This div border color is #faefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefea

Related Colors


Comments

No comments written yet.

Please login to write comment.