Shades of Snuff #F0D6ED
Tints of Snuff #F0D6ED
RGB
CMYK
RGB Variations
Color information
#F0D6ED (or 0xF0D6ED) is known color: Snuff. HEX triplet: F0, D6 and ED. RGB value is (240,214,237). Sum of RGB (Red+Green+Blue) = 240+214+237=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6ED is #0F2912. Grayscale: #E0E0E0. Windows color (decimal): -993555 or 15587056. OLE color: 15587056.
HSL color Cylindrical-coordinate representation of color #F0D6ED: hue angle of 306.92º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D6ED is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 237 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.06 |
| HSL | 306.92º | 0.46% | 0.89% | - |
| HSV(B) | 306.92º | 0.11% | 0.94% | - |
| XYZ | 75.27 | 72.73 | 90.19 | - |
| YUV | 224.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 237 | 0 | 0.11 | 0.01 | 0.06 | 306.92 | 0.46 | 0.89 |
| Hex | F0 | D6 | ED | 0 | B | 1 | 6 | 133 | 2E | 59 |
| Octal | 360 | 326 | 355 | 0 | 13 | 1 | 6 | 463 | 56 | 131 |
| Binary | 11110000 | 11010110 | 11101101 | 0 | 1011 | 1 | 110 | 100110011 | 101110 | 1011001 |
Color Harmonies of #F0D6ED
Complementary color
Monochromatic Colors of #F0D6ED
Black with #F0D6ED
Text Example
Text Example
White with #F0D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6ED; }
p { color: rgb(240,214,237); }
H1.HeaderClassName
{
color: #F0D6ED;
}
.AnyTagClassName
{
color: #F0D6ED;
}
</style>
background-color css
<style>
a { background-color: #F0D6ED; }
a { background-color: rgb(240,214,237); }
div.DivClassName
{
background-color: #F0D6ED;
}
.BgClassName
{
background-color: #F0D6ED;
}
</style>
border-color css
<style>
span { border-color: #F0D6ED; }
span { border-color: rgb(240,214,237); }
td.TdClassName
{
border-color: #F0D6ED;
}
.TagClassName
{
border-color: #F0D6ED;
}
</style>