Shades of Sazerac #F6DFBE
Tints of Sazerac #F6DFBE
RGB
CMYK
RGB Variations
Color information
#F6DFBE (or 0xF6DFBE) is known color: Sazerac. HEX triplet: F6, DF and BE. RGB value is (246,223,190). Sum of RGB (Red+Green+Blue) = 246+223+190=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFBE is #092041. Grayscale: #E2E2E2. Windows color (decimal): -598082 or 12509174. OLE color: 12509174.
HSL color Cylindrical-coordinate representation of color #F6DFBE: hue angle of 35.36º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6DFBE is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 190 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.04 |
| HSL | 35.36º | 0.76% | 0.85% | - |
| HSV(B) | 35.36º | 0.23% | 0.96% | - |
| XYZ | 73.69 | 76.09 | 59.52 | - |
| YUV | 226.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 190 | 0 | 0.09 | 0.23 | 0.04 | 35.36 | 0.76 | 0.85 |
| Hex | F6 | DF | BE | 0 | 9 | 17 | 4 | 23 | 4C | 55 |
| Octal | 366 | 337 | 276 | 0 | 11 | 27 | 4 | 43 | 114 | 125 |
| Binary | 11110110 | 11011111 | 10111110 | 0 | 1001 | 10111 | 100 | 100011 | 1001100 | 1010101 |
Color Harmonies of #F6DFBE
Complementary color
Monochromatic Colors of #F6DFBE
Black with #F6DFBE
Text Example
Text Example
White with #F6DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFBE; }
p { color: rgb(246,223,190); }
H1.HeaderClassName
{
color: #F6DFBE;
}
.AnyTagClassName
{
color: #F6DFBE;
}
</style>
background-color css
<style>
a { background-color: #F6DFBE; }
a { background-color: rgb(246,223,190); }
div.DivClassName
{
background-color: #F6DFBE;
}
.BgClassName
{
background-color: #F6DFBE;
}
</style>
border-color css
<style>
span { border-color: #F6DFBE; }
span { border-color: rgb(246,223,190); }
td.TdClassName
{
border-color: #F6DFBE;
}
.TagClassName
{
border-color: #F6DFBE;
}
</style>