#F0E0CE

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

Shades of Sazerac #F0E0CE

Tints of Sazerac #F0E0CE

Color information

#F0E0CE (or 0xF0E0CE) is unknown color: approx Sazerac. HEX triplet: F0, E0 and CE. RGB value is (240,224,206). Sum of RGB (Red+Green+Blue) = 240+224+206=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CE is #0F1F31. Grayscale: #E2E2E2. Windows color (decimal): -991026 or 13558000. OLE color: 13558000.

HSL color Cylindrical-coordinate representation of color #F0E0CE: hue angle of 31.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0E0CE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240224206-
CMYK00.070.140.06
HSL31.76º53.12%87.45%-
HSV(B)31.76º14.17%94.12%-
XYZ73.7376.2969.23-
YUV226.73116.3137.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 206 (80.86% from 255) = 30.75%
R=35.82%
G=33.43%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022420600.070.140.0631.7653.1287.45
HexF0E0CE07E6203557
Octal360340316071664065127
Binary111100001110000011001110011111101101000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0CE; }

 p { color: rgb(240,224,206); }

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

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

 a { background-color: rgb(240,224,206); }

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

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

 span { border-color: rgb(240,224,206); }

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