Shades of Sazerac #F1DEC5
Tints of Sazerac #F1DEC5
RGB
CMYK
RGB Variations
Color information
#F1DEC5 (or 0xF1DEC5) is known color: Sazerac. HEX triplet: F1, DE and C5. RGB value is (241,222,197). Sum of RGB (Red+Green+Blue) = 241+222+197=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEC5 is #0E213A. Grayscale: #E0E0E0. Windows color (decimal): -926011 or 12967665. OLE color: 12967665.
HSL color Cylindrical-coordinate representation of color #F1DEC5: hue angle of 34.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1DEC5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 197 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.05 |
| HSL | 34.09º | 0.61% | 0.86% | - |
| HSV(B) | 34.09º | 0.18% | 0.95% | - |
| XYZ | 72.47 | 74.97 | 63.48 | - |
| YUV | 224.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 197 | 0 | 0.08 | 0.18 | 0.05 | 34.09 | 0.61 | 0.86 |
| Hex | F1 | DE | C5 | 0 | 8 | 12 | 5 | 22 | 3D | 56 |
| Octal | 361 | 336 | 305 | 0 | 10 | 22 | 5 | 42 | 75 | 126 |
| Binary | 11110001 | 11011110 | 11000101 | 0 | 1000 | 10010 | 101 | 100010 | 111101 | 1010110 |
Color Harmonies of #F1DEC5
Complementary color
Monochromatic Colors of #F1DEC5
Black with #F1DEC5
Text Example
Text Example
White with #F1DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEC5; }
p { color: rgb(241,222,197); }
H1.HeaderClassName
{
color: #F1DEC5;
}
.AnyTagClassName
{
color: #F1DEC5;
}
</style>
background-color css
<style>
a { background-color: #F1DEC5; }
a { background-color: rgb(241,222,197); }
div.DivClassName
{
background-color: #F1DEC5;
}
.BgClassName
{
background-color: #F1DEC5;
}
</style>
border-color css
<style>
span { border-color: #F1DEC5; }
span { border-color: rgb(241,222,197); }
td.TdClassName
{
border-color: #F1DEC5;
}
.TagClassName
{
border-color: #F1DEC5;
}
</style>