Shades of Snuff #F9BFF7
Tints of Snuff #F9BFF7
RGB
CMYK
RGB Variations
Color information
#F9BFF7 (or 0xF9BFF7) is known color: Snuff. HEX triplet: F9, BF and F7. RGB value is (249,191,247). Sum of RGB (Red+Green+Blue) = 249+191+247=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFF7 is #064008. Grayscale: #D6D6D6. Windows color (decimal): -409609 or 16236537. OLE color: 16236537.
HSL color Cylindrical-coordinate representation of color #F9BFF7: hue angle of 302.07º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9BFF7 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 247 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.02 |
| HSL | 302.07º | 0.83% | 0.86% | - |
| HSV(B) | 302.07º | 0.23% | 0.98% | - |
| XYZ | 74.49 | 64.12 | 96.45 | - |
| YUV | 214.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 247 | 0 | 0.23 | 0.01 | 0.02 | 302.07 | 0.83 | 0.86 |
| Hex | F9 | BF | F7 | 0 | 17 | 1 | 2 | 12E | 53 | 56 |
| Octal | 371 | 277 | 367 | 0 | 27 | 1 | 2 | 456 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11110111 | 0 | 10111 | 1 | 10 | 100101110 | 1010011 | 1010110 |
Color Harmonies of #F9BFF7
Complementary color
Monochromatic Colors of #F9BFF7
Black with #F9BFF7
Text Example
Text Example
White with #F9BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFF7; }
p { color: rgb(249,191,247); }
H1.HeaderClassName
{
color: #F9BFF7;
}
.AnyTagClassName
{
color: #F9BFF7;
}
</style>
background-color css
<style>
a { background-color: #F9BFF7; }
a { background-color: rgb(249,191,247); }
div.DivClassName
{
background-color: #F9BFF7;
}
.BgClassName
{
background-color: #F9BFF7;
}
</style>
border-color css
<style>
span { border-color: #F9BFF7; }
span { border-color: rgb(249,191,247); }
td.TdClassName
{
border-color: #F9BFF7;
}
.TagClassName
{
border-color: #F9BFF7;
}
</style>