#F2DEC7

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

Shades of Sazerac #F2DEC7

Tints of Sazerac #F2DEC7

Color information

#F2DEC7 (or 0xF2DEC7) is unknown color: approx Sazerac. HEX triplet: F2, DE and C7. RGB value is (242,222,199). Sum of RGB (Red+Green+Blue) = 242+222+199=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC7 is #0D2138. Grayscale: #E1E1E1. Windows color (decimal): -860473 or 13098738. OLE color: 13098738.

HSL color Cylindrical-coordinate representation of color #F2DEC7: hue angle of 32.09º degrees, saturation: 0.62, 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 #F2DEC7 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242222199-
CMYK00.080.180.05
HSL32.09º62.32%86.47%-
HSV(B)32.09º17.77%94.9%-
XYZ73.0575.2464.71-
YUV225.36113.13139.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 199 (78.12% from 255) = 30.02%
R=36.50%
G=33.48%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222219900.080.180.0532.0962.3286.47
HexF2DEC708125203e56
Octal3623363070102254076126
Binary11110010110111101100011101000100101011000001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEC7; }

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

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

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

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

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

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

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

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