Shades of Mauvelous #FE91A8
Tints of Mauvelous #FE91A8
RGB
CMYK
RGB Variations
Color information
#FE91A8 (or 0xFE91A8) is known color: Mauvelous. HEX triplet: FE, 91 and A8. RGB value is (254,145,168). Sum of RGB (Red+Green+Blue) = 254+145+168=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91A8 is #016E57. Grayscale: #B4B4B4. Windows color (decimal): -93784 or 11047422. OLE color: 11047422.
HSL color Cylindrical-coordinate representation of color #FE91A8: hue angle of 347.34º 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 #FE91A8 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 168 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.00 |
| HSL | 347.34º | 0.98% | 0.78% | - |
| HSV(B) | 347.34º | 0.43% | 1% | - |
| XYZ | 58.07 | 44.15 | 42.51 | - |
| YUV | 180.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 168 | 0 | 0.43 | 0.34 | 0.00 | 347.34 | 0.98 | 0.78 |
| Hex | FE | 91 | A8 | 0 | 2B | 22 | 0 | 15B | 62 | 4E |
| Octal | 376 | 221 | 250 | 0 | 53 | 42 | 0 | 533 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10101000 | 0 | 101011 | 100010 | 0 | 101011011 | 1100010 | 1001110 |
Color Harmonies of #FE91A8
Complementary color
Monochromatic Colors of #FE91A8
Black with #FE91A8
Text Example
Text Example
White with #FE91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91A8; }
p { color: rgb(254,145,168); }
H1.HeaderClassName
{
color: #FE91A8;
}
.AnyTagClassName
{
color: #FE91A8;
}
</style>
background-color css
<style>
a { background-color: #FE91A8; }
a { background-color: rgb(254,145,168); }
div.DivClassName
{
background-color: #FE91A8;
}
.BgClassName
{
background-color: #FE91A8;
}
</style>
border-color css
<style>
span { border-color: #FE91A8; }
span { border-color: rgb(254,145,168); }
td.TdClassName
{
border-color: #FE91A8;
}
.TagClassName
{
border-color: #FE91A8;
}
</style>