Color Hex Logo

#fae1dc Color Hex

#FAE1DC
(250,225,220)
0 Favorites   0 Comments

Color spaces of #fae1dc

RGB 250225220
HSL0.030.750.92
HSV10°12°98°
CMYK 0.000.100.12   0.02
XYZ79.267879.341778.8468
Yxy79.34170.33380.3341
Hunter Lab89.07402.96959.8692
CIE-Lab91.38877.75855.5536

#fae1dc color RGB value is (250,225,220).

#fae1dc hex color red value is 250, green value is 225 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fae1dc hue: 0.03 , saturation: 0.75 and the lightness value of fae1dc is 0.92.

The process color (four color CMYK) of #fae1dc color hex is 0.00, 0.10, 0.12, 0.02. Web safe color of #fae1dc is #ffcccc. Color #fae1dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 11011100
Octal 372 341 334
Decimal 250 225 220
Hex FA E1 DC

RGB Percentages of Color #fae1dc

%35.97
%32.37
%31.65

CMYK Percentages of Color #fae1dc

%0
%10
%12
%2

Triadic Colors of #fae1dc

#fae1dc #dcfae1 #e1dcfa

Analogous Colors of #fae1dc

#fae1dc #faf0dc #fadce6

Monochromatic Colors of #fae1dc

#fae1dc

Complementary Color

#fae1dc #dcf5fa

#fae1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae1dc Color CSS Codes

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

#fae1dc Text Font Color

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

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


#fae1dc Background Color

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

This div background color is #fae1dc


#fae1dc Border Color

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

This div border color is #fae1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae1dc


Comments

No comments written yet.

Please login to write comment.