Shades of Mauvelous #FE8FA3
Tints of Mauvelous #FE8FA3
RGB
CMYK
RGB Variations
Color information
#FE8FA3 (or 0xFE8FA3) is known color: Mauvelous. HEX triplet: FE, 8F and A3. RGB value is (254,143,163). Sum of RGB (Red+Green+Blue) = 254+143+163=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA3 is #01705C. Grayscale: #B2B2B2. Windows color (decimal): -94301 or 10719230. OLE color: 10719230.
HSL color Cylindrical-coordinate representation of color #FE8FA3: hue angle of 349.19º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FA3 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 163 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.00 |
| HSL | 349.19º | 0.98% | 0.78% | - |
| HSV(B) | 349.19º | 0.44% | 1% | - |
| XYZ | 57.31 | 43.36 | 40 | - |
| YUV | 178.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 163 | 0 | 0.44 | 0.36 | 0.00 | 349.19 | 0.98 | 0.78 |
| Hex | FE | 8F | A3 | 0 | 2C | 24 | 0 | 15D | 62 | 4E |
| Octal | 376 | 217 | 243 | 0 | 54 | 44 | 0 | 535 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10100011 | 0 | 101100 | 100100 | 0 | 101011101 | 1100010 | 1001110 |
Color Harmonies of #FE8FA3
Complementary color
Monochromatic Colors of #FE8FA3
Black with #FE8FA3
Text Example
Text Example
White with #FE8FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FA3; }
p { color: rgb(254,143,163); }
H1.HeaderClassName
{
color: #FE8FA3;
}
.AnyTagClassName
{
color: #FE8FA3;
}
</style>
background-color css
<style>
a { background-color: #FE8FA3; }
a { background-color: rgb(254,143,163); }
div.DivClassName
{
background-color: #FE8FA3;
}
.BgClassName
{
background-color: #FE8FA3;
}
</style>
border-color css
<style>
span { border-color: #FE8FA3; }
span { border-color: rgb(254,143,163); }
td.TdClassName
{
border-color: #FE8FA3;
}
.TagClassName
{
border-color: #FE8FA3;
}
</style>