Shades of Sazerac #F8DFCC
Tints of Sazerac #F8DFCC
RGB
CMYK
RGB Variations
Color information
#F8DFCC (or 0xF8DFCC) is known color: Sazerac. HEX triplet: F8, DF and CC. RGB value is (248,223,204). Sum of RGB (Red+Green+Blue) = 248+223+204=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFCC is #072033. Grayscale: #E4E4E4. Windows color (decimal): -466996 or 13426680. OLE color: 13426680.
HSL color Cylindrical-coordinate representation of color #F8DFCC: hue angle of 25.91º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8DFCC is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 204 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.03 |
| HSL | 25.91º | 0.76% | 0.89% | - |
| HSV(B) | 25.91º | 0.18% | 0.97% | - |
| XYZ | 76 | 77.09 | 68 | - |
| YUV | 228.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 204 | 0 | 0.10 | 0.18 | 0.03 | 25.91 | 0.76 | 0.89 |
| Hex | F8 | DF | CC | 0 | A | 12 | 3 | 1A | 4C | 59 |
| Octal | 370 | 337 | 314 | 0 | 12 | 22 | 3 | 32 | 114 | 131 |
| Binary | 11111000 | 11011111 | 11001100 | 0 | 1010 | 10010 | 11 | 11010 | 1001100 | 1011001 |
Color Harmonies of #F8DFCC
Complementary color
Monochromatic Colors of #F8DFCC
Black with #F8DFCC
Text Example
Text Example
White with #F8DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFCC; }
p { color: rgb(248,223,204); }
H1.HeaderClassName
{
color: #F8DFCC;
}
.AnyTagClassName
{
color: #F8DFCC;
}
</style>
background-color css
<style>
a { background-color: #F8DFCC; }
a { background-color: rgb(248,223,204); }
div.DivClassName
{
background-color: #F8DFCC;
}
.BgClassName
{
background-color: #F8DFCC;
}
</style>
border-color css
<style>
span { border-color: #F8DFCC; }
span { border-color: rgb(248,223,204); }
td.TdClassName
{
border-color: #F8DFCC;
}
.TagClassName
{
border-color: #F8DFCC;
}
</style>