Color Hex Logo

#faedd0 Color Hex

#FAEDD0
(250,237,208)
0 Favorites   0 Comments

Color spaces of #faedd0

RGB 250237208
HSL0.120.810.90
HSV41°17°98°
CMYK 0.000.050.17   0.02
XYZ81.093785.446471.8932
Yxy85.44640.34010.3584
Hunter Lab92.4372-5.169918.5932
CIE-Lab94.0751-0.234915.6284

#faedd0 color RGB value is (250,237,208).

#faedd0 hex color red value is 250, green value is 237 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #faedd0 hue: 0.12 , saturation: 0.81 and the lightness value of faedd0 is 0.90.

The process color (four color CMYK) of #faedd0 color hex is 0.00, 0.05, 0.17, 0.02. Web safe color of #faedd0 is #ffffcc. Color #faedd0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11010000
Octal 372 355 320
Decimal 250 237 208
Hex FA ED D0

RGB Percentages of Color #faedd0

%35.97
%34.10
%29.93

CMYK Percentages of Color #faedd0

%0
%5
%17
%2

Triadic Colors of #faedd0

#faedd0 #d0faed #edd0fa

Analogous Colors of #faedd0

#faedd0 #f2fad0 #fad8d0

Monochromatic Colors of #faedd0

#faedd0

Complementary Color

#faedd0 #d0ddfa

#faedd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedd0 Color CSS Codes

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

#faedd0 Text Font Color

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

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


#faedd0 Background Color

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

This div background color is #faedd0


#faedd0 Border Color

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

This div border color is #faedd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedd0


Comments

No comments written yet.

Please login to write comment.