Shades of Sazerac #F2DDC2
Tints of Sazerac #F2DDC2
RGB
CMYK
RGB Variations
Color information
#F2DDC2 (or 0xF2DDC2) is known color: Sazerac. HEX triplet: F2, DD and C2. RGB value is (242,221,194). Sum of RGB (Red+Green+Blue) = 242+221+194=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC2 is #0D223D. Grayscale: #E0E0E0. Windows color (decimal): -860734 or 12770802. OLE color: 12770802.
HSL color Cylindrical-coordinate representation of color #F2DDC2: hue angle of 33.75º 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 #F2DDC2 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 194 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.05 |
| HSL | 33.75º | 0.65% | 0.85% | - |
| HSV(B) | 33.75º | 0.2% | 0.95% | - |
| XYZ | 72.21 | 74.49 | 61.61 | - |
| YUV | 224.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 194 | 0 | 0.09 | 0.20 | 0.05 | 33.75 | 0.65 | 0.85 |
| Hex | F2 | DD | C2 | 0 | 9 | 14 | 5 | 22 | 41 | 55 |
| Octal | 362 | 335 | 302 | 0 | 11 | 24 | 5 | 42 | 101 | 125 |
| Binary | 11110010 | 11011101 | 11000010 | 0 | 1001 | 10100 | 101 | 100010 | 1000001 | 1010101 |
Color Harmonies of #F2DDC2
Complementary color
Monochromatic Colors of #F2DDC2
Black with #F2DDC2
Text Example
Text Example
White with #F2DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDC2; }
p { color: rgb(242,221,194); }
H1.HeaderClassName
{
color: #F2DDC2;
}
.AnyTagClassName
{
color: #F2DDC2;
}
</style>
background-color css
<style>
a { background-color: #F2DDC2; }
a { background-color: rgb(242,221,194); }
div.DivClassName
{
background-color: #F2DDC2;
}
.BgClassName
{
background-color: #F2DDC2;
}
</style>
border-color css
<style>
span { border-color: #F2DDC2; }
span { border-color: rgb(242,221,194); }
td.TdClassName
{
border-color: #F2DDC2;
}
.TagClassName
{
border-color: #F2DDC2;
}
</style>