Shades of Sazerac #F4DCBF
Tints of Sazerac #F4DCBF
RGB
CMYK
RGB Variations
Color information
#F4DCBF (or 0xF4DCBF) is known color: Sazerac. HEX triplet: F4, DC and BF. RGB value is (244,220,191). Sum of RGB (Red+Green+Blue) = 244+220+191=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCBF is #0B2340. Grayscale: #E0E0E0. Windows color (decimal): -729921 or 12573940. OLE color: 12573940.
HSL color Cylindrical-coordinate representation of color #F4DCBF: hue angle of 32.83º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4DCBF is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 191 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.04 |
| HSL | 32.83º | 0.71% | 0.85% | - |
| HSV(B) | 32.83º | 0.22% | 0.96% | - |
| XYZ | 72.31 | 74.18 | 59.8 | - |
| YUV | 223.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 191 | 0 | 0.10 | 0.22 | 0.04 | 32.83 | 0.71 | 0.85 |
| Hex | F4 | DC | BF | 0 | A | 16 | 4 | 21 | 47 | 55 |
| Octal | 364 | 334 | 277 | 0 | 12 | 26 | 4 | 41 | 107 | 125 |
| Binary | 11110100 | 11011100 | 10111111 | 0 | 1010 | 10110 | 100 | 100001 | 1000111 | 1010101 |
Color Harmonies of #F4DCBF
Complementary color
Monochromatic Colors of #F4DCBF
Black with #F4DCBF
Text Example
Text Example
White with #F4DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCBF; }
p { color: rgb(244,220,191); }
H1.HeaderClassName
{
color: #F4DCBF;
}
.AnyTagClassName
{
color: #F4DCBF;
}
</style>
background-color css
<style>
a { background-color: #F4DCBF; }
a { background-color: rgb(244,220,191); }
div.DivClassName
{
background-color: #F4DCBF;
}
.BgClassName
{
background-color: #F4DCBF;
}
</style>
border-color css
<style>
span { border-color: #F4DCBF; }
span { border-color: rgb(244,220,191); }
td.TdClassName
{
border-color: #F4DCBF;
}
.TagClassName
{
border-color: #F4DCBF;
}
</style>