Shades of Mauve #F5AAFA
Tints of Mauve #F5AAFA
RGB
CMYK
RGB Variations
Color information
#F5AAFA (or 0xF5AAFA) is known color: Mauve. HEX triplet: F5, AA and FA. RGB value is (245,170,250). Sum of RGB (Red+Green+Blue) = 245+170+250=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAFA is #0A5505. Grayscale: #C9C9C9. Windows color (decimal): -677126 or 16427765. OLE color: 16427765.
HSL color Cylindrical-coordinate representation of color #F5AAFA: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5AAFA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 170 | 250 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.02 |
| HSL | 296.25º | 0.89% | 0.82% | - |
| HSV(B) | 296.25º | 0.32% | 0.98% | - |
| XYZ | 69.29 | 55.06 | 97.42 | - |
| YUV | 201.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 250 | 0.02 | 0.32 | 0 | 0.02 | 296.25 | 0.89 | 0.82 |
| Hex | F5 | AA | FA | 2 | 20 | 0 | 2 | 128 | 59 | 52 |
| Octal | 365 | 252 | 372 | 2 | 40 | 0 | 2 | 450 | 131 | 122 |
| Binary | 11110101 | 10101010 | 11111010 | 10 | 100000 | 0 | 10 | 100101000 | 1011001 | 1010010 |
Color Harmonies of #F5AAFA
Complementary color
Monochromatic Colors of #F5AAFA
Black with #F5AAFA
Text Example
Text Example
White with #F5AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AAFA; }
p { color: rgb(245,170,250); }
H1.HeaderClassName
{
color: #F5AAFA;
}
.AnyTagClassName
{
color: #F5AAFA;
}
</style>
background-color css
<style>
a { background-color: #F5AAFA; }
a { background-color: rgb(245,170,250); }
div.DivClassName
{
background-color: #F5AAFA;
}
.BgClassName
{
background-color: #F5AAFA;
}
</style>
border-color css
<style>
span { border-color: #F5AAFA; }
span { border-color: rgb(245,170,250); }
td.TdClassName
{
border-color: #F5AAFA;
}
.TagClassName
{
border-color: #F5AAFA;
}
</style>