Shades of Mauvelous #FE8EAB
Tints of Mauvelous #FE8EAB
RGB
CMYK
RGB Variations
Color information
#FE8EAB (or 0xFE8EAB) is known color: Mauvelous. HEX triplet: FE, 8E and AB. RGB value is (254,142,171). Sum of RGB (Red+Green+Blue) = 254+142+171=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8EAB is #017154. Grayscale: #B2B2B2. Windows color (decimal): -94549 or 11243262. OLE color: 11243262.
HSL color Cylindrical-coordinate representation of color #FE8EAB: hue angle of 344.46º 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 #FE8EAB is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 171 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.00 |
| HSL | 344.46º | 0.98% | 0.78% | - |
| HSV(B) | 344.46º | 0.44% | 1% | - |
| XYZ | 57.9 | 43.36 | 43.85 | - |
| YUV | 178.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 171 | 0 | 0.44 | 0.33 | 0.00 | 344.46 | 0.98 | 0.78 |
| Hex | FE | 8E | AB | 0 | 2C | 21 | 0 | 158 | 62 | 4E |
| Octal | 376 | 216 | 253 | 0 | 54 | 41 | 0 | 530 | 142 | 116 |
| Binary | 11111110 | 10001110 | 10101011 | 0 | 101100 | 100001 | 0 | 101011000 | 1100010 | 1001110 |
Color Harmonies of #FE8EAB
Complementary color
Monochromatic Colors of #FE8EAB
Black with #FE8EAB
Text Example
Text Example
White with #FE8EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EAB; }
p { color: rgb(254,142,171); }
H1.HeaderClassName
{
color: #FE8EAB;
}
.AnyTagClassName
{
color: #FE8EAB;
}
</style>
background-color css
<style>
a { background-color: #FE8EAB; }
a { background-color: rgb(254,142,171); }
div.DivClassName
{
background-color: #FE8EAB;
}
.BgClassName
{
background-color: #FE8EAB;
}
</style>
border-color css
<style>
span { border-color: #FE8EAB; }
span { border-color: rgb(254,142,171); }
td.TdClassName
{
border-color: #FE8EAB;
}
.TagClassName
{
border-color: #FE8EAB;
}
</style>