Shades of Sazerac #F7DFC8
Tints of Sazerac #F7DFC8
RGB
CMYK
RGB Variations
Color information
#F7DFC8 (or 0xF7DFC8) is known color: Sazerac. HEX triplet: F7, DF and C8. RGB value is (247,223,200). Sum of RGB (Red+Green+Blue) = 247+223+200=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFC8 is #082037. Grayscale: #E3E3E3. Windows color (decimal): -532536 or 13164535. OLE color: 13164535.
HSL color Cylindrical-coordinate representation of color #F7DFC8: hue angle of 29.36º degrees, saturation: 0.75, 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 #F7DFC8 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 200 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.03 |
| HSL | 29.36º | 0.75% | 0.88% | - |
| HSV(B) | 29.36º | 0.19% | 0.97% | - |
| XYZ | 75.17 | 76.72 | 65.49 | - |
| YUV | 227.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 200 | 0 | 0.10 | 0.19 | 0.03 | 29.36 | 0.75 | 0.88 |
| Hex | F7 | DF | C8 | 0 | A | 13 | 3 | 1D | 4B | 58 |
| Octal | 367 | 337 | 310 | 0 | 12 | 23 | 3 | 35 | 113 | 130 |
| Binary | 11110111 | 11011111 | 11001000 | 0 | 1010 | 10011 | 11 | 11101 | 1001011 | 1011000 |
Color Harmonies of #F7DFC8
Complementary color
Monochromatic Colors of #F7DFC8
Black with #F7DFC8
Text Example
Text Example
White with #F7DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFC8; }
p { color: rgb(247,223,200); }
H1.HeaderClassName
{
color: #F7DFC8;
}
.AnyTagClassName
{
color: #F7DFC8;
}
</style>
background-color css
<style>
a { background-color: #F7DFC8; }
a { background-color: rgb(247,223,200); }
div.DivClassName
{
background-color: #F7DFC8;
}
.BgClassName
{
background-color: #F7DFC8;
}
</style>
border-color css
<style>
span { border-color: #F7DFC8; }
span { border-color: rgb(247,223,200); }
td.TdClassName
{
border-color: #F7DFC8;
}
.TagClassName
{
border-color: #F7DFC8;
}
</style>