Shades of Mauve #F9BAFB
Tints of Mauve #F9BAFB
RGB
CMYK
RGB Variations
Color information
#F9BAFB (or 0xF9BAFB) is known color: Mauve. HEX triplet: F9, BA and FB. RGB value is (249,186,251). Sum of RGB (Red+Green+Blue) = 249+186+251=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFB is #064504. Grayscale: #D4D4D4. Windows color (decimal): -410885 or 16497401. OLE color: 16497401.
HSL color Cylindrical-coordinate representation of color #F9BAFB: hue angle of 298.15º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9BAFB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 251 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.02 |
| HSL | 298.15º | 0.89% | 0.86% | - |
| HSV(B) | 298.15º | 0.26% | 0.98% | - |
| XYZ | 74.04 | 62.22 | 99.37 | - |
| YUV | 212.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 251 | 0.01 | 0.26 | 0 | 0.02 | 298.15 | 0.89 | 0.86 |
| Hex | F9 | BA | FB | 1 | 1A | 0 | 2 | 12A | 59 | 56 |
| Octal | 371 | 272 | 373 | 1 | 32 | 0 | 2 | 452 | 131 | 126 |
| Binary | 11111001 | 10111010 | 11111011 | 1 | 11010 | 0 | 10 | 100101010 | 1011001 | 1010110 |
Color Harmonies of #F9BAFB
Complementary color
Monochromatic Colors of #F9BAFB
Black with #F9BAFB
Text Example
Text Example
White with #F9BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAFB; }
p { color: rgb(249,186,251); }
H1.HeaderClassName
{
color: #F9BAFB;
}
.AnyTagClassName
{
color: #F9BAFB;
}
</style>
background-color css
<style>
a { background-color: #F9BAFB; }
a { background-color: rgb(249,186,251); }
div.DivClassName
{
background-color: #F9BAFB;
}
.BgClassName
{
background-color: #F9BAFB;
}
</style>
border-color css
<style>
span { border-color: #F9BAFB; }
span { border-color: rgb(249,186,251); }
td.TdClassName
{
border-color: #F9BAFB;
}
.TagClassName
{
border-color: #F9BAFB;
}
</style>