Shades of Sazerac #F8DECA
Tints of Sazerac #F8DECA
RGB
CMYK
RGB Variations
Color information
#F8DECA (or 0xF8DECA) is known color: Sazerac. HEX triplet: F8, DE and CA. RGB value is (248,222,202). Sum of RGB (Red+Green+Blue) = 248+222+202=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DECA is #072135. Grayscale: #E3E3E3. Windows color (decimal): -467254 or 13295352. OLE color: 13295352.
HSL color Cylindrical-coordinate representation of color #F8DECA: hue angle of 26.09º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8DECA is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 202 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.03 |
| HSL | 26.09º | 0.77% | 0.88% | - |
| HSV(B) | 26.09º | 0.19% | 0.97% | - |
| XYZ | 75.49 | 76.46 | 66.66 | - |
| YUV | 227.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 202 | 0 | 0.10 | 0.19 | 0.03 | 26.09 | 0.77 | 0.88 |
| Hex | F8 | DE | CA | 0 | A | 13 | 3 | 1A | 4D | 58 |
| Octal | 370 | 336 | 312 | 0 | 12 | 23 | 3 | 32 | 115 | 130 |
| Binary | 11111000 | 11011110 | 11001010 | 0 | 1010 | 10011 | 11 | 11010 | 1001101 | 1011000 |
Color Harmonies of #F8DECA
Complementary color
Monochromatic Colors of #F8DECA
Black with #F8DECA
Text Example
Text Example
White with #F8DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DECA; }
p { color: rgb(248,222,202); }
H1.HeaderClassName
{
color: #F8DECA;
}
.AnyTagClassName
{
color: #F8DECA;
}
</style>
background-color css
<style>
a { background-color: #F8DECA; }
a { background-color: rgb(248,222,202); }
div.DivClassName
{
background-color: #F8DECA;
}
.BgClassName
{
background-color: #F8DECA;
}
</style>
border-color css
<style>
span { border-color: #F8DECA; }
span { border-color: rgb(248,222,202); }
td.TdClassName
{
border-color: #F8DECA;
}
.TagClassName
{
border-color: #F8DECA;
}
</style>