Shades of Mauvelous #FE91AA
Tints of Mauvelous #FE91AA
RGB
CMYK
RGB Variations
Color information
#FE91AA (or 0xFE91AA) is known color: Mauvelous. HEX triplet: FE, 91 and AA. RGB value is (254,145,170). Sum of RGB (Red+Green+Blue) = 254+145+170=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91AA is #016E55. Grayscale: #B4B4B4. Windows color (decimal): -93782 or 11178494. OLE color: 11178494.
HSL color Cylindrical-coordinate representation of color #FE91AA: hue angle of 346.24º 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 #FE91AA is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 170 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.00 |
| HSL | 346.24º | 0.98% | 0.78% | - |
| HSV(B) | 346.24º | 0.43% | 1% | - |
| XYZ | 58.25 | 44.22 | 43.5 | - |
| YUV | 180.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 170 | 0 | 0.43 | 0.33 | 0.00 | 346.24 | 0.98 | 0.78 |
| Hex | FE | 91 | AA | 0 | 2B | 21 | 0 | 15A | 62 | 4E |
| Octal | 376 | 221 | 252 | 0 | 53 | 41 | 0 | 532 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10101010 | 0 | 101011 | 100001 | 0 | 101011010 | 1100010 | 1001110 |
Color Harmonies of #FE91AA
Complementary color
Monochromatic Colors of #FE91AA
Black with #FE91AA
Text Example
Text Example
White with #FE91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91AA; }
p { color: rgb(254,145,170); }
H1.HeaderClassName
{
color: #FE91AA;
}
.AnyTagClassName
{
color: #FE91AA;
}
</style>
background-color css
<style>
a { background-color: #FE91AA; }
a { background-color: rgb(254,145,170); }
div.DivClassName
{
background-color: #FE91AA;
}
.BgClassName
{
background-color: #FE91AA;
}
</style>
border-color css
<style>
span { border-color: #FE91AA; }
span { border-color: rgb(254,145,170); }
td.TdClassName
{
border-color: #FE91AA;
}
.TagClassName
{
border-color: #FE91AA;
}
</style>