Shades of Mauve #F3A9FA
Tints of Mauve #F3A9FA
RGB
CMYK
RGB Variations
Color information
#F3A9FA (or 0xF3A9FA) is known color: Mauve. HEX triplet: F3, A9 and FA. RGB value is (243,169,250). Sum of RGB (Red+Green+Blue) = 243+169+250=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A9FA is #0C5605. Grayscale: #C8C8C8. Windows color (decimal): -808454 or 16427507. OLE color: 16427507.
HSL color Cylindrical-coordinate representation of color #F3A9FA: hue angle of 294.81º 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 #F3A9FA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 169 | 250 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.02 |
| HSL | 294.81º | 0.89% | 0.82% | - |
| HSV(B) | 294.81º | 0.32% | 0.98% | - |
| XYZ | 68.41 | 54.33 | 97.32 | - |
| YUV | 200.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 169 | 250 | 0.03 | 0.32 | 0 | 0.02 | 294.81 | 0.89 | 0.82 |
| Hex | F3 | A9 | FA | 3 | 20 | 0 | 2 | 127 | 59 | 52 |
| Octal | 363 | 251 | 372 | 3 | 40 | 0 | 2 | 447 | 131 | 122 |
| Binary | 11110011 | 10101001 | 11111010 | 11 | 100000 | 0 | 10 | 100100111 | 1011001 | 1010010 |
Color Harmonies of #F3A9FA
Complementary color
Monochromatic Colors of #F3A9FA
Black with #F3A9FA
Text Example
Text Example
White with #F3A9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A9FA; }
p { color: rgb(243,169,250); }
H1.HeaderClassName
{
color: #F3A9FA;
}
.AnyTagClassName
{
color: #F3A9FA;
}
</style>
background-color css
<style>
a { background-color: #F3A9FA; }
a { background-color: rgb(243,169,250); }
div.DivClassName
{
background-color: #F3A9FA;
}
.BgClassName
{
background-color: #F3A9FA;
}
</style>
border-color css
<style>
span { border-color: #F3A9FA; }
span { border-color: rgb(243,169,250); }
td.TdClassName
{
border-color: #F3A9FA;
}
.TagClassName
{
border-color: #F3A9FA;
}
</style>