Shades of Sazerac #F5DBBE
Tints of Sazerac #F5DBBE
RGB
CMYK
RGB Variations
Color information
#F5DBBE (or 0xF5DBBE) is known color: Sazerac. HEX triplet: F5, DB and BE. RGB value is (245,219,190). Sum of RGB (Red+Green+Blue) = 245+219+190=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBBE is #0A2441. Grayscale: #DFDFDF. Windows color (decimal): -664642 or 12508149. OLE color: 12508149.
HSL color Cylindrical-coordinate representation of color #F5DBBE: hue angle of 31.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5DBBE is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 190 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.04 |
| HSL | 31.64º | 0.73% | 0.85% | - |
| HSV(B) | 31.64º | 0.22% | 0.96% | - |
| XYZ | 72.28 | 73.79 | 59.15 | - |
| YUV | 223.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 190 | 0 | 0.11 | 0.22 | 0.04 | 31.64 | 0.73 | 0.85 |
| Hex | F5 | DB | BE | 0 | B | 16 | 4 | 20 | 49 | 55 |
| Octal | 365 | 333 | 276 | 0 | 13 | 26 | 4 | 40 | 111 | 125 |
| Binary | 11110101 | 11011011 | 10111110 | 0 | 1011 | 10110 | 100 | 100000 | 1001001 | 1010101 |
Color Harmonies of #F5DBBE
Complementary color
Monochromatic Colors of #F5DBBE
Black with #F5DBBE
Text Example
Text Example
White with #F5DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBBE; }
p { color: rgb(245,219,190); }
H1.HeaderClassName
{
color: #F5DBBE;
}
.AnyTagClassName
{
color: #F5DBBE;
}
</style>
background-color css
<style>
a { background-color: #F5DBBE; }
a { background-color: rgb(245,219,190); }
div.DivClassName
{
background-color: #F5DBBE;
}
.BgClassName
{
background-color: #F5DBBE;
}
</style>
border-color css
<style>
span { border-color: #F5DBBE; }
span { border-color: rgb(245,219,190); }
td.TdClassName
{
border-color: #F5DBBE;
}
.TagClassName
{
border-color: #F5DBBE;
}
</style>