Shades of Sazerac #F9DFBE
Tints of Sazerac #F9DFBE
RGB
CMYK
RGB Variations
Color information
#F9DFBE (or 0xF9DFBE) is known color: Sazerac. HEX triplet: F9, DF and BE. RGB value is (249,223,190). Sum of RGB (Red+Green+Blue) = 249+223+190=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFBE is #062041. Grayscale: #E3E3E3. Windows color (decimal): -401474 or 12509177. OLE color: 12509177.
HSL color Cylindrical-coordinate representation of color #F9DFBE: hue angle of 33.56º 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 #F9DFBE is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 190 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.02 |
| HSL | 33.56º | 0.83% | 0.86% | - |
| HSV(B) | 33.56º | 0.24% | 0.98% | - |
| XYZ | 74.75 | 76.63 | 59.57 | - |
| YUV | 227.01 | 107.11 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 190 | 0 | 0.10 | 0.24 | 0.02 | 33.56 | 0.83 | 0.86 |
| Hex | F9 | DF | BE | 0 | A | 18 | 2 | 22 | 53 | 56 |
| Octal | 371 | 337 | 276 | 0 | 12 | 30 | 2 | 42 | 123 | 126 |
| Binary | 11111001 | 11011111 | 10111110 | 0 | 1010 | 11000 | 10 | 100010 | 1010011 | 1010110 |
Color Harmonies of #F9DFBE
Complementary color
Monochromatic Colors of #F9DFBE
Black with #F9DFBE
Text Example
Text Example
White with #F9DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFBE; }
p { color: rgb(249,223,190); }
H1.HeaderClassName
{
color: #F9DFBE;
}
.AnyTagClassName
{
color: #F9DFBE;
}
</style>
background-color css
<style>
a { background-color: #F9DFBE; }
a { background-color: rgb(249,223,190); }
div.DivClassName
{
background-color: #F9DFBE;
}
.BgClassName
{
background-color: #F9DFBE;
}
</style>
border-color css
<style>
span { border-color: #F9DFBE; }
span { border-color: rgb(249,223,190); }
td.TdClassName
{
border-color: #F9DFBE;
}
.TagClassName
{
border-color: #F9DFBE;
}
</style>