Shades of Sazerac #F1DDC3
Tints of Sazerac #F1DDC3
RGB
CMYK
RGB Variations
Color information
#F1DDC3 (or 0xF1DDC3) is known color: Sazerac. HEX triplet: F1, DD and C3. RGB value is (241,221,195). Sum of RGB (Red+Green+Blue) = 241+221+195=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDC3 is #0E223C. Grayscale: #E0E0E0. Windows color (decimal): -926269 or 12836337. OLE color: 12836337.
HSL color Cylindrical-coordinate representation of color #F1DDC3: hue angle of 33.91º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1DDC3 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 195 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.05 |
| HSL | 33.91º | 0.62% | 0.85% | - |
| HSV(B) | 33.91º | 0.19% | 0.95% | - |
| XYZ | 71.98 | 74.35 | 62.19 | - |
| YUV | 224.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 195 | 0 | 0.08 | 0.19 | 0.05 | 33.91 | 0.62 | 0.85 |
| Hex | F1 | DD | C3 | 0 | 8 | 13 | 5 | 22 | 3E | 55 |
| Octal | 361 | 335 | 303 | 0 | 10 | 23 | 5 | 42 | 76 | 125 |
| Binary | 11110001 | 11011101 | 11000011 | 0 | 1000 | 10011 | 101 | 100010 | 111110 | 1010101 |
Color Harmonies of #F1DDC3
Complementary color
Monochromatic Colors of #F1DDC3
Black with #F1DDC3
Text Example
Text Example
White with #F1DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDC3; }
p { color: rgb(241,221,195); }
H1.HeaderClassName
{
color: #F1DDC3;
}
.AnyTagClassName
{
color: #F1DDC3;
}
</style>
background-color css
<style>
a { background-color: #F1DDC3; }
a { background-color: rgb(241,221,195); }
div.DivClassName
{
background-color: #F1DDC3;
}
.BgClassName
{
background-color: #F1DDC3;
}
</style>
border-color css
<style>
span { border-color: #F1DDC3; }
span { border-color: rgb(241,221,195); }
td.TdClassName
{
border-color: #F1DDC3;
}
.TagClassName
{
border-color: #F1DDC3;
}
</style>