Shades of Mauve #F1AAFB
Tints of Mauve #F1AAFB
RGB
CMYK
RGB Variations
Color information
#F1AAFB (or 0xF1AAFB) is known color: Mauve. HEX triplet: F1, AA and FB. RGB value is (241,170,251). Sum of RGB (Red+Green+Blue) = 241+170+251=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AAFB is #0E5504. Grayscale: #C8C8C8. Windows color (decimal): -939269 or 16493297. OLE color: 16493297.
HSL color Cylindrical-coordinate representation of color #F1AAFB: hue angle of 292.59º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1AAFB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 170 | 251 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.02 |
| HSL | 292.59º | 0.91% | 0.83% | - |
| HSV(B) | 292.59º | 0.32% | 0.98% | - |
| XYZ | 68.06 | 54.42 | 98.18 | - |
| YUV | 200.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 251 | 0.04 | 0.32 | 0 | 0.02 | 292.59 | 0.91 | 0.83 |
| Hex | F1 | AA | FB | 4 | 20 | 0 | 2 | 125 | 5B | 53 |
| Octal | 361 | 252 | 373 | 4 | 40 | 0 | 2 | 445 | 133 | 123 |
| Binary | 11110001 | 10101010 | 11111011 | 100 | 100000 | 0 | 10 | 100100101 | 1011011 | 1010011 |
Color Harmonies of #F1AAFB
Complementary color
Monochromatic Colors of #F1AAFB
Black with #F1AAFB
Text Example
Text Example
White with #F1AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAFB; }
p { color: rgb(241,170,251); }
H1.HeaderClassName
{
color: #F1AAFB;
}
.AnyTagClassName
{
color: #F1AAFB;
}
</style>
background-color css
<style>
a { background-color: #F1AAFB; }
a { background-color: rgb(241,170,251); }
div.DivClassName
{
background-color: #F1AAFB;
}
.BgClassName
{
background-color: #F1AAFB;
}
</style>
border-color css
<style>
span { border-color: #F1AAFB; }
span { border-color: rgb(241,170,251); }
td.TdClassName
{
border-color: #F1AAFB;
}
.TagClassName
{
border-color: #F1AAFB;
}
</style>