Shades of Sazerac #F8DBBE
Tints of Sazerac #F8DBBE
RGB
CMYK
RGB Variations
Color information
#F8DBBE (or 0xF8DBBE) is known color: Sazerac. HEX triplet: F8, DB and BE. RGB value is (248,219,190). Sum of RGB (Red+Green+Blue) = 248+219+190=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBBE is #072441. Grayscale: #E0E0E0. Windows color (decimal): -468034 or 12508152. OLE color: 12508152.
HSL color Cylindrical-coordinate representation of color #F8DBBE: hue angle of 30º degrees, saturation: 0.81, 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 #F8DBBE is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 190 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.03 |
| HSL | 30º | 0.81% | 0.86% | - |
| HSV(B) | 30º | 0.23% | 0.97% | - |
| XYZ | 73.34 | 74.34 | 59.2 | - |
| YUV | 224.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 190 | 0 | 0.12 | 0.23 | 0.03 | 30 | 0.81 | 0.86 |
| Hex | F8 | DB | BE | 0 | C | 17 | 3 | 1E | 51 | 56 |
| Octal | 370 | 333 | 276 | 0 | 14 | 27 | 3 | 36 | 121 | 126 |
| Binary | 11111000 | 11011011 | 10111110 | 0 | 1100 | 10111 | 11 | 11110 | 1010001 | 1010110 |
Color Harmonies of #F8DBBE
Complementary color
Monochromatic Colors of #F8DBBE
Black with #F8DBBE
Text Example
Text Example
White with #F8DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBBE; }
p { color: rgb(248,219,190); }
H1.HeaderClassName
{
color: #F8DBBE;
}
.AnyTagClassName
{
color: #F8DBBE;
}
</style>
background-color css
<style>
a { background-color: #F8DBBE; }
a { background-color: rgb(248,219,190); }
div.DivClassName
{
background-color: #F8DBBE;
}
.BgClassName
{
background-color: #F8DBBE;
}
</style>
border-color css
<style>
span { border-color: #F8DBBE; }
span { border-color: rgb(248,219,190); }
td.TdClassName
{
border-color: #F8DBBE;
}
.TagClassName
{
border-color: #F8DBBE;
}
</style>