Shades of Sazerac #F4DDBD
Tints of Sazerac #F4DDBD
RGB
CMYK
RGB Variations
Color information
#F4DDBD (or 0xF4DDBD) is known color: Sazerac. HEX triplet: F4, DD and BD. RGB value is (244,221,189). Sum of RGB (Red+Green+Blue) = 244+221+189=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDBD is #0B2242. Grayscale: #E0E0E0. Windows color (decimal): -729667 or 12443124. OLE color: 12443124.
HSL color Cylindrical-coordinate representation of color #F4DDBD: hue angle of 34.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4DDBD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 189 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.04 |
| HSL | 34.91º | 0.71% | 0.85% | - |
| HSV(B) | 34.91º | 0.23% | 0.96% | - |
| XYZ | 72.35 | 74.62 | 58.73 | - |
| YUV | 224.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 189 | 0 | 0.09 | 0.23 | 0.04 | 34.91 | 0.71 | 0.85 |
| Hex | F4 | DD | BD | 0 | 9 | 17 | 4 | 23 | 47 | 55 |
| Octal | 364 | 335 | 275 | 0 | 11 | 27 | 4 | 43 | 107 | 125 |
| Binary | 11110100 | 11011101 | 10111101 | 0 | 1001 | 10111 | 100 | 100011 | 1000111 | 1010101 |
Color Harmonies of #F4DDBD
Complementary color
Monochromatic Colors of #F4DDBD
Black with #F4DDBD
Text Example
Text Example
White with #F4DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDBD; }
p { color: rgb(244,221,189); }
H1.HeaderClassName
{
color: #F4DDBD;
}
.AnyTagClassName
{
color: #F4DDBD;
}
</style>
background-color css
<style>
a { background-color: #F4DDBD; }
a { background-color: rgb(244,221,189); }
div.DivClassName
{
background-color: #F4DDBD;
}
.BgClassName
{
background-color: #F4DDBD;
}
</style>
border-color css
<style>
span { border-color: #F4DDBD; }
span { border-color: rgb(244,221,189); }
td.TdClassName
{
border-color: #F4DDBD;
}
.TagClassName
{
border-color: #F4DDBD;
}
</style>