Shades of Snuff #F7D8F5
Tints of Snuff #F7D8F5
RGB
CMYK
RGB Variations
Color information
#F7D8F5 (or 0xF7D8F5) is known color: Snuff. HEX triplet: F7, D8 and F5. RGB value is (247,216,245). Sum of RGB (Red+Green+Blue) = 247+216+245=708 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.89% from 708); Green value is 216 (84.77% from 255 or 30.51% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D8F5 is #08270A. Grayscale: #E4E4E4. Windows color (decimal): -534283 or 16111863. OLE color: 16111863.
HSL color Cylindrical-coordinate representation of color #F7D8F5: hue angle of 303.87º degrees, saturation: 0.66, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D8F5 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 245 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.03 |
| HSL | 303.87º | 0.66% | 0.91% | - |
| HSV(B) | 303.87º | 0.13% | 0.97% | - |
| XYZ | 79.4 | 75.48 | 96.77 | - |
| YUV | 228.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 245 | 0 | 0.13 | 0.01 | 0.03 | 303.87 | 0.66 | 0.91 |
| Hex | F7 | D8 | F5 | 0 | D | 1 | 3 | 130 | 42 | 5B |
| Octal | 367 | 330 | 365 | 0 | 15 | 1 | 3 | 460 | 102 | 133 |
| Binary | 11110111 | 11011000 | 11110101 | 0 | 1101 | 1 | 11 | 100110000 | 1000010 | 1011011 |
Color Harmonies of #F7D8F5
Complementary color
Monochromatic Colors of #F7D8F5
Black with #F7D8F5
Text Example
Text Example
White with #F7D8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D8F5; }
p { color: rgb(247,216,245); }
H1.HeaderClassName
{
color: #F7D8F5;
}
.AnyTagClassName
{
color: #F7D8F5;
}
</style>
background-color css
<style>
a { background-color: #F7D8F5; }
a { background-color: rgb(247,216,245); }
div.DivClassName
{
background-color: #F7D8F5;
}
.BgClassName
{
background-color: #F7D8F5;
}
</style>
border-color css
<style>
span { border-color: #F7D8F5; }
span { border-color: rgb(247,216,245); }
td.TdClassName
{
border-color: #F7D8F5;
}
.TagClassName
{
border-color: #F7D8F5;
}
</style>