Shades of Snuff #F0D9F0
Tints of Snuff #F0D9F0
RGB
CMYK
RGB Variations
Color information
#F0D9F0 (or 0xF0D9F0) is known color: Snuff. HEX triplet: F0, D9 and F0. RGB value is (240,217,240). Sum of RGB (Red+Green+Blue) = 240+217+240=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0D9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9F0 is #0F260F. Grayscale: #E2E2E2. Windows color (decimal): -992784 or 15784432. OLE color: 15784432.
HSL color Cylindrical-coordinate representation of color #F0D9F0: hue angle of 300º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9F0 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 217 | 240 | - |
CMYK | 0 | 0.10 | 0 | 0.06 |
HSL | 300º | 0.43% | 0.9% | - |
HSV(B) | 300º | 0.1% | 0.94% | - |
XYZ | 76.48 | 74.44 | 92.78 | - |
YUV | 226.5 | 135.62 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 217 | 240 | 0 | 0.10 | 0 | 0.06 | 300 | 0.43 | 0.9 |
Hex | F0 | D9 | F0 | 0 | A | 0 | 6 | 12C | 2B | 5A |
Octal | 360 | 331 | 360 | 0 | 12 | 0 | 6 | 454 | 53 | 132 |
Binary | 11110000 | 11011001 | 11110000 | 0 | 1010 | 0 | 110 | 100101100 | 101011 | 1011010 |
Color Harmonies of #F0D9F0
Complementary color
Monochromatic Colors of #F0D9F0
Black with #F0D9F0
Text Example
Text Example
White with #F0D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9F0; }
p { color: rgb(240,217,240); }
H1.HeaderClassName
{
color: #F0D9F0;
}
.AnyTagClassName
{
color: #F0D9F0;
}
</style>
background-color css
<style>
a { background-color: #F0D9F0; }
a { background-color: rgb(240,217,240); }
div.DivClassName
{
background-color: #F0D9F0;
}
.BgClassName
{
background-color: #F0D9F0;
}
</style>
border-color css
<style>
span { border-color: #F0D9F0; }
span { border-color: rgb(240,217,240); }
td.TdClassName
{
border-color: #F0D9F0;
}
.TagClassName
{
border-color: #F0D9F0;
}
</style>