Shades of Sazerac #F9DFBD
Tints of Sazerac #F9DFBD
RGB
CMYK
RGB Variations
Color information
#F9DFBD (or 0xF9DFBD) is known color: Sazerac. HEX triplet: F9, DF and BD. RGB value is (249,223,189). Sum of RGB (Red+Green+Blue) = 249+223+189=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFBD is #062042. Grayscale: #E3E3E3. Windows color (decimal): -401475 or 12443641. OLE color: 12443641.
HSL color Cylindrical-coordinate representation of color #F9DFBD: hue angle of 34º 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 #F9DFBD is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 189 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 34º | 0.83% | 0.86% | - |
| HSV(B) | 34º | 0.24% | 0.98% | - |
| XYZ | 74.64 | 76.59 | 58.99 | - |
| YUV | 226.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 189 | 0 | 0.10 | 0.24 | 0.02 | 34 | 0.83 | 0.86 |
| Hex | F9 | DF | BD | 0 | A | 18 | 2 | 22 | 53 | 56 |
| Octal | 371 | 337 | 275 | 0 | 12 | 30 | 2 | 42 | 123 | 126 |
| Binary | 11111001 | 11011111 | 10111101 | 0 | 1010 | 11000 | 10 | 100010 | 1010011 | 1010110 |
Color Harmonies of #F9DFBD
Complementary color
Monochromatic Colors of #F9DFBD
Black with #F9DFBD
Text Example
Text Example
White with #F9DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFBD; }
p { color: rgb(249,223,189); }
H1.HeaderClassName
{
color: #F9DFBD;
}
.AnyTagClassName
{
color: #F9DFBD;
}
</style>
background-color css
<style>
a { background-color: #F9DFBD; }
a { background-color: rgb(249,223,189); }
div.DivClassName
{
background-color: #F9DFBD;
}
.BgClassName
{
background-color: #F9DFBD;
}
</style>
border-color css
<style>
span { border-color: #F9DFBD; }
span { border-color: rgb(249,223,189); }
td.TdClassName
{
border-color: #F9DFBD;
}
.TagClassName
{
border-color: #F9DFBD;
}
</style>