Shades of Mauvelous #FE91AB
Tints of Mauvelous #FE91AB
RGB
CMYK
RGB Variations
Color information
#FE91AB (or 0xFE91AB) is known color: Mauvelous. HEX triplet: FE, 91 and AB. RGB value is (254,145,171). Sum of RGB (Red+Green+Blue) = 254+145+171=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91AB is #016E54. Grayscale: #B4B4B4. Windows color (decimal): -93781 or 11244030. OLE color: 11244030.
HSL color Cylindrical-coordinate representation of color #FE91AB: hue angle of 345.69º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91AB is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 171 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.00 |
| HSL | 345.69º | 0.98% | 0.78% | - |
| HSV(B) | 345.69º | 0.43% | 1% | - |
| XYZ | 58.35 | 44.26 | 44 | - |
| YUV | 180.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 171 | 0 | 0.43 | 0.33 | 0.00 | 345.69 | 0.98 | 0.78 |
| Hex | FE | 91 | AB | 0 | 2B | 21 | 0 | 15A | 62 | 4E |
| Octal | 376 | 221 | 253 | 0 | 53 | 41 | 0 | 532 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10101011 | 0 | 101011 | 100001 | 0 | 101011010 | 1100010 | 1001110 |
Color Harmonies of #FE91AB
Complementary color
Monochromatic Colors of #FE91AB
Black with #FE91AB
Text Example
Text Example
White with #FE91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91AB; }
p { color: rgb(254,145,171); }
H1.HeaderClassName
{
color: #FE91AB;
}
.AnyTagClassName
{
color: #FE91AB;
}
</style>
background-color css
<style>
a { background-color: #FE91AB; }
a { background-color: rgb(254,145,171); }
div.DivClassName
{
background-color: #FE91AB;
}
.BgClassName
{
background-color: #FE91AB;
}
</style>
border-color css
<style>
span { border-color: #FE91AB; }
span { border-color: rgb(254,145,171); }
td.TdClassName
{
border-color: #FE91AB;
}
.TagClassName
{
border-color: #FE91AB;
}
</style>