Shades of Sazerac #F5DEBF
Tints of Sazerac #F5DEBF
RGB
CMYK
RGB Variations
Color information
#F5DEBF (or 0xF5DEBF) is known color: Sazerac. HEX triplet: F5, DE and BF. RGB value is (245,222,191). Sum of RGB (Red+Green+Blue) = 245+222+191=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DEBF is #0A2140. Grayscale: #E1E1E1. Windows color (decimal): -663873 or 12574453. OLE color: 12574453.
HSL color Cylindrical-coordinate representation of color #F5DEBF: hue angle of 34.44º 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 #F5DEBF is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 191 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.04 |
| HSL | 34.44º | 0.73% | 0.85% | - |
| HSV(B) | 34.44º | 0.22% | 0.96% | - |
| XYZ | 73.18 | 75.42 | 59.99 | - |
| YUV | 225.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 191 | 0 | 0.09 | 0.22 | 0.04 | 34.44 | 0.73 | 0.85 |
| Hex | F5 | DE | BF | 0 | 9 | 16 | 4 | 22 | 49 | 55 |
| Octal | 365 | 336 | 277 | 0 | 11 | 26 | 4 | 42 | 111 | 125 |
| Binary | 11110101 | 11011110 | 10111111 | 0 | 1001 | 10110 | 100 | 100010 | 1001001 | 1010101 |
Color Harmonies of #F5DEBF
Complementary color
Monochromatic Colors of #F5DEBF
Black with #F5DEBF
Text Example
Text Example
White with #F5DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEBF; }
p { color: rgb(245,222,191); }
H1.HeaderClassName
{
color: #F5DEBF;
}
.AnyTagClassName
{
color: #F5DEBF;
}
</style>
background-color css
<style>
a { background-color: #F5DEBF; }
a { background-color: rgb(245,222,191); }
div.DivClassName
{
background-color: #F5DEBF;
}
.BgClassName
{
background-color: #F5DEBF;
}
</style>
border-color css
<style>
span { border-color: #F5DEBF; }
span { border-color: rgb(245,222,191); }
td.TdClassName
{
border-color: #F5DEBF;
}
.TagClassName
{
border-color: #F5DEBF;
}
</style>