#F2DEC9

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

Shades of Sazerac #F2DEC9

Tints of Sazerac #F2DEC9

Color information

#F2DEC9 (or 0xF2DEC9) is unknown color: approx Sazerac. HEX triplet: F2, DE and C9. RGB value is (242,222,201). Sum of RGB (Red+Green+Blue) = 242+222+201=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC9 is #0D2136. Grayscale: #E1E1E1. Windows color (decimal): -860471 or 13229810. OLE color: 13229810.

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

Color convert

RGB242222201-
CMYK00.080.170.05
HSL30.73º61.19%86.86%-
HSV(B)30.73º16.94%94.9%-
XYZ73.2875.3465.94-
YUV225.59114.13139.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 201 (78.91% from 255) = 30.23%
R=36.39%
G=33.38%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222220100.080.170.0530.7361.1986.86
HexF2DEC9081151f3d57
Octal3623363110102153775127
Binary1111001011011110110010010100010001101111111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEC9; }

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

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

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

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

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

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

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

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