Shades of Sazerac #F1DCC2
Tints of Sazerac #F1DCC2
RGB
CMYK
RGB Variations
Color information
#F1DCC2 (or 0xF1DCC2) is known color: Sazerac. HEX triplet: F1, DC and C2. RGB value is (241,220,194). Sum of RGB (Red+Green+Blue) = 241+220+194=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC2 is #0E233D. Grayscale: #DFDFDF. Windows color (decimal): -926526 or 12770545. OLE color: 12770545.
HSL color Cylindrical-coordinate representation of color #F1DCC2: hue angle of 33.19º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1DCC2 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 194 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.05 |
| HSL | 33.19º | 0.63% | 0.85% | - |
| HSV(B) | 33.19º | 0.2% | 0.95% | - |
| XYZ | 71.61 | 73.78 | 61.51 | - |
| YUV | 223.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 194 | 0 | 0.09 | 0.20 | 0.05 | 33.19 | 0.63 | 0.85 |
| Hex | F1 | DC | C2 | 0 | 9 | 14 | 5 | 21 | 3F | 55 |
| Octal | 361 | 334 | 302 | 0 | 11 | 24 | 5 | 41 | 77 | 125 |
| Binary | 11110001 | 11011100 | 11000010 | 0 | 1001 | 10100 | 101 | 100001 | 111111 | 1010101 |
Color Harmonies of #F1DCC2
Complementary color
Monochromatic Colors of #F1DCC2
Black with #F1DCC2
Text Example
Text Example
White with #F1DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCC2; }
p { color: rgb(241,220,194); }
H1.HeaderClassName
{
color: #F1DCC2;
}
.AnyTagClassName
{
color: #F1DCC2;
}
</style>
background-color css
<style>
a { background-color: #F1DCC2; }
a { background-color: rgb(241,220,194); }
div.DivClassName
{
background-color: #F1DCC2;
}
.BgClassName
{
background-color: #F1DCC2;
}
</style>
border-color css
<style>
span { border-color: #F1DCC2; }
span { border-color: rgb(241,220,194); }
td.TdClassName
{
border-color: #F1DCC2;
}
.TagClassName
{
border-color: #F1DCC2;
}
</style>