Color Hex Logo

#faeddd Color Hex

#FAEDDD
(250,237,221)
0 Favorites   0 Comments

Color spaces of #faeddd

RGB 250237221
HSL0.090.740.92
HSV33°12°98°
CMYK 0.000.050.12   0.02
XYZ82.759786.112880.6661
Yxy86.11280.33170.3451
Hunter Lab92.7970-3.202013.4186
CIE-Lab94.36061.76049.3067

#faeddd color RGB value is (250,237,221).

#faeddd hex color red value is 250, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #faeddd hue: 0.09 , saturation: 0.74 and the lightness value of faeddd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11011101
Octal 372 355 335
Decimal 250 237 221
Hex FA ED DD

RGB Percentages of Color #faeddd

%35.31
%33.47
%31.21

CMYK Percentages of Color #faeddd

%0
%5
%12
%2

Triadic Colors of #faeddd

#faeddd #ddfaed #edddfa

Analogous Colors of #faeddd

#faeddd #f9fadd #fadfdd

Monochromatic Colors of #faeddd

#faeddd

Complementary Color

#faeddd #ddeafa

#faeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeddd Color CSS Codes

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

#faeddd Text Font Color

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

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


#faeddd Background Color

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

This div background color is #faeddd


#faeddd Border Color

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

This div border color is #faeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeddd


Comments

No comments written yet.

Please login to write comment.