Shades of Mauve #F3A8FA
Tints of Mauve #F3A8FA
RGB
CMYK
RGB Variations
Color information
#F3A8FA (or 0xF3A8FA) is known color: Mauve. HEX triplet: F3, A8 and FA. RGB value is (243,168,250). Sum of RGB (Red+Green+Blue) = 243+168+250=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 168 (66.02% from 255 or 25.42% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3A8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A8FA is #0C5705. Grayscale: #C7C7C7. Windows color (decimal): -808710 or 16427251. OLE color: 16427251.
HSL color Cylindrical-coordinate representation of color #F3A8FA: hue angle of 294.88º 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 #F3A8FA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 168 | 250 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.02 |
| HSL | 294.88º | 0.89% | 0.82% | - |
| HSV(B) | 294.88º | 0.33% | 0.98% | - |
| XYZ | 68.22 | 53.96 | 97.26 | - |
| YUV | 199.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 250 | 0.03 | 0.33 | 0 | 0.02 | 294.88 | 0.89 | 0.82 |
| Hex | F3 | A8 | FA | 3 | 21 | 0 | 2 | 127 | 59 | 52 |
| Octal | 363 | 250 | 372 | 3 | 41 | 0 | 2 | 447 | 131 | 122 |
| Binary | 11110011 | 10101000 | 11111010 | 11 | 100001 | 0 | 10 | 100100111 | 1011001 | 1010010 |
Color Harmonies of #F3A8FA
Complementary color
Monochromatic Colors of #F3A8FA
Black with #F3A8FA
Text Example
Text Example
White with #F3A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A8FA; }
p { color: rgb(243,168,250); }
H1.HeaderClassName
{
color: #F3A8FA;
}
.AnyTagClassName
{
color: #F3A8FA;
}
</style>
background-color css
<style>
a { background-color: #F3A8FA; }
a { background-color: rgb(243,168,250); }
div.DivClassName
{
background-color: #F3A8FA;
}
.BgClassName
{
background-color: #F3A8FA;
}
</style>
border-color css
<style>
span { border-color: #F3A8FA; }
span { border-color: rgb(243,168,250); }
td.TdClassName
{
border-color: #F3A8FA;
}
.TagClassName
{
border-color: #F3A8FA;
}
</style>