Shades of Sazerac #F2DDC5
Tints of Sazerac #F2DDC5
RGB
CMYK
RGB Variations
Color information
#F2DDC5 (or 0xF2DDC5) is known color: Sazerac. HEX triplet: F2, DD and C5. RGB value is (242,221,197). Sum of RGB (Red+Green+Blue) = 242+221+197=660 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.67% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC5 is #0D223A. Grayscale: #E0E0E0. Windows color (decimal): -860731 or 12967410. OLE color: 12967410.
HSL color Cylindrical-coordinate representation of color #F2DDC5: hue angle of 32º degrees, saturation: 0.63, 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 #F2DDC5 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 197 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.05 |
| HSL | 32º | 0.63% | 0.86% | - |
| HSV(B) | 32º | 0.19% | 0.95% | - |
| XYZ | 72.55 | 74.62 | 63.4 | - |
| YUV | 224.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 197 | 0 | 0.09 | 0.19 | 0.05 | 32 | 0.63 | 0.86 |
| Hex | F2 | DD | C5 | 0 | 9 | 13 | 5 | 20 | 3F | 56 |
| Octal | 362 | 335 | 305 | 0 | 11 | 23 | 5 | 40 | 77 | 126 |
| Binary | 11110010 | 11011101 | 11000101 | 0 | 1001 | 10011 | 101 | 100000 | 111111 | 1010110 |
Color Harmonies of #F2DDC5
Complementary color
Monochromatic Colors of #F2DDC5
Black with #F2DDC5
Text Example
Text Example
White with #F2DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDC5; }
p { color: rgb(242,221,197); }
H1.HeaderClassName
{
color: #F2DDC5;
}
.AnyTagClassName
{
color: #F2DDC5;
}
</style>
background-color css
<style>
a { background-color: #F2DDC5; }
a { background-color: rgb(242,221,197); }
div.DivClassName
{
background-color: #F2DDC5;
}
.BgClassName
{
background-color: #F2DDC5;
}
</style>
border-color css
<style>
span { border-color: #F2DDC5; }
span { border-color: rgb(242,221,197); }
td.TdClassName
{
border-color: #F2DDC5;
}
.TagClassName
{
border-color: #F2DDC5;
}
</style>