Shades of Mauve #F1BAF6
Tints of Mauve #F1BAF6
RGB
CMYK
RGB Variations
Color information
#F1BAF6 (or 0xF1BAF6) is known color: Mauve. HEX triplet: F1, BA and F6. RGB value is (241,186,246). Sum of RGB (Red+Green+Blue) = 241+186+246=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #F1BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAF6 is #0E4509. Grayscale: #D1D1D1. Windows color (decimal): -935178 or 16169713. OLE color: 16169713.
HSL color Cylindrical-coordinate representation of color #F1BAF6: hue angle of 295º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BAF6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 186 | 246 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.04 |
| HSL | 295º | 0.77% | 0.85% | - |
| HSV(B) | 295º | 0.24% | 0.96% | - |
| XYZ | 70.47 | 60.47 | 95.15 | - |
| YUV | 209.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 246 | 0.02 | 0.24 | 0 | 0.04 | 295 | 0.77 | 0.85 |
| Hex | F1 | BA | F6 | 2 | 18 | 0 | 4 | 127 | 4D | 55 |
| Octal | 361 | 272 | 366 | 2 | 30 | 0 | 4 | 447 | 115 | 125 |
| Binary | 11110001 | 10111010 | 11110110 | 10 | 11000 | 0 | 100 | 100100111 | 1001101 | 1010101 |
Color Harmonies of #F1BAF6
Complementary color
Monochromatic Colors of #F1BAF6
Black with #F1BAF6
Text Example
Text Example
White with #F1BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAF6; }
p { color: rgb(241,186,246); }
H1.HeaderClassName
{
color: #F1BAF6;
}
.AnyTagClassName
{
color: #F1BAF6;
}
</style>
background-color css
<style>
a { background-color: #F1BAF6; }
a { background-color: rgb(241,186,246); }
div.DivClassName
{
background-color: #F1BAF6;
}
.BgClassName
{
background-color: #F1BAF6;
}
</style>
border-color css
<style>
span { border-color: #F1BAF6; }
span { border-color: rgb(241,186,246); }
td.TdClassName
{
border-color: #F1BAF6;
}
.TagClassName
{
border-color: #F1BAF6;
}
</style>