Shades of Mauve #F9BAFC
Tints of Mauve #F9BAFC
RGB
CMYK
RGB Variations
Color information
#F9BAFC (or 0xF9BAFC) is known color: Mauve. HEX triplet: F9, BA and FC. RGB value is (249,186,252). Sum of RGB (Red+Green+Blue) = 249+186+252=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 186 (73.05% from 255 or 27.07% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAFC is #064503. Grayscale: #D4D4D4. Windows color (decimal): -410884 or 16562937. OLE color: 16562937.
HSL color Cylindrical-coordinate representation of color #F9BAFC: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9BAFC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 186 | 252 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.01 |
| HSL | 297.27º | 0.92% | 0.86% | - |
| HSV(B) | 297.27º | 0.26% | 0.99% | - |
| XYZ | 74.2 | 62.29 | 100.21 | - |
| YUV | 212.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 252 | 0.01 | 0.26 | 0 | 0.01 | 297.27 | 0.92 | 0.86 |
| Hex | F9 | BA | FC | 1 | 1A | 0 | 1 | 129 | 5C | 56 |
| Octal | 371 | 272 | 374 | 1 | 32 | 0 | 1 | 451 | 134 | 126 |
| Binary | 11111001 | 10111010 | 11111100 | 1 | 11010 | 0 | 1 | 100101001 | 1011100 | 1010110 |
Color Harmonies of #F9BAFC
Complementary color
Monochromatic Colors of #F9BAFC
Black with #F9BAFC
Text Example
Text Example
White with #F9BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BAFC; }
p { color: rgb(249,186,252); }
H1.HeaderClassName
{
color: #F9BAFC;
}
.AnyTagClassName
{
color: #F9BAFC;
}
</style>
background-color css
<style>
a { background-color: #F9BAFC; }
a { background-color: rgb(249,186,252); }
div.DivClassName
{
background-color: #F9BAFC;
}
.BgClassName
{
background-color: #F9BAFC;
}
</style>
border-color css
<style>
span { border-color: #F9BAFC; }
span { border-color: rgb(249,186,252); }
td.TdClassName
{
border-color: #F9BAFC;
}
.TagClassName
{
border-color: #F9BAFC;
}
</style>