Shades of Mauve #F1BCFC
Tints of Mauve #F1BCFC
RGB
CMYK
RGB Variations
Color information
#F1BCFC (or 0xF1BCFC) is known color: Mauve. HEX triplet: F1, BC and FC. RGB value is (241,188,252). Sum of RGB (Red+Green+Blue) = 241+188+252=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCFC is #0E4303. Grayscale: #D2D2D2. Windows color (decimal): -934660 or 16563441. OLE color: 16563441.
HSL color Cylindrical-coordinate representation of color #F1BCFC: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BCFC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 188 | 252 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.01 |
| HSL | 289.69º | 0.91% | 0.86% | - |
| HSV(B) | 289.69º | 0.25% | 0.99% | - |
| XYZ | 71.83 | 61.7 | 100.22 | - |
| YUV | 211.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 252 | 0.04 | 0.25 | 0 | 0.01 | 289.69 | 0.91 | 0.86 |
| Hex | F1 | BC | FC | 4 | 19 | 0 | 1 | 122 | 5B | 56 |
| Octal | 361 | 274 | 374 | 4 | 31 | 0 | 1 | 442 | 133 | 126 |
| Binary | 11110001 | 10111100 | 11111100 | 100 | 11001 | 0 | 1 | 100100010 | 1011011 | 1010110 |
Color Harmonies of #F1BCFC
Complementary color
Monochromatic Colors of #F1BCFC
Black with #F1BCFC
Text Example
Text Example
White with #F1BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCFC; }
p { color: rgb(241,188,252); }
H1.HeaderClassName
{
color: #F1BCFC;
}
.AnyTagClassName
{
color: #F1BCFC;
}
</style>
background-color css
<style>
a { background-color: #F1BCFC; }
a { background-color: rgb(241,188,252); }
div.DivClassName
{
background-color: #F1BCFC;
}
.BgClassName
{
background-color: #F1BCFC;
}
</style>
border-color css
<style>
span { border-color: #F1BCFC; }
span { border-color: rgb(241,188,252); }
td.TdClassName
{
border-color: #F1BCFC;
}
.TagClassName
{
border-color: #F1BCFC;
}
</style>