Shades of Mauve #F1BAFC
Tints of Mauve #F1BAFC
RGB
CMYK
RGB Variations
Color information
#F1BAFC (or 0xF1BAFC) is known color: Mauve. HEX triplet: F1, BA and FC. RGB value is (241,186,252). Sum of RGB (Red+Green+Blue) = 241+186+252=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 186 (73.05% from 255 or 27.39% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1BAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAFC is #0E4503. Grayscale: #D1D1D1. Windows color (decimal): -935172 or 16562929. OLE color: 16562929.
HSL color Cylindrical-coordinate representation of color #F1BAFC: hue angle of 290º 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 #F1BAFC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 186 | 252 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 290º | 0.92% | 0.86% | - |
| HSV(B) | 290º | 0.26% | 0.99% | - |
| XYZ | 71.41 | 60.85 | 100.08 | - |
| YUV | 209.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 252 | 0.04 | 0.26 | 0 | 0.01 | 290 | 0.92 | 0.86 |
| Hex | F1 | BA | FC | 4 | 1A | 0 | 1 | 122 | 5C | 56 |
| Octal | 361 | 272 | 374 | 4 | 32 | 0 | 1 | 442 | 134 | 126 |
| Binary | 11110001 | 10111010 | 11111100 | 100 | 11010 | 0 | 1 | 100100010 | 1011100 | 1010110 |
Color Harmonies of #F1BAFC
Complementary color
Monochromatic Colors of #F1BAFC
Black with #F1BAFC
Text Example
Text Example
White with #F1BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAFC; }
p { color: rgb(241,186,252); }
H1.HeaderClassName
{
color: #F1BAFC;
}
.AnyTagClassName
{
color: #F1BAFC;
}
</style>
background-color css
<style>
a { background-color: #F1BAFC; }
a { background-color: rgb(241,186,252); }
div.DivClassName
{
background-color: #F1BAFC;
}
.BgClassName
{
background-color: #F1BAFC;
}
</style>
border-color css
<style>
span { border-color: #F1BAFC; }
span { border-color: rgb(241,186,252); }
td.TdClassName
{
border-color: #F1BAFC;
}
.TagClassName
{
border-color: #F1BAFC;
}
</style>