Shades of Sazerac #F4DDCB
Tints of Sazerac #F4DDCB
RGB
CMYK
RGB Variations
Color information
#F4DDCB (or 0xF4DDCB) is known color: Sazerac. HEX triplet: F4, DD and CB. RGB value is (244,221,203). Sum of RGB (Red+Green+Blue) = 244+221+203=668 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.53% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDCB is #0B2234. Grayscale: #E1E1E1. Windows color (decimal): -729653 or 13360628. OLE color: 13360628.
HSL color Cylindrical-coordinate representation of color #F4DDCB: hue angle of 26.34º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4DDCB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 203 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.04 |
| HSL | 26.34º | 0.65% | 0.88% | - |
| HSV(B) | 26.34º | 0.17% | 0.96% | - |
| XYZ | 73.94 | 75.26 | 67.13 | - |
| YUV | 225.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 203 | 0 | 0.09 | 0.17 | 0.04 | 26.34 | 0.65 | 0.88 |
| Hex | F4 | DD | CB | 0 | 9 | 11 | 4 | 1A | 41 | 58 |
| Octal | 364 | 335 | 313 | 0 | 11 | 21 | 4 | 32 | 101 | 130 |
| Binary | 11110100 | 11011101 | 11001011 | 0 | 1001 | 10001 | 100 | 11010 | 1000001 | 1011000 |
Color Harmonies of #F4DDCB
Complementary color
Monochromatic Colors of #F4DDCB
Black with #F4DDCB
Text Example
Text Example
White with #F4DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDCB; }
p { color: rgb(244,221,203); }
H1.HeaderClassName
{
color: #F4DDCB;
}
.AnyTagClassName
{
color: #F4DDCB;
}
</style>
background-color css
<style>
a { background-color: #F4DDCB; }
a { background-color: rgb(244,221,203); }
div.DivClassName
{
background-color: #F4DDCB;
}
.BgClassName
{
background-color: #F4DDCB;
}
</style>
border-color css
<style>
span { border-color: #F4DDCB; }
span { border-color: rgb(244,221,203); }
td.TdClassName
{
border-color: #F4DDCB;
}
.TagClassName
{
border-color: #F4DDCB;
}
</style>