Shades of Mauve #F1BBF7
Tints of Mauve #F1BBF7
RGB
CMYK
RGB Variations
Color information
#F1BBF7 (or 0xF1BBF7) is known color: Mauve. HEX triplet: F1, BB and F7. RGB value is (241,187,247). Sum of RGB (Red+Green+Blue) = 241+187+247=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #F1BBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBF7 is #0E4408. Grayscale: #D1D1D1. Windows color (decimal): -934921 or 16235505. OLE color: 16235505.
HSL color Cylindrical-coordinate representation of color #F1BBF7: hue angle of 294º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BBF7 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 187 | 247 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.03 |
| HSL | 294º | 0.79% | 0.85% | - |
| HSV(B) | 294º | 0.24% | 0.97% | - |
| XYZ | 70.83 | 60.96 | 96.03 | - |
| YUV | 209.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 247 | 0.02 | 0.24 | 0 | 0.03 | 294 | 0.79 | 0.85 |
| Hex | F1 | BB | F7 | 2 | 18 | 0 | 3 | 126 | 4F | 55 |
| Octal | 361 | 273 | 367 | 2 | 30 | 0 | 3 | 446 | 117 | 125 |
| Binary | 11110001 | 10111011 | 11110111 | 10 | 11000 | 0 | 11 | 100100110 | 1001111 | 1010101 |
Color Harmonies of #F1BBF7
Complementary color
Monochromatic Colors of #F1BBF7
Black with #F1BBF7
Text Example
Text Example
White with #F1BBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBF7; }
p { color: rgb(241,187,247); }
H1.HeaderClassName
{
color: #F1BBF7;
}
.AnyTagClassName
{
color: #F1BBF7;
}
</style>
background-color css
<style>
a { background-color: #F1BBF7; }
a { background-color: rgb(241,187,247); }
div.DivClassName
{
background-color: #F1BBF7;
}
.BgClassName
{
background-color: #F1BBF7;
}
</style>
border-color css
<style>
span { border-color: #F1BBF7; }
span { border-color: rgb(241,187,247); }
td.TdClassName
{
border-color: #F1BBF7;
}
.TagClassName
{
border-color: #F1BBF7;
}
</style>