Shades of Mauvelous #FE9AAB
Tints of Mauvelous #FE9AAB
RGB
CMYK
RGB Variations
Color information
#FE9AAB (or 0xFE9AAB) is known color: Mauvelous. HEX triplet: FE, 9A and AB. RGB value is (254,154,171). Sum of RGB (Red+Green+Blue) = 254+154+171=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9AAB is #016554. Grayscale: #B9B9B9. Windows color (decimal): -91477 or 11246334. OLE color: 11246334.
HSL color Cylindrical-coordinate representation of color #FE9AAB: hue angle of 349.8º 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 #FE9AAB is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 171 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.00 |
| HSL | 349.8º | 0.98% | 0.8% | - |
| HSV(B) | 349.8º | 0.39% | 1% | - |
| XYZ | 59.78 | 47.12 | 44.47 | - |
| YUV | 185.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 171 | 0 | 0.39 | 0.33 | 0.00 | 349.8 | 0.98 | 0.8 |
| Hex | FE | 9A | AB | 0 | 27 | 21 | 0 | 15E | 62 | 50 |
| Octal | 376 | 232 | 253 | 0 | 47 | 41 | 0 | 536 | 142 | 120 |
| Binary | 11111110 | 10011010 | 10101011 | 0 | 100111 | 100001 | 0 | 101011110 | 1100010 | 1010000 |
Color Harmonies of #FE9AAB
Complementary color
Monochromatic Colors of #FE9AAB
Black with #FE9AAB
Text Example
Text Example
White with #FE9AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AAB; }
p { color: rgb(254,154,171); }
H1.HeaderClassName
{
color: #FE9AAB;
}
.AnyTagClassName
{
color: #FE9AAB;
}
</style>
background-color css
<style>
a { background-color: #FE9AAB; }
a { background-color: rgb(254,154,171); }
div.DivClassName
{
background-color: #FE9AAB;
}
.BgClassName
{
background-color: #FE9AAB;
}
</style>
border-color css
<style>
span { border-color: #FE9AAB; }
span { border-color: rgb(254,154,171); }
td.TdClassName
{
border-color: #FE9AAB;
}
.TagClassName
{
border-color: #FE9AAB;
}
</style>