Shades of Snuff #F2D0EA
Tints of Snuff #F2D0EA
RGB
CMYK
RGB Variations
Color information
#F2D0EA (or 0xF2D0EA) is known color: Snuff. HEX triplet: F2, D0 and EA. RGB value is (242,208,234). Sum of RGB (Red+Green+Blue) = 242+208+234=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0EA is #0D2F15. Grayscale: #DDDDDD. Windows color (decimal): -864022 or 15388914. OLE color: 15388914.
HSL color Cylindrical-coordinate representation of color #F2D0EA: hue angle of 314.12º degrees, saturation: 0.57, 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 #F2D0EA is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 234 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.05 |
| HSL | 314.12º | 0.57% | 0.88% | - |
| HSV(B) | 314.12º | 0.14% | 0.95% | - |
| XYZ | 74.03 | 69.93 | 87.44 | - |
| YUV | 221.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 234 | 0 | 0.14 | 0.03 | 0.05 | 314.12 | 0.57 | 0.88 |
| Hex | F2 | D0 | EA | 0 | E | 3 | 5 | 13A | 39 | 58 |
| Octal | 362 | 320 | 352 | 0 | 16 | 3 | 5 | 472 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11101010 | 0 | 1110 | 11 | 101 | 100111010 | 111001 | 1011000 |
Color Harmonies of #F2D0EA
Complementary color
Monochromatic Colors of #F2D0EA
Black with #F2D0EA
Text Example
Text Example
White with #F2D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0EA; }
p { color: rgb(242,208,234); }
H1.HeaderClassName
{
color: #F2D0EA;
}
.AnyTagClassName
{
color: #F2D0EA;
}
</style>
background-color css
<style>
a { background-color: #F2D0EA; }
a { background-color: rgb(242,208,234); }
div.DivClassName
{
background-color: #F2D0EA;
}
.BgClassName
{
background-color: #F2D0EA;
}
</style>
border-color css
<style>
span { border-color: #F2D0EA; }
span { border-color: rgb(242,208,234); }
td.TdClassName
{
border-color: #F2D0EA;
}
.TagClassName
{
border-color: #F2D0EA;
}
</style>