Shades of Sazerac #F8DCBF
Tints of Sazerac #F8DCBF
RGB
CMYK
RGB Variations
Color information
#F8DCBF (or 0xF8DCBF) is known color: Sazerac. HEX triplet: F8, DC and BF. RGB value is (248,220,191). Sum of RGB (Red+Green+Blue) = 248+220+191=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 191 (75% from 255 or 28.98% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCBF is #072340. Grayscale: #E1E1E1. Windows color (decimal): -467777 or 12573944. OLE color: 12573944.
HSL color Cylindrical-coordinate representation of color #F8DCBF: hue angle of 30.53º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8DCBF is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 191 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.03 |
| HSL | 30.53º | 0.8% | 0.86% | - |
| HSV(B) | 30.53º | 0.23% | 0.97% | - |
| XYZ | 73.71 | 74.9 | 59.86 | - |
| YUV | 225.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 191 | 0 | 0.11 | 0.23 | 0.03 | 30.53 | 0.8 | 0.86 |
| Hex | F8 | DC | BF | 0 | B | 17 | 3 | 1F | 50 | 56 |
| Octal | 370 | 334 | 277 | 0 | 13 | 27 | 3 | 37 | 120 | 126 |
| Binary | 11111000 | 11011100 | 10111111 | 0 | 1011 | 10111 | 11 | 11111 | 1010000 | 1010110 |
Color Harmonies of #F8DCBF
Complementary color
Monochromatic Colors of #F8DCBF
Black with #F8DCBF
Text Example
Text Example
White with #F8DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCBF; }
p { color: rgb(248,220,191); }
H1.HeaderClassName
{
color: #F8DCBF;
}
.AnyTagClassName
{
color: #F8DCBF;
}
</style>
background-color css
<style>
a { background-color: #F8DCBF; }
a { background-color: rgb(248,220,191); }
div.DivClassName
{
background-color: #F8DCBF;
}
.BgClassName
{
background-color: #F8DCBF;
}
</style>
border-color css
<style>
span { border-color: #F8DCBF; }
span { border-color: rgb(248,220,191); }
td.TdClassName
{
border-color: #F8DCBF;
}
.TagClassName
{
border-color: #F8DCBF;
}
</style>