Shades of Mauve #F3A4FA
Tints of Mauve #F3A4FA
RGB
CMYK
RGB Variations
Color information
#F3A4FA (or 0xF3A4FA) is known color: Mauve. HEX triplet: F3, A4 and FA. RGB value is (243,164,250). Sum of RGB (Red+Green+Blue) = 243+164+250=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 164 (64.45% from 255 or 24.96% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3A4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A4FA is #0C5B05. Grayscale: #C5C5C5. Windows color (decimal): -809734 or 16426227. OLE color: 16426227.
HSL color Cylindrical-coordinate representation of color #F3A4FA: hue angle of 295.12º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A4FA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 164 | 250 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.02 |
| HSL | 295.12º | 0.9% | 0.81% | - |
| HSV(B) | 295.12º | 0.34% | 0.98% | - |
| XYZ | 67.49 | 52.51 | 97.02 | - |
| YUV | 197.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 250 | 0.03 | 0.34 | 0 | 0.02 | 295.12 | 0.9 | 0.81 |
| Hex | F3 | A4 | FA | 3 | 22 | 0 | 2 | 127 | 5A | 51 |
| Octal | 363 | 244 | 372 | 3 | 42 | 0 | 2 | 447 | 132 | 121 |
| Binary | 11110011 | 10100100 | 11111010 | 11 | 100010 | 0 | 10 | 100100111 | 1011010 | 1010001 |
Color Harmonies of #F3A4FA
Complementary color
Monochromatic Colors of #F3A4FA
Black with #F3A4FA
Text Example
Text Example
White with #F3A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A4FA; }
p { color: rgb(243,164,250); }
H1.HeaderClassName
{
color: #F3A4FA;
}
.AnyTagClassName
{
color: #F3A4FA;
}
</style>
background-color css
<style>
a { background-color: #F3A4FA; }
a { background-color: rgb(243,164,250); }
div.DivClassName
{
background-color: #F3A4FA;
}
.BgClassName
{
background-color: #F3A4FA;
}
</style>
border-color css
<style>
span { border-color: #F3A4FA; }
span { border-color: rgb(243,164,250); }
td.TdClassName
{
border-color: #F3A4FA;
}
.TagClassName
{
border-color: #F3A4FA;
}
</style>