Color Hex Logo

#faecd9 Color Hex

#FAECD9
(250,236,217)
0 Favorites   0 Comments

Color spaces of #faecd9

RGB 250236217
HSL0.100.770.92
HSV35°13°98°
CMYK 0.000.060.13   0.02
XYZ81.944285.324777.7960
Yxy85.32470.33440.3482
Hunter Lab92.3714-3.299514.7254
CIE-Lab94.02291.642610.8967

#faecd9 color RGB value is (250,236,217).

#faecd9 hex color red value is 250, green value is 236 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #faecd9 hue: 0.10 , saturation: 0.77 and the lightness value of faecd9 is 0.92.

The process color (four color CMYK) of #faecd9 color hex is 0.00, 0.06, 0.13, 0.02. Web safe color of #faecd9 is #ffffcc. Color #faecd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11011001
Octal 372 354 331
Decimal 250 236 217
Hex FA EC D9

RGB Percentages of Color #faecd9

%35.56
%33.57
%30.87

CMYK Percentages of Color #faecd9

%0
%6
%13
%2

Triadic Colors of #faecd9

#faecd9 #d9faec #ecd9fa

Analogous Colors of #faecd9

#faecd9 #f8fad9 #fadcd9

Monochromatic Colors of #faecd9

#faecd9

Complementary Color

#faecd9 #d9e7fa

#faecd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecd9 Color CSS Codes

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

#faecd9 Text Font Color

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

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


#faecd9 Background Color

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

This div background color is #faecd9


#faecd9 Border Color

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

This div border color is #faecd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecd9


Comments

No comments written yet.

Please login to write comment.