Color Hex Logo

#faecdd Color Hex

#FAECDD
(250,236,221)
0 Favorites   0 Comments

Color spaces of #faecdd

RGB 250236221
HSL0.090.740.92
HSV31°12°98°
CMYK 0.000.060.12   0.02
XYZ82.470985.535480.5699
Yxy85.53540.33180.3441
Hunter Lab92.4854-2.677613.0884
CIE-Lab94.11332.27008.9524

#faecdd color RGB value is (250,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101100 11011101
Octal 372 354 335
Decimal 250 236 221
Hex FA EC DD

RGB Percentages of Color #faecdd

%35.36
%33.38
%31.26

CMYK Percentages of Color #faecdd

%0
%6
%12
%2

Triadic Colors of #faecdd

#faecdd #ddfaec #ecddfa

Analogous Colors of #faecdd

#faecdd #fafadd #fadedd

Monochromatic Colors of #faecdd

#faecdd

Complementary Color

#faecdd #ddebfa

#faecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faecdd Color CSS Codes

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

#faecdd Text Font Color

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

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


#faecdd Background Color

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

This div background color is #faecdd


#faecdd Border Color

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

This div border color is #faecdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,236,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 #faecdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faecdd

Related Colors


Comments

No comments written yet.

Please login to write comment.