#F9E8D0

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

Shades of Blanched Almond #F9E8D0

Tints of Blanched Almond #F9E8D0

Color information

#F9E8D0 (or 0xF9E8D0) is unknown color: approx Blanched Almond. HEX triplet: F9, E8 and D0. RGB value is (249,232,208). Sum of RGB (Red+Green+Blue) = 249+232+208=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E8D0 is #06172F. Grayscale: #EAEAEA. Windows color (decimal): -399152 or 13691129. OLE color: 13691129.

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

Color convert

RGB249232208-
CMYK00.070.160.02
HSL35.12º77.36%89.61%-
HSV(B)35.12º16.47%97.65%-
XYZ79.3182.4171.4-
YUV234.35113.13138.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 208 (81.64% from 255) = 30.19%
R=36.14%
G=33.67%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923220800.070.160.0235.1277.3689.61
HexF9E8D007102234d5a
Octal3713503200720243115132
Binary1111100111101000110100000111100001010001110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E8D0; }

 p { color: rgb(249,232,208); }

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

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

 a { background-color: rgb(249,232,208); }

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

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

 span { border-color: rgb(249,232,208); }

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