Shades of Sazerac #F1DFC2
Tints of Sazerac #F1DFC2
RGB
CMYK
RGB Variations
Color information
#F1DFC2 (or 0xF1DFC2) is known color: Sazerac. HEX triplet: F1, DF and C2. RGB value is (241,223,194). Sum of RGB (Red+Green+Blue) = 241+223+194=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFC2 is #0E203D. Grayscale: #E1E1E1. Windows color (decimal): -925758 or 12771313. OLE color: 12771313.
HSL color Cylindrical-coordinate representation of color #F1DFC2: hue angle of 37.02º 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 #F1DFC2 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 194 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.05 |
| HSL | 37.02º | 0.63% | 0.85% | - |
| HSV(B) | 37.02º | 0.2% | 0.95% | - |
| XYZ | 72.4 | 75.37 | 61.77 | - |
| YUV | 225.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 194 | 0 | 0.07 | 0.20 | 0.05 | 37.02 | 0.63 | 0.85 |
| Hex | F1 | DF | C2 | 0 | 7 | 14 | 5 | 25 | 3F | 55 |
| Octal | 361 | 337 | 302 | 0 | 7 | 24 | 5 | 45 | 77 | 125 |
| Binary | 11110001 | 11011111 | 11000010 | 0 | 111 | 10100 | 101 | 100101 | 111111 | 1010101 |
Color Harmonies of #F1DFC2
Complementary color
Monochromatic Colors of #F1DFC2
Black with #F1DFC2
Text Example
Text Example
White with #F1DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFC2; }
p { color: rgb(241,223,194); }
H1.HeaderClassName
{
color: #F1DFC2;
}
.AnyTagClassName
{
color: #F1DFC2;
}
</style>
background-color css
<style>
a { background-color: #F1DFC2; }
a { background-color: rgb(241,223,194); }
div.DivClassName
{
background-color: #F1DFC2;
}
.BgClassName
{
background-color: #F1DFC2;
}
</style>
border-color css
<style>
span { border-color: #F1DFC2; }
span { border-color: rgb(241,223,194); }
td.TdClassName
{
border-color: #F1DFC2;
}
.TagClassName
{
border-color: #F1DFC2;
}
</style>