Shades of Sazerac #F8DFC9
Tints of Sazerac #F8DFC9
RGB
CMYK
RGB Variations
Color information
#F8DFC9 (or 0xF8DFC9) is known color: Sazerac. HEX triplet: F8, DF and C9. RGB value is (248,223,201). Sum of RGB (Red+Green+Blue) = 248+223+201=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFC9 is #072036. Grayscale: #E4E4E4. Windows color (decimal): -466999 or 13230072. OLE color: 13230072.
HSL color Cylindrical-coordinate representation of color #F8DFC9: hue angle of 28.09º degrees, saturation: 0.77, 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 #F8DFC9 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 201 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.03 |
| HSL | 28.09º | 0.77% | 0.88% | - |
| HSV(B) | 28.09º | 0.19% | 0.97% | - |
| XYZ | 75.64 | 76.95 | 66.12 | - |
| YUV | 227.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 201 | 0 | 0.10 | 0.19 | 0.03 | 28.09 | 0.77 | 0.88 |
| Hex | F8 | DF | C9 | 0 | A | 13 | 3 | 1C | 4D | 58 |
| Octal | 370 | 337 | 311 | 0 | 12 | 23 | 3 | 34 | 115 | 130 |
| Binary | 11111000 | 11011111 | 11001001 | 0 | 1010 | 10011 | 11 | 11100 | 1001101 | 1011000 |
Color Harmonies of #F8DFC9
Complementary color
Monochromatic Colors of #F8DFC9
Black with #F8DFC9
Text Example
Text Example
White with #F8DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFC9; }
p { color: rgb(248,223,201); }
H1.HeaderClassName
{
color: #F8DFC9;
}
.AnyTagClassName
{
color: #F8DFC9;
}
</style>
background-color css
<style>
a { background-color: #F8DFC9; }
a { background-color: rgb(248,223,201); }
div.DivClassName
{
background-color: #F8DFC9;
}
.BgClassName
{
background-color: #F8DFC9;
}
</style>
border-color css
<style>
span { border-color: #F8DFC9; }
span { border-color: rgb(248,223,201); }
td.TdClassName
{
border-color: #F8DFC9;
}
.TagClassName
{
border-color: #F8DFC9;
}
</style>