Shades of Snuff #F7C6F9
Tints of Snuff #F7C6F9
RGB
CMYK
RGB Variations
Color information
#F7C6F9 (or 0xF7C6F9) is known color: Snuff. HEX triplet: F7, C6 and F9. RGB value is (247,198,249). Sum of RGB (Red+Green+Blue) = 247+198+249=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 198 (77.73% from 255 or 28.53% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7C6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C6F9 is #083906. Grayscale: #DADADA. Windows color (decimal): -538887 or 16369399. OLE color: 16369399.
HSL color Cylindrical-coordinate representation of color #F7C6F9: hue angle of 297.65º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C6F9 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 198 | 249 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.02 |
| HSL | 297.65º | 0.81% | 0.88% | - |
| HSV(B) | 297.65º | 0.2% | 0.98% | - |
| XYZ | 75.65 | 67 | 98.57 | - |
| YUV | 218.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 249 | 0.01 | 0.20 | 0 | 0.02 | 297.65 | 0.81 | 0.88 |
| Hex | F7 | C6 | F9 | 1 | 14 | 0 | 2 | 12A | 51 | 58 |
| Octal | 367 | 306 | 371 | 1 | 24 | 0 | 2 | 452 | 121 | 130 |
| Binary | 11110111 | 11000110 | 11111001 | 1 | 10100 | 0 | 10 | 100101010 | 1010001 | 1011000 |
Color Harmonies of #F7C6F9
Complementary color
Monochromatic Colors of #F7C6F9
Black with #F7C6F9
Text Example
Text Example
White with #F7C6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6F9; }
p { color: rgb(247,198,249); }
H1.HeaderClassName
{
color: #F7C6F9;
}
.AnyTagClassName
{
color: #F7C6F9;
}
</style>
background-color css
<style>
a { background-color: #F7C6F9; }
a { background-color: rgb(247,198,249); }
div.DivClassName
{
background-color: #F7C6F9;
}
.BgClassName
{
background-color: #F7C6F9;
}
</style>
border-color css
<style>
span { border-color: #F7C6F9; }
span { border-color: rgb(247,198,249); }
td.TdClassName
{
border-color: #F7C6F9;
}
.TagClassName
{
border-color: #F7C6F9;
}
</style>