Shades of Sazerac #F4DECD
Tints of Sazerac #F4DECD
RGB
CMYK
RGB Variations
Color information
#F4DECD (or 0xF4DECD) is known color: Sazerac. HEX triplet: F4, DE and CD. RGB value is (244,222,205). Sum of RGB (Red+Green+Blue) = 244+222+205=671 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.36% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DECD is #0B2132. Grayscale: #E2E2E2. Windows color (decimal): -729395 or 13491956. OLE color: 13491956.
HSL color Cylindrical-coordinate representation of color #F4DECD: hue angle of 26.15º 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 #F4DECD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 222 | 205 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.04 |
| HSL | 26.15º | 0.64% | 0.88% | - |
| HSV(B) | 26.15º | 0.16% | 0.96% | - |
| XYZ | 74.45 | 75.88 | 68.48 | - |
| YUV | 226.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 205 | 0 | 0.09 | 0.16 | 0.04 | 26.15 | 0.64 | 0.88 |
| Hex | F4 | DE | CD | 0 | 9 | 10 | 4 | 1A | 40 | 58 |
| Octal | 364 | 336 | 315 | 0 | 11 | 20 | 4 | 32 | 100 | 130 |
| Binary | 11110100 | 11011110 | 11001101 | 0 | 1001 | 10000 | 100 | 11010 | 1000000 | 1011000 |
Color Harmonies of #F4DECD
Complementary color
Monochromatic Colors of #F4DECD
Black with #F4DECD
Text Example
Text Example
White with #F4DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DECD; }
p { color: rgb(244,222,205); }
H1.HeaderClassName
{
color: #F4DECD;
}
.AnyTagClassName
{
color: #F4DECD;
}
</style>
background-color css
<style>
a { background-color: #F4DECD; }
a { background-color: rgb(244,222,205); }
div.DivClassName
{
background-color: #F4DECD;
}
.BgClassName
{
background-color: #F4DECD;
}
</style>
border-color css
<style>
span { border-color: #F4DECD; }
span { border-color: rgb(244,222,205); }
td.TdClassName
{
border-color: #F4DECD;
}
.TagClassName
{
border-color: #F4DECD;
}
</style>