Shades of Sazerac #F2DDC4
Tints of Sazerac #F2DDC4
RGB
CMYK
RGB Variations
Color information
#F2DDC4 (or 0xF2DDC4) is known color: Sazerac. HEX triplet: F2, DD and C4. RGB value is (242,221,196). Sum of RGB (Red+Green+Blue) = 242+221+196=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 196 (76.95% from 255 or 29.74% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC4 is #0D223B. Grayscale: #E0E0E0. Windows color (decimal): -860732 or 12901874. OLE color: 12901874.
HSL color Cylindrical-coordinate representation of color #F2DDC4: hue angle of 32.61º 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 #F2DDC4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 196 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.05 |
| HSL | 32.61º | 0.64% | 0.86% | - |
| HSV(B) | 32.61º | 0.19% | 0.95% | - |
| XYZ | 72.44 | 74.58 | 62.8 | - |
| YUV | 224.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 196 | 0 | 0.09 | 0.19 | 0.05 | 32.61 | 0.64 | 0.86 |
| Hex | F2 | DD | C4 | 0 | 9 | 13 | 5 | 21 | 40 | 56 |
| Octal | 362 | 335 | 304 | 0 | 11 | 23 | 5 | 41 | 100 | 126 |
| Binary | 11110010 | 11011101 | 11000100 | 0 | 1001 | 10011 | 101 | 100001 | 1000000 | 1010110 |
Color Harmonies of #F2DDC4
Complementary color
Monochromatic Colors of #F2DDC4
Black with #F2DDC4
Text Example
Text Example
White with #F2DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDC4; }
p { color: rgb(242,221,196); }
H1.HeaderClassName
{
color: #F2DDC4;
}
.AnyTagClassName
{
color: #F2DDC4;
}
</style>
background-color css
<style>
a { background-color: #F2DDC4; }
a { background-color: rgb(242,221,196); }
div.DivClassName
{
background-color: #F2DDC4;
}
.BgClassName
{
background-color: #F2DDC4;
}
</style>
border-color css
<style>
span { border-color: #F2DDC4; }
span { border-color: rgb(242,221,196); }
td.TdClassName
{
border-color: #F2DDC4;
}
.TagClassName
{
border-color: #F2DDC4;
}
</style>