Shades of Mauvelous #FA8EA3
Tints of Mauvelous #FA8EA3
RGB
CMYK
RGB Variations
Color information
#FA8EA3 (or 0xFA8EA3) is known color: Mauvelous. HEX triplet: FA, 8E and A3. RGB value is (250,142,163). Sum of RGB (Red+Green+Blue) = 250+142+163=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8EA3 is #05715C. Grayscale: #B0B0B0. Windows color (decimal): -356701 or 10718970. OLE color: 10718970.
HSL color Cylindrical-coordinate representation of color #FA8EA3: hue angle of 348.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EA3 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 163 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.02 |
| HSL | 348.33º | 0.92% | 0.77% | - |
| HSV(B) | 348.33º | 0.43% | 0.98% | - |
| XYZ | 55.71 | 42.31 | 39.88 | - |
| YUV | 176.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 163 | 0 | 0.43 | 0.35 | 0.02 | 348.33 | 0.92 | 0.77 |
| Hex | FA | 8E | A3 | 0 | 2B | 23 | 2 | 15C | 5C | 4D |
| Octal | 372 | 216 | 243 | 0 | 53 | 43 | 2 | 534 | 134 | 115 |
| Binary | 11111010 | 10001110 | 10100011 | 0 | 101011 | 100011 | 10 | 101011100 | 1011100 | 1001101 |
Color Harmonies of #FA8EA3
Complementary color
Monochromatic Colors of #FA8EA3
Black with #FA8EA3
Text Example
Text Example
White with #FA8EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EA3; }
p { color: rgb(250,142,163); }
H1.HeaderClassName
{
color: #FA8EA3;
}
.AnyTagClassName
{
color: #FA8EA3;
}
</style>
background-color css
<style>
a { background-color: #FA8EA3; }
a { background-color: rgb(250,142,163); }
div.DivClassName
{
background-color: #FA8EA3;
}
.BgClassName
{
background-color: #FA8EA3;
}
</style>
border-color css
<style>
span { border-color: #FA8EA3; }
span { border-color: rgb(250,142,163); }
td.TdClassName
{
border-color: #FA8EA3;
}
.TagClassName
{
border-color: #FA8EA3;
}
</style>