Shades of Sazerac #F1DDC5
Tints of Sazerac #F1DDC5
RGB
CMYK
RGB Variations
Color information
#F1DDC5 (or 0xF1DDC5) is known color: Sazerac. HEX triplet: F1, DD and C5. RGB value is (241,221,197). Sum of RGB (Red+Green+Blue) = 241+221+197=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC5 is #0E223A. Grayscale: #E0E0E0. Windows color (decimal): -926267 or 12967409. OLE color: 12967409.
HSL color Cylindrical-coordinate representation of color #F1DDC5: hue angle of 32.73º 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 #F1DDC5 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 197 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.05 |
| HSL | 32.73º | 0.61% | 0.86% | - |
| HSV(B) | 32.73º | 0.18% | 0.95% | - |
| XYZ | 72.21 | 74.44 | 63.39 | - |
| YUV | 224.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 197 | 0 | 0.08 | 0.18 | 0.05 | 32.73 | 0.61 | 0.86 |
| Hex | F1 | DD | C5 | 0 | 8 | 12 | 5 | 21 | 3D | 56 |
| Octal | 361 | 335 | 305 | 0 | 10 | 22 | 5 | 41 | 75 | 126 |
| Binary | 11110001 | 11011101 | 11000101 | 0 | 1000 | 10010 | 101 | 100001 | 111101 | 1010110 |
Color Harmonies of #F1DDC5
Complementary color
Monochromatic Colors of #F1DDC5
Black with #F1DDC5
Text Example
Text Example
White with #F1DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDC5; }
p { color: rgb(241,221,197); }
H1.HeaderClassName
{
color: #F1DDC5;
}
.AnyTagClassName
{
color: #F1DDC5;
}
</style>
background-color css
<style>
a { background-color: #F1DDC5; }
a { background-color: rgb(241,221,197); }
div.DivClassName
{
background-color: #F1DDC5;
}
.BgClassName
{
background-color: #F1DDC5;
}
</style>
border-color css
<style>
span { border-color: #F1DDC5; }
span { border-color: rgb(241,221,197); }
td.TdClassName
{
border-color: #F1DDC5;
}
.TagClassName
{
border-color: #F1DDC5;
}
</style>