Shades of Snuff #F9BAFA
Tints of Snuff #F9BAFA
RGB
CMYK
RGB Variations
Color information
#F9BAFA (or 0xF9BAFA) is known color: Snuff. HEX triplet: F9, BA and FA. RGB value is (249,186,250). Sum of RGB (Red+Green+Blue) = 249+186+250=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFA is #064505. Grayscale: #D3D3D3. Windows color (decimal): -410886 or 16431865. OLE color: 16431865.
HSL color Cylindrical-coordinate representation of color #F9BAFA: hue angle of 299.06º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9BAFA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 250 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.02 |
| HSL | 299.06º | 0.86% | 0.85% | - |
| HSV(B) | 299.06º | 0.26% | 0.98% | - |
| XYZ | 73.88 | 62.16 | 98.55 | - |
| YUV | 212.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 250 | 0.00 | 0.26 | 0 | 0.02 | 299.06 | 0.86 | 0.85 |
| Hex | F9 | BA | FA | 0 | 1A | 0 | 2 | 12B | 56 | 55 |
| Octal | 371 | 272 | 372 | 0 | 32 | 0 | 2 | 453 | 126 | 125 |
| Binary | 11111001 | 10111010 | 11111010 | 0 | 11010 | 0 | 10 | 100101011 | 1010110 | 1010101 |
Color Harmonies of #F9BAFA
Complementary color
Monochromatic Colors of #F9BAFA
Black with #F9BAFA
Text Example
Text Example
White with #F9BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAFA; }
p { color: rgb(249,186,250); }
H1.HeaderClassName
{
color: #F9BAFA;
}
.AnyTagClassName
{
color: #F9BAFA;
}
</style>
background-color css
<style>
a { background-color: #F9BAFA; }
a { background-color: rgb(249,186,250); }
div.DivClassName
{
background-color: #F9BAFA;
}
.BgClassName
{
background-color: #F9BAFA;
}
</style>
border-color css
<style>
span { border-color: #F9BAFA; }
span { border-color: rgb(249,186,250); }
td.TdClassName
{
border-color: #F9BAFA;
}
.TagClassName
{
border-color: #F9BAFA;
}
</style>