Shades of Mauvelous #FE9EAA
Tints of Mauvelous #FE9EAA
RGB
CMYK
RGB Variations
Color information
#FE9EAA (or 0xFE9EAA) is known color: Mauvelous. HEX triplet: FE, 9E and AA. RGB value is (254,158,170). Sum of RGB (Red+Green+Blue) = 254+158+170=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9EAA is #016155. Grayscale: #BCBCBC. Windows color (decimal): -90454 or 11181822. OLE color: 11181822.
HSL color Cylindrical-coordinate representation of color #FE9EAA: hue angle of 352.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EAA is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 170 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.00 |
| HSL | 352.5º | 0.98% | 0.81% | - |
| HSV(B) | 352.5º | 0.38% | 1% | - |
| XYZ | 60.36 | 48.43 | 44.2 | - |
| YUV | 188.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 170 | 0 | 0.38 | 0.33 | 0.00 | 352.5 | 0.98 | 0.81 |
| Hex | FE | 9E | AA | 0 | 26 | 21 | 0 | 160 | 62 | 51 |
| Octal | 376 | 236 | 252 | 0 | 46 | 41 | 0 | 540 | 142 | 121 |
| Binary | 11111110 | 10011110 | 10101010 | 0 | 100110 | 100001 | 0 | 101100000 | 1100010 | 1010001 |
Color Harmonies of #FE9EAA
Complementary color
Monochromatic Colors of #FE9EAA
Black with #FE9EAA
Text Example
Text Example
White with #FE9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EAA; }
p { color: rgb(254,158,170); }
H1.HeaderClassName
{
color: #FE9EAA;
}
.AnyTagClassName
{
color: #FE9EAA;
}
</style>
background-color css
<style>
a { background-color: #FE9EAA; }
a { background-color: rgb(254,158,170); }
div.DivClassName
{
background-color: #FE9EAA;
}
.BgClassName
{
background-color: #FE9EAA;
}
</style>
border-color css
<style>
span { border-color: #FE9EAA; }
span { border-color: rgb(254,158,170); }
td.TdClassName
{
border-color: #FE9EAA;
}
.TagClassName
{
border-color: #FE9EAA;
}
</style>