Shades of Sazerac #F2DEC3
Tints of Sazerac #F2DEC3
RGB
CMYK
RGB Variations
Color information
#F2DEC3 (or 0xF2DEC3) is known color: Sazerac. HEX triplet: F2, DE and C3. RGB value is (242,222,195). Sum of RGB (Red+Green+Blue) = 242+222+195=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 195 (76.56% from 255 or 29.59% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC3 is #0D213C. Grayscale: #E1E1E1. Windows color (decimal): -860477 or 12836594. OLE color: 12836594.
HSL color Cylindrical-coordinate representation of color #F2DEC3: hue angle of 34.47º 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 #F2DEC3 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 195 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.05 |
| HSL | 34.47º | 0.64% | 0.86% | - |
| HSV(B) | 34.47º | 0.19% | 0.95% | - |
| XYZ | 72.59 | 75.06 | 62.29 | - |
| YUV | 224.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 195 | 0 | 0.08 | 0.19 | 0.05 | 34.47 | 0.64 | 0.86 |
| Hex | F2 | DE | C3 | 0 | 8 | 13 | 5 | 22 | 40 | 56 |
| Octal | 362 | 336 | 303 | 0 | 10 | 23 | 5 | 42 | 100 | 126 |
| Binary | 11110010 | 11011110 | 11000011 | 0 | 1000 | 10011 | 101 | 100010 | 1000000 | 1010110 |
Color Harmonies of #F2DEC3
Complementary color
Monochromatic Colors of #F2DEC3
Black with #F2DEC3
Text Example
Text Example
White with #F2DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEC3; }
p { color: rgb(242,222,195); }
H1.HeaderClassName
{
color: #F2DEC3;
}
.AnyTagClassName
{
color: #F2DEC3;
}
</style>
background-color css
<style>
a { background-color: #F2DEC3; }
a { background-color: rgb(242,222,195); }
div.DivClassName
{
background-color: #F2DEC3;
}
.BgClassName
{
background-color: #F2DEC3;
}
</style>
border-color css
<style>
span { border-color: #F2DEC3; }
span { border-color: rgb(242,222,195); }
td.TdClassName
{
border-color: #F2DEC3;
}
.TagClassName
{
border-color: #F2DEC3;
}
</style>