Color Hex Logo

#faeadc Color Hex

#FAEADC
(250,234,220)
0 Favorites   0 Comments

Color spaces of #faeadc

RGB 250234220
HSL0.080.750.92
HSV28°12°98°
CMYK 0.000.060.12   0.02
XYZ81.765484.336979.6793
Yxy84.33690.33270.3431
Hunter Lab91.8351-1.784012.8426
CIE-Lab93.59663.13348.7305

#faeadc color RGB value is (250,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11011100
Octal 372 352 334
Decimal 250 234 220
Hex FA EA DC

RGB Percentages of Color #faeadc

%35.51
%33.24
%31.25

CMYK Percentages of Color #faeadc

%0
%6
%12
%2

Triadic Colors of #faeadc

#faeadc #dcfaea #eadcfa

Analogous Colors of #faeadc

#faeadc #faf9dc #fadcdd

Monochromatic Colors of #faeadc

#faeadc

Complementary Color

#faeadc #dcecfa

#faeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeadc Color CSS Codes

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

#faeadc Text Font Color

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

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


#faeadc Background Color

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

This div background color is #faeadc


#faeadc Border Color

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

This div border color is #faeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeadc

Related Colors

#faeadc Color Palettes


Comments

No comments written yet.

Please login to write comment.