Shades of Snuff #F5D0F7
Tints of Snuff #F5D0F7
RGB
CMYK
RGB Variations
Color information
#F5D0F7 (or 0xF5D0F7) is known color: Snuff. HEX triplet: F5, D0 and F7. RGB value is (245,208,247). Sum of RGB (Red+Green+Blue) = 245+208+247=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 247 (96.88% from 255 or 35.29% from 700); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5D0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D0F7 is #0A2F08. Grayscale: #DFDFDF. Windows color (decimal): -667401 or 16240885. OLE color: 16240885.
HSL color Cylindrical-coordinate representation of color #F5D0F7: hue angle of 296.92º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D0F7 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 208 | 247 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.03 |
| HSL | 296.92º | 0.71% | 0.89% | - |
| HSV(B) | 296.92º | 0.16% | 0.97% | - |
| XYZ | 77 | 71.24 | 97.69 | - |
| YUV | 223.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 247 | 0.01 | 0.16 | 0 | 0.03 | 296.92 | 0.71 | 0.89 |
| Hex | F5 | D0 | F7 | 1 | 10 | 0 | 3 | 129 | 47 | 59 |
| Octal | 365 | 320 | 367 | 1 | 20 | 0 | 3 | 451 | 107 | 131 |
| Binary | 11110101 | 11010000 | 11110111 | 1 | 10000 | 0 | 11 | 100101001 | 1000111 | 1011001 |
Color Harmonies of #F5D0F7
Complementary color
Monochromatic Colors of #F5D0F7
Black with #F5D0F7
Text Example
Text Example
White with #F5D0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0F7; }
p { color: rgb(245,208,247); }
H1.HeaderClassName
{
color: #F5D0F7;
}
.AnyTagClassName
{
color: #F5D0F7;
}
</style>
background-color css
<style>
a { background-color: #F5D0F7; }
a { background-color: rgb(245,208,247); }
div.DivClassName
{
background-color: #F5D0F7;
}
.BgClassName
{
background-color: #F5D0F7;
}
</style>
border-color css
<style>
span { border-color: #F5D0F7; }
span { border-color: rgb(245,208,247); }
td.TdClassName
{
border-color: #F5D0F7;
}
.TagClassName
{
border-color: #F5D0F7;
}
</style>