Shades of Snuff #F9C7F7
Tints of Snuff #F9C7F7
RGB
CMYK
RGB Variations
Color information
#F9C7F7 (or 0xF9C7F7) is known color: Snuff. HEX triplet: F9, C7 and F7. RGB value is (249,199,247). Sum of RGB (Red+Green+Blue) = 249+199+247=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 199 (78.12% from 255 or 28.63% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C7F7 is #063808. Grayscale: #DBDBDB. Windows color (decimal): -407561 or 16238585. OLE color: 16238585.
HSL color Cylindrical-coordinate representation of color #F9C7F7: hue angle of 302.4º 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 #F9C7F7 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 247 | - |
| CMYK | 0 | 0.20 | 0.01 | 0.02 |
| HSL | 302.4º | 0.81% | 0.88% | - |
| HSV(B) | 302.4º | 0.2% | 0.98% | - |
| XYZ | 76.28 | 67.7 | 97.04 | - |
| YUV | 219.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 247 | 0 | 0.20 | 0.01 | 0.02 | 302.4 | 0.81 | 0.88 |
| Hex | F9 | C7 | F7 | 0 | 14 | 1 | 2 | 12E | 51 | 58 |
| Octal | 371 | 307 | 367 | 0 | 24 | 1 | 2 | 456 | 121 | 130 |
| Binary | 11111001 | 11000111 | 11110111 | 0 | 10100 | 1 | 10 | 100101110 | 1010001 | 1011000 |
Color Harmonies of #F9C7F7
Complementary color
Monochromatic Colors of #F9C7F7
Black with #F9C7F7
Text Example
Text Example
White with #F9C7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7F7; }
p { color: rgb(249,199,247); }
H1.HeaderClassName
{
color: #F9C7F7;
}
.AnyTagClassName
{
color: #F9C7F7;
}
</style>
background-color css
<style>
a { background-color: #F9C7F7; }
a { background-color: rgb(249,199,247); }
div.DivClassName
{
background-color: #F9C7F7;
}
.BgClassName
{
background-color: #F9C7F7;
}
</style>
border-color css
<style>
span { border-color: #F9C7F7; }
span { border-color: rgb(249,199,247); }
td.TdClassName
{
border-color: #F9C7F7;
}
.TagClassName
{
border-color: #F9C7F7;
}
</style>