Shades of Sazerac #F5DDBD
Tints of Sazerac #F5DDBD
RGB
CMYK
RGB Variations
Color information
#F5DDBD (or 0xF5DDBD) is known color: Sazerac. HEX triplet: F5, DD and BD. RGB value is (245,221,189). Sum of RGB (Red+Green+Blue) = 245+221+189=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDBD is #0A2242. Grayscale: #E0E0E0. Windows color (decimal): -664131 or 12443125. OLE color: 12443125.
HSL color Cylindrical-coordinate representation of color #F5DDBD: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5DDBD is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 189 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.04 |
| HSL | 34.29º | 0.74% | 0.85% | - |
| HSV(B) | 34.29º | 0.23% | 0.96% | - |
| XYZ | 72.7 | 74.8 | 58.75 | - |
| YUV | 224.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 189 | 0 | 0.10 | 0.23 | 0.04 | 34.29 | 0.74 | 0.85 |
| Hex | F5 | DD | BD | 0 | A | 17 | 4 | 22 | 4A | 55 |
| Octal | 365 | 335 | 275 | 0 | 12 | 27 | 4 | 42 | 112 | 125 |
| Binary | 11110101 | 11011101 | 10111101 | 0 | 1010 | 10111 | 100 | 100010 | 1001010 | 1010101 |
Color Harmonies of #F5DDBD
Complementary color
Monochromatic Colors of #F5DDBD
Black with #F5DDBD
Text Example
Text Example
White with #F5DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDBD; }
p { color: rgb(245,221,189); }
H1.HeaderClassName
{
color: #F5DDBD;
}
.AnyTagClassName
{
color: #F5DDBD;
}
</style>
background-color css
<style>
a { background-color: #F5DDBD; }
a { background-color: rgb(245,221,189); }
div.DivClassName
{
background-color: #F5DDBD;
}
.BgClassName
{
background-color: #F5DDBD;
}
</style>
border-color css
<style>
span { border-color: #F5DDBD; }
span { border-color: rgb(245,221,189); }
td.TdClassName
{
border-color: #F5DDBD;
}
.TagClassName
{
border-color: #F5DDBD;
}
</style>