Shades of Sazerac #F5DFBE
Tints of Sazerac #F5DFBE
RGB
CMYK
RGB Variations
Color information
#F5DFBE (or 0xF5DFBE) is known color: Sazerac. HEX triplet: F5, DF and BE. RGB value is (245,223,190). Sum of RGB (Red+Green+Blue) = 245+223+190=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 190 (74.61% from 255 or 28.88% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFBE is #0A2041. Grayscale: #E1E1E1. Windows color (decimal): -663618 or 12509173. OLE color: 12509173.
HSL color Cylindrical-coordinate representation of color #F5DFBE: hue angle of 36º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5DFBE is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 190 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.04 |
| HSL | 36º | 0.73% | 0.85% | - |
| HSV(B) | 36º | 0.22% | 0.96% | - |
| XYZ | 73.34 | 75.91 | 59.5 | - |
| YUV | 225.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 190 | 0 | 0.09 | 0.22 | 0.04 | 36 | 0.73 | 0.85 |
| Hex | F5 | DF | BE | 0 | 9 | 16 | 4 | 24 | 49 | 55 |
| Octal | 365 | 337 | 276 | 0 | 11 | 26 | 4 | 44 | 111 | 125 |
| Binary | 11110101 | 11011111 | 10111110 | 0 | 1001 | 10110 | 100 | 100100 | 1001001 | 1010101 |
Color Harmonies of #F5DFBE
Complementary color
Monochromatic Colors of #F5DFBE
Black with #F5DFBE
Text Example
Text Example
White with #F5DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFBE; }
p { color: rgb(245,223,190); }
H1.HeaderClassName
{
color: #F5DFBE;
}
.AnyTagClassName
{
color: #F5DFBE;
}
</style>
background-color css
<style>
a { background-color: #F5DFBE; }
a { background-color: rgb(245,223,190); }
div.DivClassName
{
background-color: #F5DFBE;
}
.BgClassName
{
background-color: #F5DFBE;
}
</style>
border-color css
<style>
span { border-color: #F5DFBE; }
span { border-color: rgb(245,223,190); }
td.TdClassName
{
border-color: #F5DFBE;
}
.TagClassName
{
border-color: #F5DFBE;
}
</style>