#F0DEC8

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

Shades of Sazerac #F0DEC8

Tints of Sazerac #F0DEC8

Color information

#F0DEC8 (or 0xF0DEC8) is unknown color: approx Sazerac. HEX triplet: F0, DE and C8. RGB value is (240,222,200). Sum of RGB (Red+Green+Blue) = 240+222+200=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEC8 is #0F2137. Grayscale: #E0E0E0. Windows color (decimal): -991544 or 13164272. OLE color: 13164272.

HSL color Cylindrical-coordinate representation of color #F0DEC8: hue angle of 33º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0DEC8 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240222200-
CMYK00.080.170.06
HSL33º57.14%86.27%-
HSV(B)33º16.67%94.12%-
XYZ72.4874.9465.29-
YUV224.87113.96138.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 200 (78.52% from 255) = 30.21%
R=36.25%
G=33.53%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022220000.080.170.063357.1486.27
HexF0DEC808116213956
Octal3603363100102164171126
Binary11110000110111101100100001000100011101000011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DEC8; }

 p { color: rgb(240,222,200); }

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

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

 a { background-color: rgb(240,222,200); }

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

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

 span { border-color: rgb(240,222,200); }

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