Shades of Sazerac #F4DCC1
Tints of Sazerac #F4DCC1
RGB
CMYK
RGB Variations
Color information
#F4DCC1 (or 0xF4DCC1) is known color: Sazerac. HEX triplet: F4, DC and C1. RGB value is (244,220,193). Sum of RGB (Red+Green+Blue) = 244+220+193=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCC1 is #0B233E. Grayscale: #E0E0E0. Windows color (decimal): -729919 or 12705012. OLE color: 12705012.
HSL color Cylindrical-coordinate representation of color #F4DCC1: hue angle of 31.76º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4DCC1 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 193 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.04 |
| HSL | 31.76º | 0.7% | 0.86% | - |
| HSV(B) | 31.76º | 0.21% | 0.96% | - |
| XYZ | 72.53 | 74.27 | 60.96 | - |
| YUV | 224.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 193 | 0 | 0.10 | 0.21 | 0.04 | 31.76 | 0.7 | 0.86 |
| Hex | F4 | DC | C1 | 0 | A | 15 | 4 | 20 | 46 | 56 |
| Octal | 364 | 334 | 301 | 0 | 12 | 25 | 4 | 40 | 106 | 126 |
| Binary | 11110100 | 11011100 | 11000001 | 0 | 1010 | 10101 | 100 | 100000 | 1000110 | 1010110 |
Color Harmonies of #F4DCC1
Complementary color
Monochromatic Colors of #F4DCC1
Black with #F4DCC1
Text Example
Text Example
White with #F4DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCC1; }
p { color: rgb(244,220,193); }
H1.HeaderClassName
{
color: #F4DCC1;
}
.AnyTagClassName
{
color: #F4DCC1;
}
</style>
background-color css
<style>
a { background-color: #F4DCC1; }
a { background-color: rgb(244,220,193); }
div.DivClassName
{
background-color: #F4DCC1;
}
.BgClassName
{
background-color: #F4DCC1;
}
</style>
border-color css
<style>
span { border-color: #F4DCC1; }
span { border-color: rgb(244,220,193); }
td.TdClassName
{
border-color: #F4DCC1;
}
.TagClassName
{
border-color: #F4DCC1;
}
</style>