Shades of Snuff #F2D1ED
Tints of Snuff #F2D1ED
RGB
CMYK
RGB Variations
Color information
#F2D1ED (or 0xF2D1ED) is known color: Snuff. HEX triplet: F2, D1 and ED. RGB value is (242,209,237). Sum of RGB (Red+Green+Blue) = 242+209+237=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 209 (82.03% from 255 or 30.38% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1ED is #0D2E12. Grayscale: #DDDDDD. Windows color (decimal): -863763 or 15585778. OLE color: 15585778.
HSL color Cylindrical-coordinate representation of color #F2D1ED: hue angle of 309.09º 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 #F2D1ED is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 209 | 237 | - |
CMYK | 0 | 0.14 | 0.02 | 0.05 |
HSL | 309.09º | 0.56% | 0.88% | - |
HSV(B) | 309.09º | 0.14% | 0.95% | - |
XYZ | 74.7 | 70.59 | 89.81 | - |
YUV | 222.06 | 136.43 | 142.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 209 | 237 | 0 | 0.14 | 0.02 | 0.05 | 309.09 | 0.56 | 0.88 |
Hex | F2 | D1 | ED | 0 | E | 2 | 5 | 135 | 38 | 58 |
Octal | 362 | 321 | 355 | 0 | 16 | 2 | 5 | 465 | 70 | 130 |
Binary | 11110010 | 11010001 | 11101101 | 0 | 1110 | 10 | 101 | 100110101 | 111000 | 1011000 |
Color Harmonies of #F2D1ED
Complementary color
Monochromatic Colors of #F2D1ED
Black with #F2D1ED
Text Example
Text Example
White with #F2D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1ED; }
p { color: rgb(242,209,237); }
H1.HeaderClassName
{
color: #F2D1ED;
}
.AnyTagClassName
{
color: #F2D1ED;
}
</style>
background-color css
<style>
a { background-color: #F2D1ED; }
a { background-color: rgb(242,209,237); }
div.DivClassName
{
background-color: #F2D1ED;
}
.BgClassName
{
background-color: #F2D1ED;
}
</style>
border-color css
<style>
span { border-color: #F2D1ED; }
span { border-color: rgb(242,209,237); }
td.TdClassName
{
border-color: #F2D1ED;
}
.TagClassName
{
border-color: #F2D1ED;
}
</style>