Shades of Snuff #F7D5F2
Tints of Snuff #F7D5F2
RGB
CMYK
RGB Variations
Color information
#F7D5F2 (or 0xF7D5F2) is known color: Snuff. HEX triplet: F7, D5 and F2. RGB value is (247,213,242). Sum of RGB (Red+Green+Blue) = 247+213+242=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D5F2 is #082A0D. Grayscale: #E2E2E2. Windows color (decimal): -535054 or 15914487. OLE color: 15914487.
HSL color Cylindrical-coordinate representation of color #F7D5F2: hue angle of 308.82º 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 #F7D5F2 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 242 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.03 |
| HSL | 308.82º | 0.68% | 0.9% | - |
| HSV(B) | 308.82º | 0.14% | 0.97% | - |
| XYZ | 78.18 | 73.77 | 94.12 | - |
| YUV | 226.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 242 | 0 | 0.14 | 0.02 | 0.03 | 308.82 | 0.68 | 0.9 |
| Hex | F7 | D5 | F2 | 0 | E | 2 | 3 | 135 | 44 | 5A |
| Octal | 367 | 325 | 362 | 0 | 16 | 2 | 3 | 465 | 104 | 132 |
| Binary | 11110111 | 11010101 | 11110010 | 0 | 1110 | 10 | 11 | 100110101 | 1000100 | 1011010 |
Color Harmonies of #F7D5F2
Complementary color
Monochromatic Colors of #F7D5F2
Black with #F7D5F2
Text Example
Text Example
White with #F7D5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D5F2; }
p { color: rgb(247,213,242); }
H1.HeaderClassName
{
color: #F7D5F2;
}
.AnyTagClassName
{
color: #F7D5F2;
}
</style>
background-color css
<style>
a { background-color: #F7D5F2; }
a { background-color: rgb(247,213,242); }
div.DivClassName
{
background-color: #F7D5F2;
}
.BgClassName
{
background-color: #F7D5F2;
}
</style>
border-color css
<style>
span { border-color: #F7D5F2; }
span { border-color: rgb(247,213,242); }
td.TdClassName
{
border-color: #F7D5F2;
}
.TagClassName
{
border-color: #F7D5F2;
}
</style>