Shades of Sazerac #F1DCC5
Tints of Sazerac #F1DCC5
RGB
CMYK
RGB Variations
Color information
#F1DCC5 (or 0xF1DCC5) is known color: Sazerac. HEX triplet: F1, DC and C5. RGB value is (241,220,197). Sum of RGB (Red+Green+Blue) = 241+220+197=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 197 (77.34% from 255 or 29.94% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCC5 is #0E233A. Grayscale: #DFDFDF. Windows color (decimal): -926523 or 12967153. OLE color: 12967153.
HSL color Cylindrical-coordinate representation of color #F1DCC5: hue angle of 31.36º 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 #F1DCC5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 197 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.05 |
| HSL | 31.36º | 0.61% | 0.86% | - |
| HSV(B) | 31.36º | 0.18% | 0.95% | - |
| XYZ | 71.95 | 73.92 | 63.3 | - |
| YUV | 223.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 197 | 0 | 0.09 | 0.18 | 0.05 | 31.36 | 0.61 | 0.86 |
| Hex | F1 | DC | C5 | 0 | 9 | 12 | 5 | 1F | 3D | 56 |
| Octal | 361 | 334 | 305 | 0 | 11 | 22 | 5 | 37 | 75 | 126 |
| Binary | 11110001 | 11011100 | 11000101 | 0 | 1001 | 10010 | 101 | 11111 | 111101 | 1010110 |
Color Harmonies of #F1DCC5
Complementary color
Monochromatic Colors of #F1DCC5
Black with #F1DCC5
Text Example
Text Example
White with #F1DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCC5; }
p { color: rgb(241,220,197); }
H1.HeaderClassName
{
color: #F1DCC5;
}
.AnyTagClassName
{
color: #F1DCC5;
}
</style>
background-color css
<style>
a { background-color: #F1DCC5; }
a { background-color: rgb(241,220,197); }
div.DivClassName
{
background-color: #F1DCC5;
}
.BgClassName
{
background-color: #F1DCC5;
}
</style>
border-color css
<style>
span { border-color: #F1DCC5; }
span { border-color: rgb(241,220,197); }
td.TdClassName
{
border-color: #F1DCC5;
}
.TagClassName
{
border-color: #F1DCC5;
}
</style>