Shades of Snuff #F2D1F0
Tints of Snuff #F2D1F0
RGB
CMYK
RGB Variations
Color information
#F2D1F0 (or 0xF2D1F0) is known color: Snuff. HEX triplet: F2, D1 and F0. RGB value is (242,209,240). Sum of RGB (Red+Green+Blue) = 242+209+240=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 209 (82.03% from 255 or 30.25% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1F0 is #0D2E0F. Grayscale: #DEDEDE. Windows color (decimal): -863760 or 15782386. OLE color: 15782386.
HSL color Cylindrical-coordinate representation of color #F2D1F0: hue angle of 303.64º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D1F0 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 240 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.05 |
| HSL | 303.64º | 0.56% | 0.88% | - |
| HSV(B) | 303.64º | 0.14% | 0.95% | - |
| XYZ | 75.15 | 70.77 | 92.14 | - |
| YUV | 222.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 240 | 0 | 0.14 | 0.01 | 0.05 | 303.64 | 0.56 | 0.88 |
| Hex | F2 | D1 | F0 | 0 | E | 1 | 5 | 130 | 38 | 58 |
| Octal | 362 | 321 | 360 | 0 | 16 | 1 | 5 | 460 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11110000 | 0 | 1110 | 1 | 101 | 100110000 | 111000 | 1011000 |
Color Harmonies of #F2D1F0
Complementary color
Monochromatic Colors of #F2D1F0
Black with #F2D1F0
Text Example
Text Example
White with #F2D1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1F0; }
p { color: rgb(242,209,240); }
H1.HeaderClassName
{
color: #F2D1F0;
}
.AnyTagClassName
{
color: #F2D1F0;
}
</style>
background-color css
<style>
a { background-color: #F2D1F0; }
a { background-color: rgb(242,209,240); }
div.DivClassName
{
background-color: #F2D1F0;
}
.BgClassName
{
background-color: #F2D1F0;
}
</style>
border-color css
<style>
span { border-color: #F2D1F0; }
span { border-color: rgb(242,209,240); }
td.TdClassName
{
border-color: #F2D1F0;
}
.TagClassName
{
border-color: #F2D1F0;
}
</style>