Shades of Sazerac #F9DCBE
Tints of Sazerac #F9DCBE
RGB
CMYK
RGB Variations
Color information
#F9DCBE (or 0xF9DCBE) is known color: Sazerac. HEX triplet: F9, DC and BE. RGB value is (249,220,190). Sum of RGB (Red+Green+Blue) = 249+220+190=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCBE is #062341. Grayscale: #E1E1E1. Windows color (decimal): -402242 or 12508409. OLE color: 12508409.
HSL color Cylindrical-coordinate representation of color #F9DCBE: hue angle of 30.51º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9DCBE is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 190 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 30.51º | 0.83% | 0.86% | - |
| HSV(B) | 30.51º | 0.24% | 0.98% | - |
| XYZ | 73.95 | 75.04 | 59.3 | - |
| YUV | 225.25 | 108.11 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 190 | 0 | 0.12 | 0.24 | 0.02 | 30.51 | 0.83 | 0.86 |
| Hex | F9 | DC | BE | 0 | C | 18 | 2 | 1F | 53 | 56 |
| Octal | 371 | 334 | 276 | 0 | 14 | 30 | 2 | 37 | 123 | 126 |
| Binary | 11111001 | 11011100 | 10111110 | 0 | 1100 | 11000 | 10 | 11111 | 1010011 | 1010110 |
Color Harmonies of #F9DCBE
Complementary color
Monochromatic Colors of #F9DCBE
Black with #F9DCBE
Text Example
Text Example
White with #F9DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCBE; }
p { color: rgb(249,220,190); }
H1.HeaderClassName
{
color: #F9DCBE;
}
.AnyTagClassName
{
color: #F9DCBE;
}
</style>
background-color css
<style>
a { background-color: #F9DCBE; }
a { background-color: rgb(249,220,190); }
div.DivClassName
{
background-color: #F9DCBE;
}
.BgClassName
{
background-color: #F9DCBE;
}
</style>
border-color css
<style>
span { border-color: #F9DCBE; }
span { border-color: rgb(249,220,190); }
td.TdClassName
{
border-color: #F9DCBE;
}
.TagClassName
{
border-color: #F9DCBE;
}
</style>