Shades of Mauve #F1BBFC
Tints of Mauve #F1BBFC
RGB
CMYK
RGB Variations
Color information
#F1BBFC (or 0xF1BBFC) is known color: Mauve. HEX triplet: F1, BB and FC. RGB value is (241,187,252). Sum of RGB (Red+Green+Blue) = 241+187+252=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBFC is #0E4403. Grayscale: #D2D2D2. Windows color (decimal): -934916 or 16563185. OLE color: 16563185.
HSL color Cylindrical-coordinate representation of color #F1BBFC: hue angle of 289.85º 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 #F1BBFC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 187 | 252 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.01 |
| HSL | 289.85º | 0.92% | 0.86% | - |
| HSV(B) | 289.85º | 0.26% | 0.99% | - |
| XYZ | 71.62 | 61.27 | 100.15 | - |
| YUV | 210.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 252 | 0.04 | 0.26 | 0 | 0.01 | 289.85 | 0.92 | 0.86 |
| Hex | F1 | BB | FC | 4 | 1A | 0 | 1 | 122 | 5C | 56 |
| Octal | 361 | 273 | 374 | 4 | 32 | 0 | 1 | 442 | 134 | 126 |
| Binary | 11110001 | 10111011 | 11111100 | 100 | 11010 | 0 | 1 | 100100010 | 1011100 | 1010110 |
Color Harmonies of #F1BBFC
Complementary color
Monochromatic Colors of #F1BBFC
Black with #F1BBFC
Text Example
Text Example
White with #F1BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BBFC; }
p { color: rgb(241,187,252); }
H1.HeaderClassName
{
color: #F1BBFC;
}
.AnyTagClassName
{
color: #F1BBFC;
}
</style>
background-color css
<style>
a { background-color: #F1BBFC; }
a { background-color: rgb(241,187,252); }
div.DivClassName
{
background-color: #F1BBFC;
}
.BgClassName
{
background-color: #F1BBFC;
}
</style>
border-color css
<style>
span { border-color: #F1BBFC; }
span { border-color: rgb(241,187,252); }
td.TdClassName
{
border-color: #F1BBFC;
}
.TagClassName
{
border-color: #F1BBFC;
}
</style>