Shades of Sazerac #F8DFBE
Tints of Sazerac #F8DFBE
RGB
CMYK
RGB Variations
Color information
#F8DFBE (or 0xF8DFBE) is known color: Sazerac. HEX triplet: F8, DF and BE. RGB value is (248,223,190). Sum of RGB (Red+Green+Blue) = 248+223+190=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFBE is #072041. Grayscale: #E2E2E2. Windows color (decimal): -467010 or 12509176. OLE color: 12509176.
HSL color Cylindrical-coordinate representation of color #F8DFBE: hue angle of 34.14º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8DFBE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 190 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.03 |
| HSL | 34.14º | 0.81% | 0.86% | - |
| HSV(B) | 34.14º | 0.23% | 0.97% | - |
| XYZ | 74.39 | 76.45 | 59.55 | - |
| YUV | 226.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 190 | 0 | 0.10 | 0.23 | 0.03 | 34.14 | 0.81 | 0.86 |
| Hex | F8 | DF | BE | 0 | A | 17 | 3 | 22 | 51 | 56 |
| Octal | 370 | 337 | 276 | 0 | 12 | 27 | 3 | 42 | 121 | 126 |
| Binary | 11111000 | 11011111 | 10111110 | 0 | 1010 | 10111 | 11 | 100010 | 1010001 | 1010110 |
Color Harmonies of #F8DFBE
Complementary color
Monochromatic Colors of #F8DFBE
Black with #F8DFBE
Text Example
Text Example
White with #F8DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFBE; }
p { color: rgb(248,223,190); }
H1.HeaderClassName
{
color: #F8DFBE;
}
.AnyTagClassName
{
color: #F8DFBE;
}
</style>
background-color css
<style>
a { background-color: #F8DFBE; }
a { background-color: rgb(248,223,190); }
div.DivClassName
{
background-color: #F8DFBE;
}
.BgClassName
{
background-color: #F8DFBE;
}
</style>
border-color css
<style>
span { border-color: #F8DFBE; }
span { border-color: rgb(248,223,190); }
td.TdClassName
{
border-color: #F8DFBE;
}
.TagClassName
{
border-color: #F8DFBE;
}
</style>