Shades of Sazerac #F8DCBD
Tints of Sazerac #F8DCBD
RGB
CMYK
RGB Variations
Color information
#F8DCBD (or 0xF8DCBD) is known color: Sazerac. HEX triplet: F8, DC and BD. RGB value is (248,220,189). Sum of RGB (Red+Green+Blue) = 248+220+189=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCBD is #072342. Grayscale: #E0E0E0. Windows color (decimal): -467779 or 12442872. OLE color: 12442872.
HSL color Cylindrical-coordinate representation of color #F8DCBD: hue angle of 31.53º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8DCBD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 189 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.03 |
| HSL | 31.53º | 0.81% | 0.86% | - |
| HSV(B) | 31.53º | 0.24% | 0.97% | - |
| XYZ | 73.49 | 74.82 | 58.71 | - |
| YUV | 224.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 189 | 0 | 0.11 | 0.24 | 0.03 | 31.53 | 0.81 | 0.86 |
| Hex | F8 | DC | BD | 0 | B | 18 | 3 | 20 | 51 | 56 |
| Octal | 370 | 334 | 275 | 0 | 13 | 30 | 3 | 40 | 121 | 126 |
| Binary | 11111000 | 11011100 | 10111101 | 0 | 1011 | 11000 | 11 | 100000 | 1010001 | 1010110 |
Color Harmonies of #F8DCBD
Complementary color
Monochromatic Colors of #F8DCBD
Black with #F8DCBD
Text Example
Text Example
White with #F8DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCBD; }
p { color: rgb(248,220,189); }
H1.HeaderClassName
{
color: #F8DCBD;
}
.AnyTagClassName
{
color: #F8DCBD;
}
</style>
background-color css
<style>
a { background-color: #F8DCBD; }
a { background-color: rgb(248,220,189); }
div.DivClassName
{
background-color: #F8DCBD;
}
.BgClassName
{
background-color: #F8DCBD;
}
</style>
border-color css
<style>
span { border-color: #F8DCBD; }
span { border-color: rgb(248,220,189); }
td.TdClassName
{
border-color: #F8DCBD;
}
.TagClassName
{
border-color: #F8DCBD;
}
</style>