Shades of Mauve #F2A3FB
Tints of Mauve #F2A3FB
RGB
CMYK
RGB Variations
Color information
#F2A3FB (or 0xF2A3FB) is known color: Mauve. HEX triplet: F2, A3 and FB. RGB value is (242,163,251). Sum of RGB (Red+Green+Blue) = 242+163+251=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 163 (64.06% from 255 or 24.85% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2A3FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A3FB is #0D5C04. Grayscale: #C4C4C4. Windows color (decimal): -875525 or 16491506. OLE color: 16491506.
HSL color Cylindrical-coordinate representation of color #F2A3FB: hue angle of 293.86º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2A3FB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 163 | 251 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.02 |
| HSL | 293.86º | 0.92% | 0.81% | - |
| HSV(B) | 293.86º | 0.35% | 0.98% | - |
| XYZ | 67.13 | 52.04 | 97.77 | - |
| YUV | 196.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 251 | 0.04 | 0.35 | 0 | 0.02 | 293.86 | 0.92 | 0.81 |
| Hex | F2 | A3 | FB | 4 | 23 | 0 | 2 | 126 | 5C | 51 |
| Octal | 362 | 243 | 373 | 4 | 43 | 0 | 2 | 446 | 134 | 121 |
| Binary | 11110010 | 10100011 | 11111011 | 100 | 100011 | 0 | 10 | 100100110 | 1011100 | 1010001 |
Color Harmonies of #F2A3FB
Complementary color
Monochromatic Colors of #F2A3FB
Black with #F2A3FB
Text Example
Text Example
White with #F2A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3FB; }
p { color: rgb(242,163,251); }
H1.HeaderClassName
{
color: #F2A3FB;
}
.AnyTagClassName
{
color: #F2A3FB;
}
</style>
background-color css
<style>
a { background-color: #F2A3FB; }
a { background-color: rgb(242,163,251); }
div.DivClassName
{
background-color: #F2A3FB;
}
.BgClassName
{
background-color: #F2A3FB;
}
</style>
border-color css
<style>
span { border-color: #F2A3FB; }
span { border-color: rgb(242,163,251); }
td.TdClassName
{
border-color: #F2A3FB;
}
.TagClassName
{
border-color: #F2A3FB;
}
</style>