Shades of Sazerac #F4DFCD
Tints of Sazerac #F4DFCD
RGB
CMYK
RGB Variations
Color information
#F4DFCD (or 0xF4DFCD) is known color: Sazerac. HEX triplet: F4, DF and CD. RGB value is (244,223,205). Sum of RGB (Red+Green+Blue) = 244+223+205=672 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.31% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFCD is #0B2032. Grayscale: #E3E3E3. Windows color (decimal): -729139 or 13492212. OLE color: 13492212.
HSL color Cylindrical-coordinate representation of color #F4DFCD: hue angle of 27.69º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4DFCD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 27.69º | 0.64% | 0.88% | - |
| HSV(B) | 27.69º | 0.16% | 0.96% | - |
| XYZ | 74.72 | 76.42 | 68.57 | - |
| YUV | 227.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 205 | 0 | 0.09 | 0.16 | 0.04 | 27.69 | 0.64 | 0.88 |
| Hex | F4 | DF | CD | 0 | 9 | 10 | 4 | 1C | 40 | 58 |
| Octal | 364 | 337 | 315 | 0 | 11 | 20 | 4 | 34 | 100 | 130 |
| Binary | 11110100 | 11011111 | 11001101 | 0 | 1001 | 10000 | 100 | 11100 | 1000000 | 1011000 |
Color Harmonies of #F4DFCD
Complementary color
Monochromatic Colors of #F4DFCD
Black with #F4DFCD
Text Example
Text Example
White with #F4DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFCD; }
p { color: rgb(244,223,205); }
H1.HeaderClassName
{
color: #F4DFCD;
}
.AnyTagClassName
{
color: #F4DFCD;
}
</style>
background-color css
<style>
a { background-color: #F4DFCD; }
a { background-color: rgb(244,223,205); }
div.DivClassName
{
background-color: #F4DFCD;
}
.BgClassName
{
background-color: #F4DFCD;
}
</style>
border-color css
<style>
span { border-color: #F4DFCD; }
span { border-color: rgb(244,223,205); }
td.TdClassName
{
border-color: #F4DFCD;
}
.TagClassName
{
border-color: #F4DFCD;
}
</style>