Shades of Sazerac #F4DDC0
Tints of Sazerac #F4DDC0
RGB
CMYK
RGB Variations
Color information
#F4DDC0 (or 0xF4DDC0) is known color: Sazerac. HEX triplet: F4, DD and C0. RGB value is (244,221,192). Sum of RGB (Red+Green+Blue) = 244+221+192=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDC0 is #0B223F. Grayscale: #E0E0E0. Windows color (decimal): -729664 or 12639732. OLE color: 12639732.
HSL color Cylindrical-coordinate representation of color #F4DDC0: hue angle of 33.46º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4DDC0 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 192 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.04 |
| HSL | 33.46º | 0.7% | 0.85% | - |
| HSV(B) | 33.46º | 0.21% | 0.96% | - |
| XYZ | 72.68 | 74.75 | 60.47 | - |
| YUV | 224.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 192 | 0 | 0.09 | 0.21 | 0.04 | 33.46 | 0.7 | 0.85 |
| Hex | F4 | DD | C0 | 0 | 9 | 15 | 4 | 21 | 46 | 55 |
| Octal | 364 | 335 | 300 | 0 | 11 | 25 | 4 | 41 | 106 | 125 |
| Binary | 11110100 | 11011101 | 11000000 | 0 | 1001 | 10101 | 100 | 100001 | 1000110 | 1010101 |
Color Harmonies of #F4DDC0
Complementary color
Monochromatic Colors of #F4DDC0
Black with #F4DDC0
Text Example
Text Example
White with #F4DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDC0; }
p { color: rgb(244,221,192); }
H1.HeaderClassName
{
color: #F4DDC0;
}
.AnyTagClassName
{
color: #F4DDC0;
}
</style>
background-color css
<style>
a { background-color: #F4DDC0; }
a { background-color: rgb(244,221,192); }
div.DivClassName
{
background-color: #F4DDC0;
}
.BgClassName
{
background-color: #F4DDC0;
}
</style>
border-color css
<style>
span { border-color: #F4DDC0; }
span { border-color: rgb(244,221,192); }
td.TdClassName
{
border-color: #F4DDC0;
}
.TagClassName
{
border-color: #F4DDC0;
}
</style>