Shades of Snuff #F9BFF5
Tints of Snuff #F9BFF5
RGB
CMYK
RGB Variations
Color information
#F9BFF5 (or 0xF9BFF5) is known color: Snuff. HEX triplet: F9, BF and F5. RGB value is (249,191,245). Sum of RGB (Red+Green+Blue) = 249+191+245=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFF5 is #06400A. Grayscale: #D6D6D6. Windows color (decimal): -409611 or 16105465. OLE color: 16105465.
HSL color Cylindrical-coordinate representation of color #F9BFF5: hue angle of 304.14º 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 #F9BFF5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 245 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.02 |
| HSL | 304.14º | 0.83% | 0.86% | - |
| HSV(B) | 304.14º | 0.23% | 0.98% | - |
| XYZ | 74.18 | 63.99 | 94.83 | - |
| YUV | 214.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 245 | 0 | 0.23 | 0.02 | 0.02 | 304.14 | 0.83 | 0.86 |
| Hex | F9 | BF | F5 | 0 | 17 | 2 | 2 | 130 | 53 | 56 |
| Octal | 371 | 277 | 365 | 0 | 27 | 2 | 2 | 460 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11110101 | 0 | 10111 | 10 | 10 | 100110000 | 1010011 | 1010110 |
Color Harmonies of #F9BFF5
Complementary color
Monochromatic Colors of #F9BFF5
Black with #F9BFF5
Text Example
Text Example
White with #F9BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFF5; }
p { color: rgb(249,191,245); }
H1.HeaderClassName
{
color: #F9BFF5;
}
.AnyTagClassName
{
color: #F9BFF5;
}
</style>
background-color css
<style>
a { background-color: #F9BFF5; }
a { background-color: rgb(249,191,245); }
div.DivClassName
{
background-color: #F9BFF5;
}
.BgClassName
{
background-color: #F9BFF5;
}
</style>
border-color css
<style>
span { border-color: #F9BFF5; }
span { border-color: rgb(249,191,245); }
td.TdClassName
{
border-color: #F9BFF5;
}
.TagClassName
{
border-color: #F9BFF5;
}
</style>