Shades of Sazerac #F7DCC0
Tints of Sazerac #F7DCC0
RGB
CMYK
RGB Variations
Color information
#F7DCC0 (or 0xF7DCC0) is known color: Sazerac. HEX triplet: F7, DC and C0. RGB value is (247,220,192). Sum of RGB (Red+Green+Blue) = 247+220+192=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCC0 is #08233F. Grayscale: #E1E1E1. Windows color (decimal): -533312 or 12639479. OLE color: 12639479.
HSL color Cylindrical-coordinate representation of color #F7DCC0: hue angle of 30.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7DCC0 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 192 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.03 |
| HSL | 30.55º | 0.77% | 0.86% | - |
| HSV(B) | 30.55º | 0.22% | 0.97% | - |
| XYZ | 73.47 | 74.77 | 60.43 | - |
| YUV | 224.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 192 | 0 | 0.11 | 0.22 | 0.03 | 30.55 | 0.77 | 0.86 |
| Hex | F7 | DC | C0 | 0 | B | 16 | 3 | 1F | 4D | 56 |
| Octal | 367 | 334 | 300 | 0 | 13 | 26 | 3 | 37 | 115 | 126 |
| Binary | 11110111 | 11011100 | 11000000 | 0 | 1011 | 10110 | 11 | 11111 | 1001101 | 1010110 |
Color Harmonies of #F7DCC0
Complementary color
Monochromatic Colors of #F7DCC0
Black with #F7DCC0
Text Example
Text Example
White with #F7DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCC0; }
p { color: rgb(247,220,192); }
H1.HeaderClassName
{
color: #F7DCC0;
}
.AnyTagClassName
{
color: #F7DCC0;
}
</style>
background-color css
<style>
a { background-color: #F7DCC0; }
a { background-color: rgb(247,220,192); }
div.DivClassName
{
background-color: #F7DCC0;
}
.BgClassName
{
background-color: #F7DCC0;
}
</style>
border-color css
<style>
span { border-color: #F7DCC0; }
span { border-color: rgb(247,220,192); }
td.TdClassName
{
border-color: #F7DCC0;
}
.TagClassName
{
border-color: #F7DCC0;
}
</style>