Shades of Mauve #F1B4FA
Tints of Mauve #F1B4FA
RGB
CMYK
RGB Variations
Color information
#F1B4FA (or 0xF1B4FA) is known color: Mauve. HEX triplet: F1, B4 and FA. RGB value is (241,180,250). Sum of RGB (Red+Green+Blue) = 241+180+250=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 180 (70.70% from 255 or 26.83% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1B4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4FA is #0E4B05. Grayscale: #CECECE. Windows color (decimal): -936710 or 16430321. OLE color: 16430321.
HSL color Cylindrical-coordinate representation of color #F1B4FA: hue angle of 292.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1B4FA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 180 | 250 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.02 |
| HSL | 292.29º | 0.88% | 0.84% | - |
| HSV(B) | 292.29º | 0.28% | 0.98% | - |
| XYZ | 69.85 | 58.25 | 98 | - |
| YUV | 206.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 180 | 250 | 0.04 | 0.28 | 0 | 0.02 | 292.29 | 0.88 | 0.84 |
| Hex | F1 | B4 | FA | 4 | 1C | 0 | 2 | 124 | 58 | 54 |
| Octal | 361 | 264 | 372 | 4 | 34 | 0 | 2 | 444 | 130 | 124 |
| Binary | 11110001 | 10110100 | 11111010 | 100 | 11100 | 0 | 10 | 100100100 | 1011000 | 1010100 |
Color Harmonies of #F1B4FA
Complementary color
Monochromatic Colors of #F1B4FA
Black with #F1B4FA
Text Example
Text Example
White with #F1B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B4FA; }
p { color: rgb(241,180,250); }
H1.HeaderClassName
{
color: #F1B4FA;
}
.AnyTagClassName
{
color: #F1B4FA;
}
</style>
background-color css
<style>
a { background-color: #F1B4FA; }
a { background-color: rgb(241,180,250); }
div.DivClassName
{
background-color: #F1B4FA;
}
.BgClassName
{
background-color: #F1B4FA;
}
</style>
border-color css
<style>
span { border-color: #F1B4FA; }
span { border-color: rgb(241,180,250); }
td.TdClassName
{
border-color: #F1B4FA;
}
.TagClassName
{
border-color: #F1B4FA;
}
</style>