#F2DEC4

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

Shades of Sazerac #F2DEC4

Tints of Sazerac #F2DEC4

Color information

#F2DEC4 (or 0xF2DEC4) is unknown color: approx Sazerac. HEX triplet: F2, DE and C4. RGB value is (242,222,196). Sum of RGB (Red+Green+Blue) = 242+222+196=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 196 (76.95% from 255 or 29.70% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC4 is #0D213B. Grayscale: #E1E1E1. Windows color (decimal): -860476 or 12902130. OLE color: 12902130.

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

Color convert

RGB242222196-
CMYK00.080.190.05
HSL33.91º63.89%85.88%-
HSV(B)33.91º19.01%94.9%-
XYZ72.775.1162.89-
YUV225.02111.63140.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.67%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 196 (76.95% from 255) = 29.70%
R=36.67%
G=33.64%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222219600.080.190.0533.9163.8985.88
HexF2DEC408135224056
Octal36233630401023542100126
Binary111100101101111011000100010001001110110001010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEC4; }

 p { color: rgb(242,222,196); }

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

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

 a { background-color: rgb(242,222,196); }

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

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

 span { border-color: rgb(242,222,196); }

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