Shades of Snuff #F7D2F0
Tints of Snuff #F7D2F0
RGB
CMYK
RGB Variations
Color information
#F7D2F0 (or 0xF7D2F0) is known color: Snuff. HEX triplet: F7, D2 and F0. RGB value is (247,210,240). Sum of RGB (Red+Green+Blue) = 247+210+240=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D2F0 is #082D0F. Grayscale: #E0E0E0. Windows color (decimal): -535824 or 15782647. OLE color: 15782647.
HSL color Cylindrical-coordinate representation of color #F7D2F0: hue angle of 311.35º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7D2F0 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 210 | 240 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.03 |
| HSL | 311.35º | 0.7% | 0.9% | - |
| HSV(B) | 311.35º | 0.15% | 0.97% | - |
| XYZ | 77.13 | 72.16 | 92.3 | - |
| YUV | 224.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 210 | 240 | 0 | 0.15 | 0.03 | 0.03 | 311.35 | 0.7 | 0.9 |
| Hex | F7 | D2 | F0 | 0 | F | 3 | 3 | 137 | 46 | 5A |
| Octal | 367 | 322 | 360 | 0 | 17 | 3 | 3 | 467 | 106 | 132 |
| Binary | 11110111 | 11010010 | 11110000 | 0 | 1111 | 11 | 11 | 100110111 | 1000110 | 1011010 |
Color Harmonies of #F7D2F0
Complementary color
Monochromatic Colors of #F7D2F0
Black with #F7D2F0
Text Example
Text Example
White with #F7D2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D2F0; }
p { color: rgb(247,210,240); }
H1.HeaderClassName
{
color: #F7D2F0;
}
.AnyTagClassName
{
color: #F7D2F0;
}
</style>
background-color css
<style>
a { background-color: #F7D2F0; }
a { background-color: rgb(247,210,240); }
div.DivClassName
{
background-color: #F7D2F0;
}
.BgClassName
{
background-color: #F7D2F0;
}
</style>
border-color css
<style>
span { border-color: #F7D2F0; }
span { border-color: rgb(247,210,240); }
td.TdClassName
{
border-color: #F7D2F0;
}
.TagClassName
{
border-color: #F7D2F0;
}
</style>