#F8E8D0

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

Shades of Blanched Almond #F8E8D0

Tints of Blanched Almond #F8E8D0

Color information

#F8E8D0 (or 0xF8E8D0) is unknown color: approx Blanched Almond. HEX triplet: F8, E8 and D0. RGB value is (248,232,208). Sum of RGB (Red+Green+Blue) = 248+232+208=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E8D0 is #07172F. Grayscale: #EAEAEA. Windows color (decimal): -464688 or 13691128. OLE color: 13691128.

HSL color Cylindrical-coordinate representation of color #F8E8D0: hue angle of 36º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F8E8D0 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248232208-
CMYK00.060.160.03
HSL36º74.07%89.41%-
HSV(B)36º16.13%97.25%-
XYZ78.9582.2271.38-
YUV234.05113.3137.95-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 208 (81.64% from 255) = 30.23%
R=36.05%
G=33.72%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823220800.060.160.033674.0789.41
HexF8E8D006103244a59
Octal3703503200620344112131
Binary1111100011101000110100000110100001110010010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E8D0; }

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

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

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

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

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

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

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

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