Shades of Sazerac #F4DEC5
Tints of Sazerac #F4DEC5
RGB
CMYK
RGB Variations
Color information
#F4DEC5 (or 0xF4DEC5) is known color: Sazerac. HEX triplet: F4, DE and C5. RGB value is (244,222,197). Sum of RGB (Red+Green+Blue) = 244+222+197=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 197 (77.34% from 255 or 29.71% from 663); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DEC5 is #0B213A. Grayscale: #E1E1E1. Windows color (decimal): -729403 or 12967668. OLE color: 12967668.
HSL color Cylindrical-coordinate representation of color #F4DEC5: hue angle of 31.91º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4DEC5 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 197 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.04 |
| HSL | 31.91º | 0.68% | 0.86% | - |
| HSV(B) | 31.91º | 0.19% | 0.96% | - |
| XYZ | 73.51 | 75.51 | 63.52 | - |
| YUV | 225.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 197 | 0 | 0.09 | 0.19 | 0.04 | 31.91 | 0.68 | 0.86 |
| Hex | F4 | DE | C5 | 0 | 9 | 13 | 4 | 20 | 44 | 56 |
| Octal | 364 | 336 | 305 | 0 | 11 | 23 | 4 | 40 | 104 | 126 |
| Binary | 11110100 | 11011110 | 11000101 | 0 | 1001 | 10011 | 100 | 100000 | 1000100 | 1010110 |
Color Harmonies of #F4DEC5
Complementary color
Monochromatic Colors of #F4DEC5
Black with #F4DEC5
Text Example
Text Example
White with #F4DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEC5; }
p { color: rgb(244,222,197); }
H1.HeaderClassName
{
color: #F4DEC5;
}
.AnyTagClassName
{
color: #F4DEC5;
}
</style>
background-color css
<style>
a { background-color: #F4DEC5; }
a { background-color: rgb(244,222,197); }
div.DivClassName
{
background-color: #F4DEC5;
}
.BgClassName
{
background-color: #F4DEC5;
}
</style>
border-color css
<style>
span { border-color: #F4DEC5; }
span { border-color: rgb(244,222,197); }
td.TdClassName
{
border-color: #F4DEC5;
}
.TagClassName
{
border-color: #F4DEC5;
}
</style>