Shades of Mauve #F5A8FA
Tints of Mauve #F5A8FA
RGB
CMYK
RGB Variations
Color information
#F5A8FA (or 0xF5A8FA) is known color: Mauve. HEX triplet: F5, A8 and FA. RGB value is (245,168,250). Sum of RGB (Red+Green+Blue) = 245+168+250=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5A8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A8FA is #0A5705. Grayscale: #C8C8C8. Windows color (decimal): -677638 or 16427253. OLE color: 16427253.
HSL color Cylindrical-coordinate representation of color #F5A8FA: hue angle of 296.34º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A8FA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 168 | 250 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.02 |
| HSL | 296.34º | 0.89% | 0.82% | - |
| HSV(B) | 296.34º | 0.33% | 0.98% | - |
| XYZ | 68.91 | 54.32 | 97.3 | - |
| YUV | 200.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 250 | 0.02 | 0.33 | 0 | 0.02 | 296.34 | 0.89 | 0.82 |
| Hex | F5 | A8 | FA | 2 | 21 | 0 | 2 | 128 | 59 | 52 |
| Octal | 365 | 250 | 372 | 2 | 41 | 0 | 2 | 450 | 131 | 122 |
| Binary | 11110101 | 10101000 | 11111010 | 10 | 100001 | 0 | 10 | 100101000 | 1011001 | 1010010 |
Color Harmonies of #F5A8FA
Complementary color
Monochromatic Colors of #F5A8FA
Black with #F5A8FA
Text Example
Text Example
White with #F5A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8FA; }
p { color: rgb(245,168,250); }
H1.HeaderClassName
{
color: #F5A8FA;
}
.AnyTagClassName
{
color: #F5A8FA;
}
</style>
background-color css
<style>
a { background-color: #F5A8FA; }
a { background-color: rgb(245,168,250); }
div.DivClassName
{
background-color: #F5A8FA;
}
.BgClassName
{
background-color: #F5A8FA;
}
</style>
border-color css
<style>
span { border-color: #F5A8FA; }
span { border-color: rgb(245,168,250); }
td.TdClassName
{
border-color: #F5A8FA;
}
.TagClassName
{
border-color: #F5A8FA;
}
</style>