Shades of Sazerac #F9DDBD
Tints of Sazerac #F9DDBD
RGB
CMYK
RGB Variations
Color information
#F9DDBD (or 0xF9DDBD) is known color: Sazerac. HEX triplet: F9, DD and BD. RGB value is (249,221,189). Sum of RGB (Red+Green+Blue) = 249+221+189=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDBD is #062242. Grayscale: #E1E1E1. Windows color (decimal): -401987 or 12443129. OLE color: 12443129.
HSL color Cylindrical-coordinate representation of color #F9DDBD: hue angle of 32º 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 #F9DDBD is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 221 | 189 | - |
CMYK | 0 | 0.11 | 0.24 | 0.02 |
HSL | 32º | 0.83% | 0.86% | - |
HSV(B) | 32º | 0.24% | 0.98% | - |
XYZ | 74.11 | 75.53 | 58.82 | - |
YUV | 225.72 | 107.28 | 144.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 189 | 0 | 0.11 | 0.24 | 0.02 | 32 | 0.83 | 0.86 |
Hex | F9 | DD | BD | 0 | B | 18 | 2 | 20 | 53 | 56 |
Octal | 371 | 335 | 275 | 0 | 13 | 30 | 2 | 40 | 123 | 126 |
Binary | 11111001 | 11011101 | 10111101 | 0 | 1011 | 11000 | 10 | 100000 | 1010011 | 1010110 |
Color Harmonies of #F9DDBD
Complementary color
Monochromatic Colors of #F9DDBD
Black with #F9DDBD
Text Example
Text Example
White with #F9DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDBD; }
p { color: rgb(249,221,189); }
H1.HeaderClassName
{
color: #F9DDBD;
}
.AnyTagClassName
{
color: #F9DDBD;
}
</style>
background-color css
<style>
a { background-color: #F9DDBD; }
a { background-color: rgb(249,221,189); }
div.DivClassName
{
background-color: #F9DDBD;
}
.BgClassName
{
background-color: #F9DDBD;
}
</style>
border-color css
<style>
span { border-color: #F9DDBD; }
span { border-color: rgb(249,221,189); }
td.TdClassName
{
border-color: #F9DDBD;
}
.TagClassName
{
border-color: #F9DDBD;
}
</style>