Shades of Sazerac #F2DEC2
Tints of Sazerac #F2DEC2
RGB
CMYK
RGB Variations
Color information
#F2DEC2 (or 0xF2DEC2) is known color: Sazerac. HEX triplet: F2, DE and C2. RGB value is (242,222,194). Sum of RGB (Red+Green+Blue) = 242+222+194=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEC2 is #0D213D. Grayscale: #E0E0E0. Windows color (decimal): -860478 or 12771058. OLE color: 12771058.
HSL color Cylindrical-coordinate representation of color #F2DEC2: hue angle of 35º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2DEC2 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 194 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.05 |
| HSL | 35º | 0.65% | 0.85% | - |
| HSV(B) | 35º | 0.2% | 0.95% | - |
| XYZ | 72.48 | 75.01 | 61.7 | - |
| YUV | 224.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 194 | 0 | 0.08 | 0.20 | 0.05 | 35 | 0.65 | 0.85 |
| Hex | F2 | DE | C2 | 0 | 8 | 14 | 5 | 23 | 41 | 55 |
| Octal | 362 | 336 | 302 | 0 | 10 | 24 | 5 | 43 | 101 | 125 |
| Binary | 11110010 | 11011110 | 11000010 | 0 | 1000 | 10100 | 101 | 100011 | 1000001 | 1010101 |
Color Harmonies of #F2DEC2
Complementary color
Monochromatic Colors of #F2DEC2
Black with #F2DEC2
Text Example
Text Example
White with #F2DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEC2; }
p { color: rgb(242,222,194); }
H1.HeaderClassName
{
color: #F2DEC2;
}
.AnyTagClassName
{
color: #F2DEC2;
}
</style>
background-color css
<style>
a { background-color: #F2DEC2; }
a { background-color: rgb(242,222,194); }
div.DivClassName
{
background-color: #F2DEC2;
}
.BgClassName
{
background-color: #F2DEC2;
}
</style>
border-color css
<style>
span { border-color: #F2DEC2; }
span { border-color: rgb(242,222,194); }
td.TdClassName
{
border-color: #F2DEC2;
}
.TagClassName
{
border-color: #F2DEC2;
}
</style>