Shades of Mauve #F9BBFB
Tints of Mauve #F9BBFB
RGB
CMYK
RGB Variations
Color information
#F9BBFB (or 0xF9BBFB) is known color: Mauve. HEX triplet: F9, BB and FB. RGB value is (249,187,251). Sum of RGB (Red+Green+Blue) = 249+187+251=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBFB is #064404. Grayscale: #D4D4D4. Windows color (decimal): -410629 or 16497657. OLE color: 16497657.
HSL color Cylindrical-coordinate representation of color #F9BBFB: hue angle of 298.12º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBFB is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 251 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.02 |
| HSL | 298.13º | 0.89% | 0.86% | - |
| HSV(B) | 298.13º | 0.25% | 0.98% | - |
| XYZ | 74.25 | 62.65 | 99.45 | - |
| YUV | 212.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 251 | 0.01 | 0.25 | 0 | 0.02 | 298.13 | 0.89 | 0.86 |
| Hex | F9 | BB | FB | 1 | 19 | 0 | 2 | 12A | 59 | 56 |
| Octal | 371 | 273 | 373 | 1 | 31 | 0 | 2 | 452 | 131 | 126 |
| Binary | 11111001 | 10111011 | 11111011 | 1 | 11001 | 0 | 10 | 100101010 | 1011001 | 1010110 |
Color Harmonies of #F9BBFB
Complementary color
Monochromatic Colors of #F9BBFB
Black with #F9BBFB
Text Example
Text Example
White with #F9BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBFB; }
p { color: rgb(249,187,251); }
H1.HeaderClassName
{
color: #F9BBFB;
}
.AnyTagClassName
{
color: #F9BBFB;
}
</style>
background-color css
<style>
a { background-color: #F9BBFB; }
a { background-color: rgb(249,187,251); }
div.DivClassName
{
background-color: #F9BBFB;
}
.BgClassName
{
background-color: #F9BBFB;
}
</style>
border-color css
<style>
span { border-color: #F9BBFB; }
span { border-color: rgb(249,187,251); }
td.TdClassName
{
border-color: #F9BBFB;
}
.TagClassName
{
border-color: #F9BBFB;
}
</style>