#F2E0CD

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

Shades of Sazerac #F2E0CD

Tints of Sazerac #F2E0CD

Color information

#F2E0CD (or 0xF2E0CD) is unknown color: approx Sazerac. HEX triplet: F2, E0 and CD. RGB value is (242,224,205). Sum of RGB (Red+Green+Blue) = 242+224+205=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0CD is #0D1F32. Grayscale: #E3E3E3. Windows color (decimal): -859955 or 13492466. OLE color: 13492466.

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

Color convert

RGB242224205-
CMYK00.070.150.05
HSL30.81º58.73%87.65%-
HSV(B)30.81º15.29%94.9%-
XYZ74.2976.668.63-
YUV227.22115.46138.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.07%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=36.07%
G=33.38%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222420500.070.150.0530.8158.7387.65
HexF2E0CD07F51f3b58
Octal362340315071753773130
Binary11110010111000001100110101111111101111111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0CD; }

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

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

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

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

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

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

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

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