Shades of Mauve #F1A5FB
Tints of Mauve #F1A5FB
RGB
CMYK
RGB Variations
Color information
#F1A5FB (or 0xF1A5FB) is known color: Mauve. HEX triplet: F1, A5 and FB. RGB value is (241,165,251). Sum of RGB (Red+Green+Blue) = 241+165+251=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1A5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A5FB is #0E5A04. Grayscale: #C5C5C5. Windows color (decimal): -940549 or 16492017. OLE color: 16492017.
HSL color Cylindrical-coordinate representation of color #F1A5FB: hue angle of 293.02º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A5FB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 165 | 251 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.02 |
| HSL | 293.02º | 0.91% | 0.82% | - |
| HSV(B) | 293.02º | 0.34% | 0.98% | - |
| XYZ | 67.14 | 52.58 | 97.88 | - |
| YUV | 197.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 165 | 251 | 0.04 | 0.34 | 0 | 0.02 | 293.02 | 0.91 | 0.82 |
| Hex | F1 | A5 | FB | 4 | 22 | 0 | 2 | 125 | 5B | 52 |
| Octal | 361 | 245 | 373 | 4 | 42 | 0 | 2 | 445 | 133 | 122 |
| Binary | 11110001 | 10100101 | 11111011 | 100 | 100010 | 0 | 10 | 100100101 | 1011011 | 1010010 |
Color Harmonies of #F1A5FB
Complementary color
Monochromatic Colors of #F1A5FB
Black with #F1A5FB
Text Example
Text Example
White with #F1A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A5FB; }
p { color: rgb(241,165,251); }
H1.HeaderClassName
{
color: #F1A5FB;
}
.AnyTagClassName
{
color: #F1A5FB;
}
</style>
background-color css
<style>
a { background-color: #F1A5FB; }
a { background-color: rgb(241,165,251); }
div.DivClassName
{
background-color: #F1A5FB;
}
.BgClassName
{
background-color: #F1A5FB;
}
</style>
border-color css
<style>
span { border-color: #F1A5FB; }
span { border-color: rgb(241,165,251); }
td.TdClassName
{
border-color: #F1A5FB;
}
.TagClassName
{
border-color: #F1A5FB;
}
</style>