Shades of Mauve #F1BFFA
Tints of Mauve #F1BFFA
RGB
CMYK
RGB Variations
Color information
#F1BFFA (or 0xF1BFFA) is known color: Mauve. HEX triplet: F1, BF and FA. RGB value is (241,191,250). Sum of RGB (Red+Green+Blue) = 241+191+250=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 191 (75% from 255 or 28.01% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFFA is #0E4005. Grayscale: #D4D4D4. Windows color (decimal): -933894 or 16433137. OLE color: 16433137.
HSL color Cylindrical-coordinate representation of color #F1BFFA: hue angle of 290.85º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BFFA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 191 | 250 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.02 |
| HSL | 290.85º | 0.86% | 0.86% | - |
| HSV(B) | 290.85º | 0.24% | 0.98% | - |
| XYZ | 72.16 | 62.86 | 98.77 | - |
| YUV | 212.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 250 | 0.04 | 0.24 | 0 | 0.02 | 290.85 | 0.86 | 0.86 |
| Hex | F1 | BF | FA | 4 | 18 | 0 | 2 | 123 | 56 | 56 |
| Octal | 361 | 277 | 372 | 4 | 30 | 0 | 2 | 443 | 126 | 126 |
| Binary | 11110001 | 10111111 | 11111010 | 100 | 11000 | 0 | 10 | 100100011 | 1010110 | 1010110 |
Color Harmonies of #F1BFFA
Complementary color
Monochromatic Colors of #F1BFFA
Black with #F1BFFA
Text Example
Text Example
White with #F1BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFFA; }
p { color: rgb(241,191,250); }
H1.HeaderClassName
{
color: #F1BFFA;
}
.AnyTagClassName
{
color: #F1BFFA;
}
</style>
background-color css
<style>
a { background-color: #F1BFFA; }
a { background-color: rgb(241,191,250); }
div.DivClassName
{
background-color: #F1BFFA;
}
.BgClassName
{
background-color: #F1BFFA;
}
</style>
border-color css
<style>
span { border-color: #F1BFFA; }
span { border-color: rgb(241,191,250); }
td.TdClassName
{
border-color: #F1BFFA;
}
.TagClassName
{
border-color: #F1BFFA;
}
</style>