Color Hex Logo

#faedd8 Color Hex

#FAEDD8
(250,237,216)
1 Favorites   0 Comments

Color spaces of #faedd8

RGB 250237216
HSL0.100.770.91
HSV37°14°98°
CMYK 0.000.050.14   0.02
XYZ82.103285.850277.2092
Yxy85.85020.33490.3502
Hunter Lab92.6554-3.975615.4528
CIE-Lab94.24830.978611.7360

#faedd8 color RGB value is (250,237,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11011000
Octal 372 355 330
Decimal 250 237 216
Hex FA ED D8

RGB Percentages of Color #faedd8

%35.56
%33.71
%30.73

CMYK Percentages of Color #faedd8

%0
%5
%14
%2

Triadic Colors of #faedd8

#faedd8 #d8faed #edd8fa

Analogous Colors of #faedd8

#faedd8 #f6fad8 #fadcd8

Monochromatic Colors of #faedd8

#faedd8

Complementary Color

#faedd8 #d8e5fa

#faedd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedd8 Color CSS Codes

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

#faedd8 Text Font Color

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

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


#faedd8 Background Color

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

This div background color is #faedd8


#faedd8 Border Color

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

This div border color is #faedd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedd8

Related Colors

#faedd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.