Shades of Snuff #F4DDF1
Tints of Snuff #F4DDF1
RGB
CMYK
RGB Variations
Color information
#F4DDF1 (or 0xF4DDF1) is known color: Snuff. HEX triplet: F4, DD and F1. RGB value is (244,221,241). Sum of RGB (Red+Green+Blue) = 244+221+241=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF1 is #0B220E. Grayscale: #E6E6E6. Windows color (decimal): -729615 or 15850996. OLE color: 15850996.
HSL color Cylindrical-coordinate representation of color #F4DDF1: hue angle of 307.83º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDF1 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 241 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.04 |
| HSL | 307.83º | 0.51% | 0.91% | - |
| HSV(B) | 307.83º | 0.09% | 0.96% | - |
| XYZ | 79.04 | 77.3 | 93.97 | - |
| YUV | 230.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 241 | 0 | 0.09 | 0.01 | 0.04 | 307.83 | 0.51 | 0.91 |
| Hex | F4 | DD | F1 | 0 | 9 | 1 | 4 | 134 | 33 | 5B |
| Octal | 364 | 335 | 361 | 0 | 11 | 1 | 4 | 464 | 63 | 133 |
| Binary | 11110100 | 11011101 | 11110001 | 0 | 1001 | 1 | 100 | 100110100 | 110011 | 1011011 |
Color Harmonies of #F4DDF1
Complementary color
Monochromatic Colors of #F4DDF1
Black with #F4DDF1
Text Example
Text Example
White with #F4DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDF1; }
p { color: rgb(244,221,241); }
H1.HeaderClassName
{
color: #F4DDF1;
}
.AnyTagClassName
{
color: #F4DDF1;
}
</style>
background-color css
<style>
a { background-color: #F4DDF1; }
a { background-color: rgb(244,221,241); }
div.DivClassName
{
background-color: #F4DDF1;
}
.BgClassName
{
background-color: #F4DDF1;
}
</style>
border-color css
<style>
span { border-color: #F4DDF1; }
span { border-color: rgb(244,221,241); }
td.TdClassName
{
border-color: #F4DDF1;
}
.TagClassName
{
border-color: #F4DDF1;
}
</style>