Shades of Mauve #F1BCFE
Tints of Mauve #F1BCFE
RGB
CMYK
RGB Variations
Color information
#F1BCFE (or 0xF1BCFE) is known color: Mauve. HEX triplet: F1, BC and FE. RGB value is (241,188,254). Sum of RGB (Red+Green+Blue) = 241+188+254=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1BCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCFE is #0E4301. Grayscale: #D3D3D3. Windows color (decimal): -934658 or 16694513. OLE color: 16694513.
HSL color Cylindrical-coordinate representation of color #F1BCFE: hue angle of 288.18º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1BCFE is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 188 | 254 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.00 |
| HSL | 288.18º | 0.97% | 0.87% | - |
| HSV(B) | 288.18º | 0.26% | 1% | - |
| XYZ | 72.15 | 61.82 | 101.9 | - |
| YUV | 211.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 254 | 0.05 | 0.26 | 0 | 0.00 | 288.18 | 0.97 | 0.87 |
| Hex | F1 | BC | FE | 5 | 1A | 0 | 0 | 120 | 61 | 57 |
| Octal | 361 | 274 | 376 | 5 | 32 | 0 | 0 | 440 | 141 | 127 |
| Binary | 11110001 | 10111100 | 11111110 | 101 | 11010 | 0 | 0 | 100100000 | 1100001 | 1010111 |
Color Harmonies of #F1BCFE
Complementary color
Monochromatic Colors of #F1BCFE
Black with #F1BCFE
Text Example
Text Example
White with #F1BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCFE; }
p { color: rgb(241,188,254); }
H1.HeaderClassName
{
color: #F1BCFE;
}
.AnyTagClassName
{
color: #F1BCFE;
}
</style>
background-color css
<style>
a { background-color: #F1BCFE; }
a { background-color: rgb(241,188,254); }
div.DivClassName
{
background-color: #F1BCFE;
}
.BgClassName
{
background-color: #F1BCFE;
}
</style>
border-color css
<style>
span { border-color: #F1BCFE; }
span { border-color: rgb(241,188,254); }
td.TdClassName
{
border-color: #F1BCFE;
}
.TagClassName
{
border-color: #F1BCFE;
}
</style>