Shades of Sazerac #F8DFC4
Tints of Sazerac #F8DFC4
RGB
CMYK
RGB Variations
Color information
#F8DFC4 (or 0xF8DFC4) is known color: Sazerac. HEX triplet: F8, DF and C4. RGB value is (248,223,196). Sum of RGB (Red+Green+Blue) = 248+223+196=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFC4 is #07203B. Grayscale: #E3E3E3. Windows color (decimal): -467004 or 12902392. OLE color: 12902392.
HSL color Cylindrical-coordinate representation of color #F8DFC4: hue angle of 31.15º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8DFC4 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 196 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.03 |
| HSL | 31.15º | 0.79% | 0.87% | - |
| HSV(B) | 31.15º | 0.21% | 0.97% | - |
| XYZ | 75.06 | 76.72 | 63.08 | - |
| YUV | 227.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 196 | 0 | 0.10 | 0.21 | 0.03 | 31.15 | 0.79 | 0.87 |
| Hex | F8 | DF | C4 | 0 | A | 15 | 3 | 1F | 4F | 57 |
| Octal | 370 | 337 | 304 | 0 | 12 | 25 | 3 | 37 | 117 | 127 |
| Binary | 11111000 | 11011111 | 11000100 | 0 | 1010 | 10101 | 11 | 11111 | 1001111 | 1010111 |
Color Harmonies of #F8DFC4
Complementary color
Monochromatic Colors of #F8DFC4
Black with #F8DFC4
Text Example
Text Example
White with #F8DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFC4; }
p { color: rgb(248,223,196); }
H1.HeaderClassName
{
color: #F8DFC4;
}
.AnyTagClassName
{
color: #F8DFC4;
}
</style>
background-color css
<style>
a { background-color: #F8DFC4; }
a { background-color: rgb(248,223,196); }
div.DivClassName
{
background-color: #F8DFC4;
}
.BgClassName
{
background-color: #F8DFC4;
}
</style>
border-color css
<style>
span { border-color: #F8DFC4; }
span { border-color: rgb(248,223,196); }
td.TdClassName
{
border-color: #F8DFC4;
}
.TagClassName
{
border-color: #F8DFC4;
}
</style>