Shades of Sazerac #F7DFC9
Tints of Sazerac #F7DFC9
RGB
CMYK
RGB Variations
Color information
#F7DFC9 (or 0xF7DFC9) is known color: Sazerac. HEX triplet: F7, DF and C9. RGB value is (247,223,201). Sum of RGB (Red+Green+Blue) = 247+223+201=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFC9 is #082036. Grayscale: #E3E3E3. Windows color (decimal): -532535 or 13230071. OLE color: 13230071.
HSL color Cylindrical-coordinate representation of color #F7DFC9: hue angle of 28.7º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7DFC9 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 201 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.03 |
| HSL | 28.7º | 0.74% | 0.88% | - |
| HSV(B) | 28.7º | 0.19% | 0.97% | - |
| XYZ | 75.29 | 76.77 | 66.11 | - |
| YUV | 227.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 201 | 0 | 0.10 | 0.19 | 0.03 | 28.7 | 0.74 | 0.88 |
| Hex | F7 | DF | C9 | 0 | A | 13 | 3 | 1D | 4A | 58 |
| Octal | 367 | 337 | 311 | 0 | 12 | 23 | 3 | 35 | 112 | 130 |
| Binary | 11110111 | 11011111 | 11001001 | 0 | 1010 | 10011 | 11 | 11101 | 1001010 | 1011000 |
Color Harmonies of #F7DFC9
Complementary color
Monochromatic Colors of #F7DFC9
Black with #F7DFC9
Text Example
Text Example
White with #F7DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFC9; }
p { color: rgb(247,223,201); }
H1.HeaderClassName
{
color: #F7DFC9;
}
.AnyTagClassName
{
color: #F7DFC9;
}
</style>
background-color css
<style>
a { background-color: #F7DFC9; }
a { background-color: rgb(247,223,201); }
div.DivClassName
{
background-color: #F7DFC9;
}
.BgClassName
{
background-color: #F7DFC9;
}
</style>
border-color css
<style>
span { border-color: #F7DFC9; }
span { border-color: rgb(247,223,201); }
td.TdClassName
{
border-color: #F7DFC9;
}
.TagClassName
{
border-color: #F7DFC9;
}
</style>