Color Hex Logo

#faefec Color Hex

#FAEFEC
(250,239,236)
0 Favorites   0 Comments

Color spaces of #faefec

RGB 250239236
HSL0.040.580.95
HSV13°98°
CMYK 0.000.040.06   0.02
XYZ85.431288.113191.8617
Yxy88.11310.32190.3320
Hunter Lab93.8686-1.81457.6856
CIE-Lab95.20853.18842.7564

#faefec color RGB value is (250,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 11101100
Octal 372 357 354
Decimal 250 239 236
Hex FA EF EC

RGB Percentages of Color #faefec

%34.48
%32.97
%32.55

CMYK Percentages of Color #faefec

%0
%4
%6
%2

Triadic Colors of #faefec

#faefec #ecfaef #efecfa

Analogous Colors of #faefec

#faefec #faf6ec #faecf0

Monochromatic Colors of #faefec

#faefec

Complementary Color

#faefec #ecf7fa

#faefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#faefec Color CSS Codes

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

#faefec Text Font Color

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

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


#faefec Background Color

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

This div background color is #faefec


#faefec Border Color

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

This div border color is #faefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faefec

#faefec Color Palettes


Comments

No comments written yet.

Please login to write comment.