Shades of Mauve #F2A5FB
Tints of Mauve #F2A5FB
RGB
CMYK
RGB Variations
Color information
#F2A5FB (or 0xF2A5FB) is known color: Mauve. HEX triplet: F2, A5 and FB. RGB value is (242,165,251). Sum of RGB (Red+Green+Blue) = 242+165+251=658 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.78% from 658); Green value is 165 (64.84% from 255 or 25.08% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2A5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A5FB is #0D5A04. Grayscale: #C5C5C5. Windows color (decimal): -875013 or 16492018. OLE color: 16492018.
HSL color Cylindrical-coordinate representation of color #F2A5FB: hue angle of 293.72º 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 #F2A5FB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 165 | 251 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.02 |
| HSL | 293.72º | 0.91% | 0.82% | - |
| HSV(B) | 293.72º | 0.34% | 0.98% | - |
| XYZ | 67.49 | 52.75 | 97.89 | - |
| YUV | 197.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 251 | 0.04 | 0.34 | 0 | 0.02 | 293.72 | 0.91 | 0.82 |
| Hex | F2 | A5 | FB | 4 | 22 | 0 | 2 | 126 | 5B | 52 |
| Octal | 362 | 245 | 373 | 4 | 42 | 0 | 2 | 446 | 133 | 122 |
| Binary | 11110010 | 10100101 | 11111011 | 100 | 100010 | 0 | 10 | 100100110 | 1011011 | 1010010 |
Color Harmonies of #F2A5FB
Complementary color
Monochromatic Colors of #F2A5FB
Black with #F2A5FB
Text Example
Text Example
White with #F2A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A5FB; }
p { color: rgb(242,165,251); }
H1.HeaderClassName
{
color: #F2A5FB;
}
.AnyTagClassName
{
color: #F2A5FB;
}
</style>
background-color css
<style>
a { background-color: #F2A5FB; }
a { background-color: rgb(242,165,251); }
div.DivClassName
{
background-color: #F2A5FB;
}
.BgClassName
{
background-color: #F2A5FB;
}
</style>
border-color css
<style>
span { border-color: #F2A5FB; }
span { border-color: rgb(242,165,251); }
td.TdClassName
{
border-color: #F2A5FB;
}
.TagClassName
{
border-color: #F2A5FB;
}
</style>