Shades of Snuff #F1D1E9
Tints of Snuff #F1D1E9
RGB
CMYK
RGB Variations
Color information
#F1D1E9 (or 0xF1D1E9) is known color: Snuff. HEX triplet: F1, D1 and E9. RGB value is (241,209,233). Sum of RGB (Red+Green+Blue) = 241+209+233=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D1E9 is #0E2E16. Grayscale: #DDDDDD. Windows color (decimal): -929303 or 15323633. OLE color: 15323633.
HSL color Cylindrical-coordinate representation of color #F1D1E9: hue angle of 315º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1D1E9 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 233 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.05 |
| HSL | 315º | 0.53% | 0.88% | - |
| HSV(B) | 315º | 0.13% | 0.95% | - |
| XYZ | 73.78 | 70.18 | 86.75 | - |
| YUV | 221.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 233 | 0 | 0.13 | 0.03 | 0.05 | 315 | 0.53 | 0.88 |
| Hex | F1 | D1 | E9 | 0 | D | 3 | 5 | 13B | 35 | 58 |
| Octal | 361 | 321 | 351 | 0 | 15 | 3 | 5 | 473 | 65 | 130 |
| Binary | 11110001 | 11010001 | 11101001 | 0 | 1101 | 11 | 101 | 100111011 | 110101 | 1011000 |
Color Harmonies of #F1D1E9
Complementary color
Monochromatic Colors of #F1D1E9
Black with #F1D1E9
Text Example
Text Example
White with #F1D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1E9; }
p { color: rgb(241,209,233); }
H1.HeaderClassName
{
color: #F1D1E9;
}
.AnyTagClassName
{
color: #F1D1E9;
}
</style>
background-color css
<style>
a { background-color: #F1D1E9; }
a { background-color: rgb(241,209,233); }
div.DivClassName
{
background-color: #F1D1E9;
}
.BgClassName
{
background-color: #F1D1E9;
}
</style>
border-color css
<style>
span { border-color: #F1D1E9; }
span { border-color: rgb(241,209,233); }
td.TdClassName
{
border-color: #F1D1E9;
}
.TagClassName
{
border-color: #F1D1E9;
}
</style>