Shades of Mauve #F1B0FE
Tints of Mauve #F1B0FE
RGB
CMYK
RGB Variations
Color information
#F1B0FE (or 0xF1B0FE) is known color: Mauve. HEX triplet: F1, B0 and FE. RGB value is (241,176,254). Sum of RGB (Red+Green+Blue) = 241+176+254=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0FE is #0E4F01. Grayscale: #CCCCCC. Windows color (decimal): -937730 or 16691441. OLE color: 16691441.
HSL color Cylindrical-coordinate representation of color #F1B0FE: hue angle of 290º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1B0FE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 176 | 254 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.00 |
| HSL | 290º | 0.98% | 0.84% | - |
| HSV(B) | 290º | 0.31% | 1% | - |
| XYZ | 69.69 | 56.91 | 101.08 | - |
| YUV | 204.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 176 | 254 | 0.05 | 0.31 | 0 | 0.00 | 290 | 0.98 | 0.84 |
| Hex | F1 | B0 | FE | 5 | 1F | 0 | 0 | 122 | 62 | 54 |
| Octal | 361 | 260 | 376 | 5 | 37 | 0 | 0 | 442 | 142 | 124 |
| Binary | 11110001 | 10110000 | 11111110 | 101 | 11111 | 0 | 0 | 100100010 | 1100010 | 1010100 |
Color Harmonies of #F1B0FE
Complementary color
Monochromatic Colors of #F1B0FE
Black with #F1B0FE
Text Example
Text Example
White with #F1B0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B0FE; }
p { color: rgb(241,176,254); }
H1.HeaderClassName
{
color: #F1B0FE;
}
.AnyTagClassName
{
color: #F1B0FE;
}
</style>
background-color css
<style>
a { background-color: #F1B0FE; }
a { background-color: rgb(241,176,254); }
div.DivClassName
{
background-color: #F1B0FE;
}
.BgClassName
{
background-color: #F1B0FE;
}
</style>
border-color css
<style>
span { border-color: #F1B0FE; }
span { border-color: rgb(241,176,254); }
td.TdClassName
{
border-color: #F1B0FE;
}
.TagClassName
{
border-color: #F1B0FE;
}
</style>