Shades of Snuff #F0D9EF
Tints of Snuff #F0D9EF
RGB
CMYK
RGB Variations
Color information
#F0D9EF (or 0xF0D9EF) is known color: Snuff. HEX triplet: F0, D9 and EF. RGB value is (240,217,239). Sum of RGB (Red+Green+Blue) = 240+217+239=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 217 (85.16% from 255 or 31.18% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9EF is #0F2610. Grayscale: #E2E2E2. Windows color (decimal): -992785 or 15718896. OLE color: 15718896.
HSL color Cylindrical-coordinate representation of color #F0D9EF: hue angle of 302.61º 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 #F0D9EF is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 239 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.06 |
| HSL | 302.61º | 0.43% | 0.9% | - |
| HSV(B) | 302.61º | 0.1% | 0.94% | - |
| XYZ | 76.33 | 74.38 | 92 | - |
| YUV | 226.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 239 | 0 | 0.10 | 0.00 | 0.06 | 302.61 | 0.43 | 0.9 |
| Hex | F0 | D9 | EF | 0 | A | 0 | 6 | 12F | 2B | 5A |
| Octal | 360 | 331 | 357 | 0 | 12 | 0 | 6 | 457 | 53 | 132 |
| Binary | 11110000 | 11011001 | 11101111 | 0 | 1010 | 0 | 110 | 100101111 | 101011 | 1011010 |
Color Harmonies of #F0D9EF
Complementary color
Monochromatic Colors of #F0D9EF
Black with #F0D9EF
Text Example
Text Example
White with #F0D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9EF; }
p { color: rgb(240,217,239); }
H1.HeaderClassName
{
color: #F0D9EF;
}
.AnyTagClassName
{
color: #F0D9EF;
}
</style>
background-color css
<style>
a { background-color: #F0D9EF; }
a { background-color: rgb(240,217,239); }
div.DivClassName
{
background-color: #F0D9EF;
}
.BgClassName
{
background-color: #F0D9EF;
}
</style>
border-color css
<style>
span { border-color: #F0D9EF; }
span { border-color: rgb(240,217,239); }
td.TdClassName
{
border-color: #F0D9EF;
}
.TagClassName
{
border-color: #F0D9EF;
}
</style>