Shades of Mauve #F1BFFF
Tints of Mauve #F1BFFF
RGB
CMYK
RGB Variations
Color information
#F1BFFF (or 0xF1BFFF) is known color: Mauve. HEX triplet: F1, BF and FF. RGB value is (241,191,255). Sum of RGB (Red+Green+Blue) = 241+191+255=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFFF is #0E4000. Grayscale: #D5D5D5. Windows color (decimal): -933889 or 16760817. OLE color: 16760817.
HSL color Cylindrical-coordinate representation of color #F1BFFF: hue angle of 286.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BFFF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 191 | 255 | - |
| CMYK | 0.05 | 0.25 | 0 | 0 |
| HSL | 286.88º | 1% | 0.87% | - |
| HSV(B) | 286.88º | 0.25% | 1% | - |
| XYZ | 72.96 | 63.18 | 102.96 | - |
| YUV | 213.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 255 | 0.05 | 0.25 | 0 | 0 | 286.88 | 1 | 0.87 |
| Hex | F1 | BF | FF | 5 | 19 | 0 | 0 | 11F | 64 | 57 |
| Octal | 361 | 277 | 377 | 5 | 31 | 0 | 0 | 437 | 144 | 127 |
| Binary | 11110001 | 10111111 | 11111111 | 101 | 11001 | 0 | 0 | 100011111 | 1100100 | 1010111 |
Color Harmonies of #F1BFFF
Complementary color
Monochromatic Colors of #F1BFFF
Black with #F1BFFF
Text Example
Text Example
White with #F1BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFFF; }
p { color: rgb(241,191,255); }
H1.HeaderClassName
{
color: #F1BFFF;
}
.AnyTagClassName
{
color: #F1BFFF;
}
</style>
background-color css
<style>
a { background-color: #F1BFFF; }
a { background-color: rgb(241,191,255); }
div.DivClassName
{
background-color: #F1BFFF;
}
.BgClassName
{
background-color: #F1BFFF;
}
</style>
border-color css
<style>
span { border-color: #F1BFFF; }
span { border-color: rgb(241,191,255); }
td.TdClassName
{
border-color: #F1BFFF;
}
.TagClassName
{
border-color: #F1BFFF;
}
</style>