Shades of Snuff #F5D2EF
Tints of Snuff #F5D2EF
RGB
CMYK
RGB Variations
Color information
#F5D2EF (or 0xF5D2EF) is known color: Snuff. HEX triplet: F5, D2 and EF. RGB value is (245,210,239). Sum of RGB (Red+Green+Blue) = 245+210+239=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 210 (82.42% from 255 or 30.26% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2EF is #0A2D10. Grayscale: #DFDFDF. Windows color (decimal): -666897 or 15717109. OLE color: 15717109.
HSL color Cylindrical-coordinate representation of color #F5D2EF: hue angle of 310.29º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2EF is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 239 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.04 |
| HSL | 310.29º | 0.64% | 0.89% | - |
| HSV(B) | 310.29º | 0.14% | 0.96% | - |
| XYZ | 76.28 | 71.74 | 91.49 | - |
| YUV | 223.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 239 | 0 | 0.14 | 0.02 | 0.04 | 310.29 | 0.64 | 0.89 |
| Hex | F5 | D2 | EF | 0 | E | 2 | 4 | 136 | 40 | 59 |
| Octal | 365 | 322 | 357 | 0 | 16 | 2 | 4 | 466 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11101111 | 0 | 1110 | 10 | 100 | 100110110 | 1000000 | 1011001 |
Color Harmonies of #F5D2EF
Complementary color
Monochromatic Colors of #F5D2EF
Black with #F5D2EF
Text Example
Text Example
White with #F5D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2EF; }
p { color: rgb(245,210,239); }
H1.HeaderClassName
{
color: #F5D2EF;
}
.AnyTagClassName
{
color: #F5D2EF;
}
</style>
background-color css
<style>
a { background-color: #F5D2EF; }
a { background-color: rgb(245,210,239); }
div.DivClassName
{
background-color: #F5D2EF;
}
.BgClassName
{
background-color: #F5D2EF;
}
</style>
border-color css
<style>
span { border-color: #F5D2EF; }
span { border-color: rgb(245,210,239); }
td.TdClassName
{
border-color: #F5D2EF;
}
.TagClassName
{
border-color: #F5D2EF;
}
</style>