Shades of Mauve #F3A5FB
Tints of Mauve #F3A5FB
RGB
CMYK
RGB Variations
Color information
#F3A5FB (or 0xF3A5FB) is known color: Mauve. HEX triplet: F3, A5 and FB. RGB value is (243,165,251). Sum of RGB (Red+Green+Blue) = 243+165+251=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 165 (64.84% from 255 or 25.04% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #F3A5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A5FB is #0C5A04. Grayscale: #C5C5C5. Windows color (decimal): -809477 or 16492019. OLE color: 16492019.
HSL color Cylindrical-coordinate representation of color #F3A5FB: hue angle of 294.42º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A5FB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 165 | 251 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.02 |
| HSL | 294.42º | 0.91% | 0.82% | - |
| HSV(B) | 294.42º | 0.34% | 0.98% | - |
| XYZ | 67.83 | 52.93 | 97.91 | - |
| YUV | 198.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 251 | 0.03 | 0.34 | 0 | 0.02 | 294.42 | 0.91 | 0.82 |
| Hex | F3 | A5 | FB | 3 | 22 | 0 | 2 | 126 | 5B | 52 |
| Octal | 363 | 245 | 373 | 3 | 42 | 0 | 2 | 446 | 133 | 122 |
| Binary | 11110011 | 10100101 | 11111011 | 11 | 100010 | 0 | 10 | 100100110 | 1011011 | 1010010 |
Color Harmonies of #F3A5FB
Complementary color
Monochromatic Colors of #F3A5FB
Black with #F3A5FB
Text Example
Text Example
White with #F3A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A5FB; }
p { color: rgb(243,165,251); }
H1.HeaderClassName
{
color: #F3A5FB;
}
.AnyTagClassName
{
color: #F3A5FB;
}
</style>
background-color css
<style>
a { background-color: #F3A5FB; }
a { background-color: rgb(243,165,251); }
div.DivClassName
{
background-color: #F3A5FB;
}
.BgClassName
{
background-color: #F3A5FB;
}
</style>
border-color css
<style>
span { border-color: #F3A5FB; }
span { border-color: rgb(243,165,251); }
td.TdClassName
{
border-color: #F3A5FB;
}
.TagClassName
{
border-color: #F3A5FB;
}
</style>