Shades of Sazerac #F2DECC
Tints of Sazerac #F2DECC
RGB
CMYK
RGB Variations
Color information
#F2DECC (or 0xF2DECC) is known color: Sazerac. HEX triplet: F2, DE and CC. RGB value is (242,222,204). Sum of RGB (Red+Green+Blue) = 242+222+204=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DECC is #0D2133. Grayscale: #E2E2E2. Windows color (decimal): -860468 or 13426418. OLE color: 13426418.
HSL color Cylindrical-coordinate representation of color #F2DECC: hue angle of 28.42º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DECC is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 204 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.05 |
| HSL | 28.42º | 0.59% | 0.87% | - |
| HSV(B) | 28.42º | 0.16% | 0.95% | - |
| XYZ | 73.64 | 75.48 | 67.81 | - |
| YUV | 225.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 204 | 0 | 0.08 | 0.16 | 0.05 | 28.42 | 0.59 | 0.87 |
| Hex | F2 | DE | CC | 0 | 8 | 10 | 5 | 1C | 3B | 57 |
| Octal | 362 | 336 | 314 | 0 | 10 | 20 | 5 | 34 | 73 | 127 |
| Binary | 11110010 | 11011110 | 11001100 | 0 | 1000 | 10000 | 101 | 11100 | 111011 | 1010111 |
Color Harmonies of #F2DECC
Complementary color
Monochromatic Colors of #F2DECC
Black with #F2DECC
Text Example
Text Example
White with #F2DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DECC; }
p { color: rgb(242,222,204); }
H1.HeaderClassName
{
color: #F2DECC;
}
.AnyTagClassName
{
color: #F2DECC;
}
</style>
background-color css
<style>
a { background-color: #F2DECC; }
a { background-color: rgb(242,222,204); }
div.DivClassName
{
background-color: #F2DECC;
}
.BgClassName
{
background-color: #F2DECC;
}
</style>
border-color css
<style>
span { border-color: #F2DECC; }
span { border-color: rgb(242,222,204); }
td.TdClassName
{
border-color: #F2DECC;
}
.TagClassName
{
border-color: #F2DECC;
}
</style>