Shades of Snuff #F9BFF8
Tints of Snuff #F9BFF8
RGB
CMYK
RGB Variations
Color information
#F9BFF8 (or 0xF9BFF8) is known color: Snuff. HEX triplet: F9, BF and F8. RGB value is (249,191,248). Sum of RGB (Red+Green+Blue) = 249+191+248=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 191 (75% from 255 or 27.76% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFF8 is #064007. Grayscale: #D6D6D6. Windows color (decimal): -409608 or 16302073. OLE color: 16302073.
HSL color Cylindrical-coordinate representation of color #F9BFF8: hue angle of 301.03º 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 #F9BFF8 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 248 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.02 |
| HSL | 301.03º | 0.83% | 0.86% | - |
| HSV(B) | 301.03º | 0.23% | 0.98% | - |
| XYZ | 74.64 | 64.18 | 97.26 | - |
| YUV | 214.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 248 | 0 | 0.23 | 0.00 | 0.02 | 301.03 | 0.83 | 0.86 |
| Hex | F9 | BF | F8 | 0 | 17 | 0 | 2 | 12D | 53 | 56 |
| Octal | 371 | 277 | 370 | 0 | 27 | 0 | 2 | 455 | 123 | 126 |
| Binary | 11111001 | 10111111 | 11111000 | 0 | 10111 | 0 | 10 | 100101101 | 1010011 | 1010110 |
Color Harmonies of #F9BFF8
Complementary color
Monochromatic Colors of #F9BFF8
Black with #F9BFF8
Text Example
Text Example
White with #F9BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BFF8; }
p { color: rgb(249,191,248); }
H1.HeaderClassName
{
color: #F9BFF8;
}
.AnyTagClassName
{
color: #F9BFF8;
}
</style>
background-color css
<style>
a { background-color: #F9BFF8; }
a { background-color: rgb(249,191,248); }
div.DivClassName
{
background-color: #F9BFF8;
}
.BgClassName
{
background-color: #F9BFF8;
}
</style>
border-color css
<style>
span { border-color: #F9BFF8; }
span { border-color: rgb(249,191,248); }
td.TdClassName
{
border-color: #F9BFF8;
}
.TagClassName
{
border-color: #F9BFF8;
}
</style>