#f2e0c6

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

Shades of Sazerac #F2E0C6

Tints of Sazerac #F2E0C6

Color information

#F2E0C6 (or 0xF2E0C6) is unknown color: approx Sazerac. HEX triplet: F2, E0 and C6. RGB value is (242,224,198). Sum of RGB (Red+Green+Blue) = 242+224+198=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 198 (77.73% from 255 or 29.82% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0C6 is #0D1F39. Grayscale: #E2E2E2. Windows color (decimal): -859962 or 13033714. OLE color: 13033714.

HSL color Cylindrical-coordinate representation of color #F2E0C6: hue angle of 35.45º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2E0C6 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242224198-
CMYK00.070.180.05
HSL35.45º62.86%86.27%-
HSV(B)35.45º18.18%94.9%-
XYZ73.4776.2764.27-
YUV226.42111.96139.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 198 (77.73% from 255) = 29.82%
R=36.45%
G=33.73%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222419800.070.180.0535.4562.8686.27
HexF2E0C607125233f56
Octal362340306072254377126
Binary1111001011100000110001100111100101011000111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e0c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e0c6; }

 p { color: rgb(242,224,198); }

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

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

 a { background-color: rgb(242,224,198); }

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

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

 span { border-color: rgb(242,224,198); }

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