Shades of Sazerac #F9E0BF
Tints of Sazerac #F9E0BF
RGB
CMYK
RGB Variations
Color information
#F9E0BF (or 0xF9E0BF) is known color: Sazerac. HEX triplet: F9, E0 and BF. RGB value is (249,224,191). Sum of RGB (Red+Green+Blue) = 249+224+191=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E0BF is #061F40. Grayscale: #E3E3E3. Windows color (decimal): -401217 or 12574969. OLE color: 12574969.
HSL color Cylindrical-coordinate representation of color #F9E0BF: hue angle of 34.14º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9E0BF is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 191 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.02 |
| HSL | 34.14º | 0.83% | 0.86% | - |
| HSV(B) | 34.14º | 0.23% | 0.98% | - |
| XYZ | 75.13 | 77.21 | 60.23 | - |
| YUV | 227.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 191 | 0 | 0.10 | 0.23 | 0.02 | 34.14 | 0.83 | 0.86 |
| Hex | F9 | E0 | BF | 0 | A | 17 | 2 | 22 | 53 | 56 |
| Octal | 371 | 340 | 277 | 0 | 12 | 27 | 2 | 42 | 123 | 126 |
| Binary | 11111001 | 11100000 | 10111111 | 0 | 1010 | 10111 | 10 | 100010 | 1010011 | 1010110 |
Color Harmonies of #F9E0BF
Complementary color
Monochromatic Colors of #F9E0BF
Black with #F9E0BF
Text Example
Text Example
White with #F9E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E0BF; }
p { color: rgb(249,224,191); }
H1.HeaderClassName
{
color: #F9E0BF;
}
.AnyTagClassName
{
color: #F9E0BF;
}
</style>
background-color css
<style>
a { background-color: #F9E0BF; }
a { background-color: rgb(249,224,191); }
div.DivClassName
{
background-color: #F9E0BF;
}
.BgClassName
{
background-color: #F9E0BF;
}
</style>
border-color css
<style>
span { border-color: #F9E0BF; }
span { border-color: rgb(249,224,191); }
td.TdClassName
{
border-color: #F9E0BF;
}
.TagClassName
{
border-color: #F9E0BF;
}
</style>