Shades of Snuff #F2D9F1
Tints of Snuff #F2D9F1
RGB
CMYK
RGB Variations
Color information
#F2D9F1 (or 0xF2D9F1) is known color: Snuff. HEX triplet: F2, D9 and F1. RGB value is (242,217,241). Sum of RGB (Red+Green+Blue) = 242+217+241=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9F1 is #0D260E. Grayscale: #E3E3E3. Windows color (decimal): -861711 or 15849970. OLE color: 15849970.
HSL color Cylindrical-coordinate representation of color #F2D9F1: hue angle of 302.4º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9F1 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 241 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.05 |
| HSL | 302.4º | 0.49% | 0.9% | - |
| HSV(B) | 302.4º | 0.1% | 0.95% | - |
| XYZ | 77.31 | 74.85 | 93.59 | - |
| YUV | 227.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 241 | 0 | 0.10 | 0.00 | 0.05 | 302.4 | 0.49 | 0.9 |
| Hex | F2 | D9 | F1 | 0 | A | 0 | 5 | 12E | 31 | 5A |
| Octal | 362 | 331 | 361 | 0 | 12 | 0 | 5 | 456 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11110001 | 0 | 1010 | 0 | 101 | 100101110 | 110001 | 1011010 |
Color Harmonies of #F2D9F1
Complementary color
Monochromatic Colors of #F2D9F1
Black with #F2D9F1
Text Example
Text Example
White with #F2D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9F1; }
p { color: rgb(242,217,241); }
H1.HeaderClassName
{
color: #F2D9F1;
}
.AnyTagClassName
{
color: #F2D9F1;
}
</style>
background-color css
<style>
a { background-color: #F2D9F1; }
a { background-color: rgb(242,217,241); }
div.DivClassName
{
background-color: #F2D9F1;
}
.BgClassName
{
background-color: #F2D9F1;
}
</style>
border-color css
<style>
span { border-color: #F2D9F1; }
span { border-color: rgb(242,217,241); }
td.TdClassName
{
border-color: #F2D9F1;
}
.TagClassName
{
border-color: #F2D9F1;
}
</style>