Shades of Sazerac #F8DFBC
Tints of Sazerac #F8DFBC
RGB
CMYK
RGB Variations
Color information
#F8DFBC (or 0xF8DFBC) is known color: Sazerac. HEX triplet: F8, DF and BC. RGB value is (248,223,188). Sum of RGB (Red+Green+Blue) = 248+223+188=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFBC is #072043. Grayscale: #E2E2E2. Windows color (decimal): -467012 or 12378104. OLE color: 12378104.
HSL color Cylindrical-coordinate representation of color #F8DFBC: hue angle of 35º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8DFBC is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 188 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.03 |
| HSL | 35º | 0.81% | 0.85% | - |
| HSV(B) | 35º | 0.24% | 0.97% | - |
| XYZ | 74.18 | 76.36 | 58.41 | - |
| YUV | 226.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 188 | 0 | 0.10 | 0.24 | 0.03 | 35 | 0.81 | 0.85 |
| Hex | F8 | DF | BC | 0 | A | 18 | 3 | 23 | 51 | 55 |
| Octal | 370 | 337 | 274 | 0 | 12 | 30 | 3 | 43 | 121 | 125 |
| Binary | 11111000 | 11011111 | 10111100 | 0 | 1010 | 11000 | 11 | 100011 | 1010001 | 1010101 |
Color Harmonies of #F8DFBC
Complementary color
Monochromatic Colors of #F8DFBC
Black with #F8DFBC
Text Example
Text Example
White with #F8DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFBC; }
p { color: rgb(248,223,188); }
H1.HeaderClassName
{
color: #F8DFBC;
}
.AnyTagClassName
{
color: #F8DFBC;
}
</style>
background-color css
<style>
a { background-color: #F8DFBC; }
a { background-color: rgb(248,223,188); }
div.DivClassName
{
background-color: #F8DFBC;
}
.BgClassName
{
background-color: #F8DFBC;
}
</style>
border-color css
<style>
span { border-color: #F8DFBC; }
span { border-color: rgb(248,223,188); }
td.TdClassName
{
border-color: #F8DFBC;
}
.TagClassName
{
border-color: #F8DFBC;
}
</style>