Shades of Snuff #F0D0F1
Tints of Snuff #F0D0F1
RGB
CMYK
RGB Variations
Color information
#F0D0F1 (or 0xF0D0F1) is known color: Snuff. HEX triplet: F0, D0 and F1. RGB value is (240,208,241). Sum of RGB (Red+Green+Blue) = 240+208+241=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0D0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0F1 is #0F2F0E. Grayscale: #DDDDDD. Windows color (decimal): -995087 or 15847664. OLE color: 15847664.
HSL color Cylindrical-coordinate representation of color #F0D0F1: hue angle of 298.18º degrees, saturation: 0.54, 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 #F0D0F1 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 208 | 241 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.05 |
| HSL | 298.18º | 0.54% | 0.88% | - |
| HSV(B) | 298.18º | 0.14% | 0.95% | - |
| XYZ | 74.37 | 69.99 | 92.81 | - |
| YUV | 221.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 241 | 0.00 | 0.14 | 0 | 0.05 | 298.18 | 0.54 | 0.88 |
| Hex | F0 | D0 | F1 | 0 | E | 0 | 5 | 12A | 36 | 58 |
| Octal | 360 | 320 | 361 | 0 | 16 | 0 | 5 | 452 | 66 | 130 |
| Binary | 11110000 | 11010000 | 11110001 | 0 | 1110 | 0 | 101 | 100101010 | 110110 | 1011000 |
Color Harmonies of #F0D0F1
Complementary color
Monochromatic Colors of #F0D0F1
Black with #F0D0F1
Text Example
Text Example
White with #F0D0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0F1; }
p { color: rgb(240,208,241); }
H1.HeaderClassName
{
color: #F0D0F1;
}
.AnyTagClassName
{
color: #F0D0F1;
}
</style>
background-color css
<style>
a { background-color: #F0D0F1; }
a { background-color: rgb(240,208,241); }
div.DivClassName
{
background-color: #F0D0F1;
}
.BgClassName
{
background-color: #F0D0F1;
}
</style>
border-color css
<style>
span { border-color: #F0D0F1; }
span { border-color: rgb(240,208,241); }
td.TdClassName
{
border-color: #F0D0F1;
}
.TagClassName
{
border-color: #F0D0F1;
}
</style>