Shades of Sazerac #F1DDC6
Tints of Sazerac #F1DDC6
RGB
CMYK
RGB Variations
Color information
#F1DDC6 (or 0xF1DDC6) is known color: Sazerac. HEX triplet: F1, DD and C6. RGB value is (241,221,198). Sum of RGB (Red+Green+Blue) = 241+221+198=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC6 is #0E2239. Grayscale: #E0E0E0. Windows color (decimal): -926266 or 13032945. OLE color: 13032945.
HSL color Cylindrical-coordinate representation of color #F1DDC6: hue angle of 32.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 #F1DDC6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 198 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.05 |
| HSL | 32.09º | 0.61% | 0.86% | - |
| HSV(B) | 32.09º | 0.18% | 0.95% | - |
| XYZ | 72.33 | 74.49 | 63.99 | - |
| YUV | 224.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 198 | 0 | 0.08 | 0.18 | 0.05 | 32.09 | 0.61 | 0.86 |
| Hex | F1 | DD | C6 | 0 | 8 | 12 | 5 | 20 | 3D | 56 |
| Octal | 361 | 335 | 306 | 0 | 10 | 22 | 5 | 40 | 75 | 126 |
| Binary | 11110001 | 11011101 | 11000110 | 0 | 1000 | 10010 | 101 | 100000 | 111101 | 1010110 |
Color Harmonies of #F1DDC6
Complementary color
Monochromatic Colors of #F1DDC6
Black with #F1DDC6
Text Example
Text Example
White with #F1DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDC6; }
p { color: rgb(241,221,198); }
H1.HeaderClassName
{
color: #F1DDC6;
}
.AnyTagClassName
{
color: #F1DDC6;
}
</style>
background-color css
<style>
a { background-color: #F1DDC6; }
a { background-color: rgb(241,221,198); }
div.DivClassName
{
background-color: #F1DDC6;
}
.BgClassName
{
background-color: #F1DDC6;
}
</style>
border-color css
<style>
span { border-color: #F1DDC6; }
span { border-color: rgb(241,221,198); }
td.TdClassName
{
border-color: #F1DDC6;
}
.TagClassName
{
border-color: #F1DDC6;
}
</style>