Shades of Mauve #FAA9FF
Tints of Mauve #FAA9FF
RGB
CMYK
RGB Variations
Color information
#FAA9FF (or 0xFAA9FF) is known color: Mauve. HEX triplet: FA, A9 and FF. RGB value is (250,169,255). Sum of RGB (Red+Green+Blue) = 250+169+255=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 169 (66.41% from 255 or 25.07% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA9FF is #055600. Grayscale: #CACACA. Windows color (decimal): -349697 or 16755194. OLE color: 16755194.
HSL color Cylindrical-coordinate representation of color #FAA9FF: hue angle of 296.51º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA9FF is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 169 | 255 | - |
| CMYK | 0.02 | 0.34 | 0 | 0 |
| HSL | 296.51º | 1% | 0.83% | - |
| HSV(B) | 296.51º | 0.34% | 1% | - |
| XYZ | 71.66 | 55.92 | 101.62 | - |
| YUV | 203.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 255 | 0.02 | 0.34 | 0 | 0 | 296.51 | 1 | 0.83 |
| Hex | FA | A9 | FF | 2 | 22 | 0 | 0 | 129 | 64 | 53 |
| Octal | 372 | 251 | 377 | 2 | 42 | 0 | 0 | 451 | 144 | 123 |
| Binary | 11111010 | 10101001 | 11111111 | 10 | 100010 | 0 | 0 | 100101001 | 1100100 | 1010011 |
Color Harmonies of #FAA9FF
Complementary color
Monochromatic Colors of #FAA9FF
Black with #FAA9FF
Text Example
Text Example
White with #FAA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9FF; }
p { color: rgb(250,169,255); }
H1.HeaderClassName
{
color: #FAA9FF;
}
.AnyTagClassName
{
color: #FAA9FF;
}
</style>
background-color css
<style>
a { background-color: #FAA9FF; }
a { background-color: rgb(250,169,255); }
div.DivClassName
{
background-color: #FAA9FF;
}
.BgClassName
{
background-color: #FAA9FF;
}
</style>
border-color css
<style>
span { border-color: #FAA9FF; }
span { border-color: rgb(250,169,255); }
td.TdClassName
{
border-color: #FAA9FF;
}
.TagClassName
{
border-color: #FAA9FF;
}
</style>