Shades of Sazerac #F2DDC3
Tints of Sazerac #F2DDC3
RGB
CMYK
RGB Variations
Color information
#F2DDC3 (or 0xF2DDC3) is known color: Sazerac. HEX triplet: F2, DD and C3. RGB value is (242,221,195). Sum of RGB (Red+Green+Blue) = 242+221+195=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 195 (76.56% from 255 or 29.64% from 658); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDC3 is #0D223C. Grayscale: #E0E0E0. Windows color (decimal): -860733 or 12836338. OLE color: 12836338.
HSL color Cylindrical-coordinate representation of color #F2DDC3: hue angle of 33.19º 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 #F2DDC3 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 195 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.05 |
| HSL | 33.19º | 0.64% | 0.86% | - |
| HSV(B) | 33.19º | 0.19% | 0.95% | - |
| XYZ | 72.32 | 74.53 | 62.2 | - |
| YUV | 224.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 195 | 0 | 0.09 | 0.19 | 0.05 | 33.19 | 0.64 | 0.86 |
| Hex | F2 | DD | C3 | 0 | 9 | 13 | 5 | 21 | 40 | 56 |
| Octal | 362 | 335 | 303 | 0 | 11 | 23 | 5 | 41 | 100 | 126 |
| Binary | 11110010 | 11011101 | 11000011 | 0 | 1001 | 10011 | 101 | 100001 | 1000000 | 1010110 |
Color Harmonies of #F2DDC3
Complementary color
Monochromatic Colors of #F2DDC3
Black with #F2DDC3
Text Example
Text Example
White with #F2DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDC3; }
p { color: rgb(242,221,195); }
H1.HeaderClassName
{
color: #F2DDC3;
}
.AnyTagClassName
{
color: #F2DDC3;
}
</style>
background-color css
<style>
a { background-color: #F2DDC3; }
a { background-color: rgb(242,221,195); }
div.DivClassName
{
background-color: #F2DDC3;
}
.BgClassName
{
background-color: #F2DDC3;
}
</style>
border-color css
<style>
span { border-color: #F2DDC3; }
span { border-color: rgb(242,221,195); }
td.TdClassName
{
border-color: #F2DDC3;
}
.TagClassName
{
border-color: #F2DDC3;
}
</style>