Shades of Snuff #F9D9F1
Tints of Snuff #F9D9F1
RGB
CMYK
RGB Variations
Color information
#F9D9F1 (or 0xF9D9F1) is known color: Snuff. HEX triplet: F9, D9 and F1. RGB value is (249,217,241). Sum of RGB (Red+Green+Blue) = 249+217+241=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D9F1 is #06260E. Grayscale: #E5E5E5. Windows color (decimal): -402959 or 15849977. OLE color: 15849977.
HSL color Cylindrical-coordinate representation of color #F9D9F1: hue angle of 315º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9D9F1 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 217 | 241 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.02 |
| HSL | 315º | 0.73% | 0.91% | - |
| HSV(B) | 315º | 0.13% | 0.98% | - |
| XYZ | 79.76 | 76.12 | 93.71 | - |
| YUV | 229.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 217 | 241 | 0 | 0.13 | 0.03 | 0.02 | 315 | 0.73 | 0.91 |
| Hex | F9 | D9 | F1 | 0 | D | 3 | 2 | 13B | 49 | 5B |
| Octal | 371 | 331 | 361 | 0 | 15 | 3 | 2 | 473 | 111 | 133 |
| Binary | 11111001 | 11011001 | 11110001 | 0 | 1101 | 11 | 10 | 100111011 | 1001001 | 1011011 |
Color Harmonies of #F9D9F1
Complementary color
Monochromatic Colors of #F9D9F1
Black with #F9D9F1
Text Example
Text Example
White with #F9D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D9F1; }
p { color: rgb(249,217,241); }
H1.HeaderClassName
{
color: #F9D9F1;
}
.AnyTagClassName
{
color: #F9D9F1;
}
</style>
background-color css
<style>
a { background-color: #F9D9F1; }
a { background-color: rgb(249,217,241); }
div.DivClassName
{
background-color: #F9D9F1;
}
.BgClassName
{
background-color: #F9D9F1;
}
</style>
border-color css
<style>
span { border-color: #F9D9F1; }
span { border-color: rgb(249,217,241); }
td.TdClassName
{
border-color: #F9D9F1;
}
.TagClassName
{
border-color: #F9D9F1;
}
</style>