#FAE9D0

Color #FAE9D0 Blanched Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanched Almond #FAE9D0

Tints of Blanched Almond #FAE9D0

Color information

#FAE9D0 (or 0xFAE9D0) is unknown color: approx Blanched Almond. HEX triplet: FA, E9 and D0. RGB value is (250,233,208). Sum of RGB (Red+Green+Blue) = 250+233+208=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 208 (81.64% from 255 or 30.10% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9D0 is #05162F. Grayscale: #EBEBEB. Windows color (decimal): -333360 or 13691386. OLE color: 13691386.

HSL color Cylindrical-coordinate representation of color #FAE9D0: hue angle of 35.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAE9D0 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250233208-
CMYK00.070.170.02
HSL35.71º80.77%89.8%-
HSV(B)35.71º16.8%98.04%-
XYZ79.9583.1671.51-
YUV235.23112.63138.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 208 (81.64% from 255) = 30.10%
R=36.18%
G=33.72%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023320800.070.170.0235.7180.7789.8
HexFAE9D00711224515a
Octal3723513200721244121132
Binary1111101011101001110100000111100011010010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9D0; }

 p { color: rgb(250,233,208); }

 H1.HeaderClassName
 {
   color: #FAE9D0;
 }
 .AnyTagClassName
 {
   color: #FAE9D0;
 }
</style>
background-color css

<style>
 a { background-color: #FAE9D0; }

 a { background-color: rgb(250,233,208); }

 div.DivClassName
 {
   background-color: #FAE9D0;
 }
 .BgClassName
 {
   background-color: #FAE9D0;
 }
</style>
border-color css

<style>
 span { border-color: #FAE9D0; }

 span { border-color: rgb(250,233,208); }

 td.TdClassName
 {
   border-color: #FAE9D0;
 }
 .TagClassName
 {
   border-color: #FAE9D0;
 }
</style>