Shades of Snuff #F5D0EF
Tints of Snuff #F5D0EF
RGB
CMYK
RGB Variations
Color information
#F5D0EF (or 0xF5D0EF) is known color: Snuff. HEX triplet: F5, D0 and EF. RGB value is (245,208,239). Sum of RGB (Red+Green+Blue) = 245+208+239=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 208 (81.64% from 255 or 30.06% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D0EF is #0A2F10. Grayscale: #DEDEDE. Windows color (decimal): -667409 or 15716597. OLE color: 15716597.
HSL color Cylindrical-coordinate representation of color #F5D0EF: hue angle of 309.73º degrees, saturation: 0.65, 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 #F5D0EF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 239 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.04 |
| HSL | 309.73º | 0.65% | 0.89% | - |
| HSV(B) | 309.73º | 0.15% | 0.96% | - |
| XYZ | 75.79 | 70.76 | 91.32 | - |
| YUV | 222.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 239 | 0 | 0.15 | 0.02 | 0.04 | 309.73 | 0.65 | 0.89 |
| Hex | F5 | D0 | EF | 0 | F | 2 | 4 | 136 | 41 | 59 |
| Octal | 365 | 320 | 357 | 0 | 17 | 2 | 4 | 466 | 101 | 131 |
| Binary | 11110101 | 11010000 | 11101111 | 0 | 1111 | 10 | 100 | 100110110 | 1000001 | 1011001 |
Color Harmonies of #F5D0EF
Complementary color
Monochromatic Colors of #F5D0EF
Black with #F5D0EF
Text Example
Text Example
White with #F5D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D0EF; }
p { color: rgb(245,208,239); }
H1.HeaderClassName
{
color: #F5D0EF;
}
.AnyTagClassName
{
color: #F5D0EF;
}
</style>
background-color css
<style>
a { background-color: #F5D0EF; }
a { background-color: rgb(245,208,239); }
div.DivClassName
{
background-color: #F5D0EF;
}
.BgClassName
{
background-color: #F5D0EF;
}
</style>
border-color css
<style>
span { border-color: #F5D0EF; }
span { border-color: rgb(245,208,239); }
td.TdClassName
{
border-color: #F5D0EF;
}
.TagClassName
{
border-color: #F5D0EF;
}
</style>