Shades of Mauvelous #FE9AA8
Tints of Mauvelous #FE9AA8
RGB
CMYK
RGB Variations
Color information
#FE9AA8 (or 0xFE9AA8) is known color: Mauvelous. HEX triplet: FE, 9A and A8. RGB value is (254,154,168). Sum of RGB (Red+Green+Blue) = 254+154+168=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AA8 is #016557. Grayscale: #B9B9B9. Windows color (decimal): -91480 or 11049726. OLE color: 11049726.
HSL color Cylindrical-coordinate representation of color #FE9AA8: hue angle of 351.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AA8 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 168 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.00 |
| HSL | 351.6º | 0.98% | 0.8% | - |
| HSV(B) | 351.6º | 0.39% | 1% | - |
| XYZ | 59.5 | 47.01 | 42.98 | - |
| YUV | 185.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 168 | 0 | 0.39 | 0.34 | 0.00 | 351.6 | 0.98 | 0.8 |
| Hex | FE | 9A | A8 | 0 | 27 | 22 | 0 | 160 | 62 | 50 |
| Octal | 376 | 232 | 250 | 0 | 47 | 42 | 0 | 540 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10101000 | 0 | 100111 | 100010 | 0 | 101100000 | 1100010 | 1010000 |
Color Harmonies of #FE9AA8
Complementary color
Monochromatic Colors of #FE9AA8
Black with #FE9AA8
Text Example
Text Example
White with #FE9AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AA8; }
p { color: rgb(254,154,168); }
H1.HeaderClassName
{
color: #FE9AA8;
}
.AnyTagClassName
{
color: #FE9AA8;
}
</style>
background-color css
<style>
a { background-color: #FE9AA8; }
a { background-color: rgb(254,154,168); }
div.DivClassName
{
background-color: #FE9AA8;
}
.BgClassName
{
background-color: #FE9AA8;
}
</style>
border-color css
<style>
span { border-color: #FE9AA8; }
span { border-color: rgb(254,154,168); }
td.TdClassName
{
border-color: #FE9AA8;
}
.TagClassName
{
border-color: #FE9AA8;
}
</style>