Shades of Snuff #F7D5EF
Tints of Snuff #F7D5EF
RGB
CMYK
RGB Variations
Color information
#F7D5EF (or 0xF7D5EF) is known color: Snuff. HEX triplet: F7, D5 and EF. RGB value is (247,213,239). Sum of RGB (Red+Green+Blue) = 247+213+239=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D5EF is #082A10. Grayscale: #E2E2E2. Windows color (decimal): -535057 or 15717879. OLE color: 15717879.
HSL color Cylindrical-coordinate representation of color #F7D5EF: hue angle of 314.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D5EF is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 239 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.03 |
| HSL | 314.12º | 0.68% | 0.9% | - |
| HSV(B) | 314.12º | 0.14% | 0.97% | - |
| XYZ | 77.73 | 73.59 | 91.77 | - |
| YUV | 226.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 239 | 0 | 0.14 | 0.03 | 0.03 | 314.12 | 0.68 | 0.9 |
| Hex | F7 | D5 | EF | 0 | E | 3 | 3 | 13A | 44 | 5A |
| Octal | 367 | 325 | 357 | 0 | 16 | 3 | 3 | 472 | 104 | 132 |
| Binary | 11110111 | 11010101 | 11101111 | 0 | 1110 | 11 | 11 | 100111010 | 1000100 | 1011010 |
Color Harmonies of #F7D5EF
Complementary color
Monochromatic Colors of #F7D5EF
Black with #F7D5EF
Text Example
Text Example
White with #F7D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5EF; }
p { color: rgb(247,213,239); }
H1.HeaderClassName
{
color: #F7D5EF;
}
.AnyTagClassName
{
color: #F7D5EF;
}
</style>
background-color css
<style>
a { background-color: #F7D5EF; }
a { background-color: rgb(247,213,239); }
div.DivClassName
{
background-color: #F7D5EF;
}
.BgClassName
{
background-color: #F7D5EF;
}
</style>
border-color css
<style>
span { border-color: #F7D5EF; }
span { border-color: rgb(247,213,239); }
td.TdClassName
{
border-color: #F7D5EF;
}
.TagClassName
{
border-color: #F7D5EF;
}
</style>