Shades of Mauve #F1BCFD
Tints of Mauve #F1BCFD
RGB
CMYK
RGB Variations
Color information
#F1BCFD (or 0xF1BCFD) is known color: Mauve. HEX triplet: F1, BC and FD. RGB value is (241,188,253). Sum of RGB (Red+Green+Blue) = 241+188+253=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCFD is #0E4302. Grayscale: #D3D3D3. Windows color (decimal): -934659 or 16628977. OLE color: 16628977.
HSL color Cylindrical-coordinate representation of color #F1BCFD: hue angle of 288.92º degrees, saturation: 0.94, 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 #F1BCFD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 188 | 253 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.01 |
| HSL | 288.92º | 0.94% | 0.86% | - |
| HSV(B) | 288.92º | 0.26% | 0.99% | - |
| XYZ | 71.99 | 61.76 | 101.06 | - |
| YUV | 211.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 253 | 0.05 | 0.26 | 0 | 0.01 | 288.92 | 0.94 | 0.86 |
| Hex | F1 | BC | FD | 5 | 1A | 0 | 1 | 121 | 5E | 56 |
| Octal | 361 | 274 | 375 | 5 | 32 | 0 | 1 | 441 | 136 | 126 |
| Binary | 11110001 | 10111100 | 11111101 | 101 | 11010 | 0 | 1 | 100100001 | 1011110 | 1010110 |
Color Harmonies of #F1BCFD
Complementary color
Monochromatic Colors of #F1BCFD
Black with #F1BCFD
Text Example
Text Example
White with #F1BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCFD; }
p { color: rgb(241,188,253); }
H1.HeaderClassName
{
color: #F1BCFD;
}
.AnyTagClassName
{
color: #F1BCFD;
}
</style>
background-color css
<style>
a { background-color: #F1BCFD; }
a { background-color: rgb(241,188,253); }
div.DivClassName
{
background-color: #F1BCFD;
}
.BgClassName
{
background-color: #F1BCFD;
}
</style>
border-color css
<style>
span { border-color: #F1BCFD; }
span { border-color: rgb(241,188,253); }
td.TdClassName
{
border-color: #F1BCFD;
}
.TagClassName
{
border-color: #F1BCFD;
}
</style>