Shades of Snuff #F7D1EF
Tints of Snuff #F7D1EF
RGB
CMYK
RGB Variations
Color information
#F7D1EF (or 0xF7D1EF) is known color: Snuff. HEX triplet: F7, D1 and EF. RGB value is (247,209,239). Sum of RGB (Red+Green+Blue) = 247+209+239=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D1EF is #082E10. Grayscale: #DFDFDF. Windows color (decimal): -536081 or 15716855. OLE color: 15716855.
HSL color Cylindrical-coordinate representation of color #F7D1EF: hue angle of 312.63º degrees, saturation: 0.7, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7D1EF is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 239 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.03 |
| HSL | 312.63º | 0.7% | 0.89% | - |
| HSV(B) | 312.63º | 0.15% | 0.97% | - |
| XYZ | 76.74 | 71.61 | 91.44 | - |
| YUV | 223.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 239 | 0 | 0.15 | 0.03 | 0.03 | 312.63 | 0.7 | 0.89 |
| Hex | F7 | D1 | EF | 0 | F | 3 | 3 | 139 | 46 | 59 |
| Octal | 367 | 321 | 357 | 0 | 17 | 3 | 3 | 471 | 106 | 131 |
| Binary | 11110111 | 11010001 | 11101111 | 0 | 1111 | 11 | 11 | 100111001 | 1000110 | 1011001 |
Color Harmonies of #F7D1EF
Complementary color
Monochromatic Colors of #F7D1EF
Black with #F7D1EF
Text Example
Text Example
White with #F7D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D1EF; }
p { color: rgb(247,209,239); }
H1.HeaderClassName
{
color: #F7D1EF;
}
.AnyTagClassName
{
color: #F7D1EF;
}
</style>
background-color css
<style>
a { background-color: #F7D1EF; }
a { background-color: rgb(247,209,239); }
div.DivClassName
{
background-color: #F7D1EF;
}
.BgClassName
{
background-color: #F7D1EF;
}
</style>
border-color css
<style>
span { border-color: #F7D1EF; }
span { border-color: rgb(247,209,239); }
td.TdClassName
{
border-color: #F7D1EF;
}
.TagClassName
{
border-color: #F7D1EF;
}
</style>