#F2E0CF

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

Shades of Sazerac #F2E0CF

Tints of Sazerac #F2E0CF

Color information

#F2E0CF (or 0xF2E0CF) is unknown color: approx Sazerac. HEX triplet: F2, E0 and CF. RGB value is (242,224,207). Sum of RGB (Red+Green+Blue) = 242+224+207=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0CF is #0D1F30. Grayscale: #E3E3E3. Windows color (decimal): -859953 or 13623538. OLE color: 13623538.

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

Color convert

RGB242224207-
CMYK00.070.140.05
HSL29.14º57.38%88.04%-
HSV(B)29.14º14.46%94.9%-
XYZ74.5476.6969.91-
YUV227.44116.46138.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.96%
GREEN value IS 224 (87.89% from 255) = 33.28%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=35.96%
G=33.28%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222420700.070.140.0529.1457.3888.04
HexF2E0CF07E51d3958
Octal362340317071653571130
Binary11110010111000001100111101111110101111011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0CF; }

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

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

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

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

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

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

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

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