Shades of Snuff #F0D0F4
Tints of Snuff #F0D0F4
RGB
CMYK
RGB Variations
Color information
#F0D0F4 (or 0xF0D0F4) is known color: Snuff. HEX triplet: F0, D0 and F4. RGB value is (240,208,244). Sum of RGB (Red+Green+Blue) = 240+208+244=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0D0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0F4 is #0F2F0B. Grayscale: #DDDDDD. Windows color (decimal): -995084 or 16044272. OLE color: 16044272.
HSL color Cylindrical-coordinate representation of color #F0D0F4: hue angle of 293.33º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D0F4 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 208 | 244 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.04 |
| HSL | 293.33º | 0.62% | 0.89% | - |
| HSV(B) | 293.33º | 0.15% | 0.96% | - |
| XYZ | 74.82 | 70.17 | 95.19 | - |
| YUV | 221.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 244 | 0.02 | 0.15 | 0 | 0.04 | 293.33 | 0.62 | 0.89 |
| Hex | F0 | D0 | F4 | 2 | F | 0 | 4 | 125 | 3E | 59 |
| Octal | 360 | 320 | 364 | 2 | 17 | 0 | 4 | 445 | 76 | 131 |
| Binary | 11110000 | 11010000 | 11110100 | 10 | 1111 | 0 | 100 | 100100101 | 111110 | 1011001 |
Color Harmonies of #F0D0F4
Complementary color
Monochromatic Colors of #F0D0F4
Black with #F0D0F4
Text Example
Text Example
White with #F0D0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0F4; }
p { color: rgb(240,208,244); }
H1.HeaderClassName
{
color: #F0D0F4;
}
.AnyTagClassName
{
color: #F0D0F4;
}
</style>
background-color css
<style>
a { background-color: #F0D0F4; }
a { background-color: rgb(240,208,244); }
div.DivClassName
{
background-color: #F0D0F4;
}
.BgClassName
{
background-color: #F0D0F4;
}
</style>
border-color css
<style>
span { border-color: #F0D0F4; }
span { border-color: rgb(240,208,244); }
td.TdClassName
{
border-color: #F0D0F4;
}
.TagClassName
{
border-color: #F0D0F4;
}
</style>