Shades of Snuff #F2D2F1
Tints of Snuff #F2D2F1
RGB
CMYK
RGB Variations
Color information
#F2D2F1 (or 0xF2D2F1) is known color: Snuff. HEX triplet: F2, D2 and F1. RGB value is (242,210,241). Sum of RGB (Red+Green+Blue) = 242+210+241=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D2F1 is #0D2D0E. Grayscale: #DFDFDF. Windows color (decimal): -863503 or 15848178. OLE color: 15848178.
HSL color Cylindrical-coordinate representation of color #F2D2F1: hue angle of 301.88º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2D2F1 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 241 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.05 |
| HSL | 301.88º | 0.55% | 0.89% | - |
| HSV(B) | 301.88º | 0.13% | 0.95% | - |
| XYZ | 75.54 | 71.32 | 93 | - |
| YUV | 223.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 241 | 0 | 0.13 | 0.00 | 0.05 | 301.88 | 0.55 | 0.89 |
| Hex | F2 | D2 | F1 | 0 | D | 0 | 5 | 12E | 37 | 59 |
| Octal | 362 | 322 | 361 | 0 | 15 | 0 | 5 | 456 | 67 | 131 |
| Binary | 11110010 | 11010010 | 11110001 | 0 | 1101 | 0 | 101 | 100101110 | 110111 | 1011001 |
Color Harmonies of #F2D2F1
Complementary color
Monochromatic Colors of #F2D2F1
Black with #F2D2F1
Text Example
Text Example
White with #F2D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2F1; }
p { color: rgb(242,210,241); }
H1.HeaderClassName
{
color: #F2D2F1;
}
.AnyTagClassName
{
color: #F2D2F1;
}
</style>
background-color css
<style>
a { background-color: #F2D2F1; }
a { background-color: rgb(242,210,241); }
div.DivClassName
{
background-color: #F2D2F1;
}
.BgClassName
{
background-color: #F2D2F1;
}
</style>
border-color css
<style>
span { border-color: #F2D2F1; }
span { border-color: rgb(242,210,241); }
td.TdClassName
{
border-color: #F2D2F1;
}
.TagClassName
{
border-color: #F2D2F1;
}
</style>