Shades of Sazerac #F8DDBD
Tints of Sazerac #F8DDBD
RGB
CMYK
RGB Variations
Color information
#F8DDBD (or 0xF8DDBD) is known color: Sazerac. HEX triplet: F8, DD and BD. RGB value is (248,221,189). Sum of RGB (Red+Green+Blue) = 248+221+189=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDBD is #072242. Grayscale: #E1E1E1. Windows color (decimal): -467523 or 12443128. OLE color: 12443128.
HSL color Cylindrical-coordinate representation of color #F8DDBD: hue angle of 32.54º 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 #F8DDBD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 189 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.03 |
| HSL | 32.54º | 0.81% | 0.86% | - |
| HSV(B) | 32.54º | 0.24% | 0.97% | - |
| XYZ | 73.75 | 75.34 | 58.8 | - |
| YUV | 225.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 189 | 0 | 0.11 | 0.24 | 0.03 | 32.54 | 0.81 | 0.86 |
| Hex | F8 | DD | BD | 0 | B | 18 | 3 | 21 | 51 | 56 |
| Octal | 370 | 335 | 275 | 0 | 13 | 30 | 3 | 41 | 121 | 126 |
| Binary | 11111000 | 11011101 | 10111101 | 0 | 1011 | 11000 | 11 | 100001 | 1010001 | 1010110 |
Color Harmonies of #F8DDBD
Complementary color
Monochromatic Colors of #F8DDBD
Black with #F8DDBD
Text Example
Text Example
White with #F8DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDBD; }
p { color: rgb(248,221,189); }
H1.HeaderClassName
{
color: #F8DDBD;
}
.AnyTagClassName
{
color: #F8DDBD;
}
</style>
background-color css
<style>
a { background-color: #F8DDBD; }
a { background-color: rgb(248,221,189); }
div.DivClassName
{
background-color: #F8DDBD;
}
.BgClassName
{
background-color: #F8DDBD;
}
</style>
border-color css
<style>
span { border-color: #F8DDBD; }
span { border-color: rgb(248,221,189); }
td.TdClassName
{
border-color: #F8DDBD;
}
.TagClassName
{
border-color: #F8DDBD;
}
</style>