Shades of Snuff #F7D5F5
Tints of Snuff #F7D5F5
RGB
CMYK
RGB Variations
Color information
#F7D5F5 (or 0xF7D5F5) is known color: Snuff. HEX triplet: F7, D5 and F5. RGB value is (247,213,245). Sum of RGB (Red+Green+Blue) = 247+213+245=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 213 (83.59% from 255 or 30.21% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D5F5 is #082A0A. Grayscale: #E2E2E2. Windows color (decimal): -535051 or 16111095. OLE color: 16111095.
HSL color Cylindrical-coordinate representation of color #F7D5F5: hue angle of 303.53º 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 #F7D5F5 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 245 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.03 |
| HSL | 303.53º | 0.68% | 0.9% | - |
| HSV(B) | 303.53º | 0.14% | 0.97% | - |
| XYZ | 78.63 | 73.96 | 96.52 | - |
| YUV | 226.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 245 | 0 | 0.14 | 0.01 | 0.03 | 303.53 | 0.68 | 0.9 |
| Hex | F7 | D5 | F5 | 0 | E | 1 | 3 | 130 | 44 | 5A |
| Octal | 367 | 325 | 365 | 0 | 16 | 1 | 3 | 460 | 104 | 132 |
| Binary | 11110111 | 11010101 | 11110101 | 0 | 1110 | 1 | 11 | 100110000 | 1000100 | 1011010 |
Color Harmonies of #F7D5F5
Complementary color
Monochromatic Colors of #F7D5F5
Black with #F7D5F5
Text Example
Text Example
White with #F7D5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5F5; }
p { color: rgb(247,213,245); }
H1.HeaderClassName
{
color: #F7D5F5;
}
.AnyTagClassName
{
color: #F7D5F5;
}
</style>
background-color css
<style>
a { background-color: #F7D5F5; }
a { background-color: rgb(247,213,245); }
div.DivClassName
{
background-color: #F7D5F5;
}
.BgClassName
{
background-color: #F7D5F5;
}
</style>
border-color css
<style>
span { border-color: #F7D5F5; }
span { border-color: rgb(247,213,245); }
td.TdClassName
{
border-color: #F7D5F5;
}
.TagClassName
{
border-color: #F7D5F5;
}
</style>