Shades of Sazerac #F4DBBD
Tints of Sazerac #F4DBBD
RGB
CMYK
RGB Variations
Color information
#F4DBBD (or 0xF4DBBD) is known color: Sazerac. HEX triplet: F4, DB and BD. RGB value is (244,219,189). Sum of RGB (Red+Green+Blue) = 244+219+189=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBBD is #0B2442. Grayscale: #DFDFDF. Windows color (decimal): -730179 or 12442612. OLE color: 12442612.
HSL color Cylindrical-coordinate representation of color #F4DBBD: hue angle of 32.73º 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 #F4DBBD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 189 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.04 |
| HSL | 32.73º | 0.71% | 0.85% | - |
| HSV(B) | 32.73º | 0.23% | 0.96% | - |
| XYZ | 71.83 | 73.57 | 58.56 | - |
| YUV | 223.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 189 | 0 | 0.10 | 0.23 | 0.04 | 32.73 | 0.71 | 0.85 |
| Hex | F4 | DB | BD | 0 | A | 17 | 4 | 21 | 47 | 55 |
| Octal | 364 | 333 | 275 | 0 | 12 | 27 | 4 | 41 | 107 | 125 |
| Binary | 11110100 | 11011011 | 10111101 | 0 | 1010 | 10111 | 100 | 100001 | 1000111 | 1010101 |
Color Harmonies of #F4DBBD
Complementary color
Monochromatic Colors of #F4DBBD
Black with #F4DBBD
Text Example
Text Example
White with #F4DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBBD; }
p { color: rgb(244,219,189); }
H1.HeaderClassName
{
color: #F4DBBD;
}
.AnyTagClassName
{
color: #F4DBBD;
}
</style>
background-color css
<style>
a { background-color: #F4DBBD; }
a { background-color: rgb(244,219,189); }
div.DivClassName
{
background-color: #F4DBBD;
}
.BgClassName
{
background-color: #F4DBBD;
}
</style>
border-color css
<style>
span { border-color: #F4DBBD; }
span { border-color: rgb(244,219,189); }
td.TdClassName
{
border-color: #F4DBBD;
}
.TagClassName
{
border-color: #F4DBBD;
}
</style>