Shades of Sazerac #F9DCBF
Tints of Sazerac #F9DCBF
RGB
CMYK
RGB Variations
Color information
#F9DCBF (or 0xF9DCBF) is known color: Sazerac. HEX triplet: F9, DC and BF. RGB value is (249,220,191). Sum of RGB (Red+Green+Blue) = 249+220+191=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCBF is #062340. Grayscale: #E1E1E1. Windows color (decimal): -402241 or 12573945. OLE color: 12573945.
HSL color Cylindrical-coordinate representation of color #F9DCBF: hue angle of 30º 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 #F9DCBF is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 191 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.02 |
| HSL | 30º | 0.83% | 0.86% | - |
| HSV(B) | 30º | 0.23% | 0.98% | - |
| XYZ | 74.06 | 75.09 | 59.88 | - |
| YUV | 225.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 191 | 0 | 0.12 | 0.23 | 0.02 | 30 | 0.83 | 0.86 |
| Hex | F9 | DC | BF | 0 | C | 17 | 2 | 1E | 53 | 56 |
| Octal | 371 | 334 | 277 | 0 | 14 | 27 | 2 | 36 | 123 | 126 |
| Binary | 11111001 | 11011100 | 10111111 | 0 | 1100 | 10111 | 10 | 11110 | 1010011 | 1010110 |
Color Harmonies of #F9DCBF
Complementary color
Monochromatic Colors of #F9DCBF
Black with #F9DCBF
Text Example
Text Example
White with #F9DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DCBF; }
p { color: rgb(249,220,191); }
H1.HeaderClassName
{
color: #F9DCBF;
}
.AnyTagClassName
{
color: #F9DCBF;
}
</style>
background-color css
<style>
a { background-color: #F9DCBF; }
a { background-color: rgb(249,220,191); }
div.DivClassName
{
background-color: #F9DCBF;
}
.BgClassName
{
background-color: #F9DCBF;
}
</style>
border-color css
<style>
span { border-color: #F9DCBF; }
span { border-color: rgb(249,220,191); }
td.TdClassName
{
border-color: #F9DCBF;
}
.TagClassName
{
border-color: #F9DCBF;
}
</style>