Shades of Mauvelous #FE91AD
Tints of Mauvelous #FE91AD
RGB
CMYK
RGB Variations
Color information
#FE91AD (or 0xFE91AD) is known color: Mauvelous. HEX triplet: FE, 91 and AD. RGB value is (254,145,173). Sum of RGB (Red+Green+Blue) = 254+145+173=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE91AD is #016E52. Grayscale: #B4B4B4. Windows color (decimal): -93779 or 11375102. OLE color: 11375102.
HSL color Cylindrical-coordinate representation of color #FE91AD: hue angle of 344.59º 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 #FE91AD is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 173 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.00 |
| HSL | 344.59º | 0.98% | 0.78% | - |
| HSV(B) | 344.59º | 0.43% | 1% | - |
| XYZ | 58.54 | 44.34 | 45.01 | - |
| YUV | 180.78 | 123.61 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 173 | 0 | 0.43 | 0.32 | 0.00 | 344.59 | 0.98 | 0.78 |
| Hex | FE | 91 | AD | 0 | 2B | 20 | 0 | 159 | 62 | 4E |
| Octal | 376 | 221 | 255 | 0 | 53 | 40 | 0 | 531 | 142 | 116 |
| Binary | 11111110 | 10010001 | 10101101 | 0 | 101011 | 100000 | 0 | 101011001 | 1100010 | 1001110 |
Color Harmonies of #FE91AD
Complementary color
Monochromatic Colors of #FE91AD
Black with #FE91AD
Text Example
Text Example
White with #FE91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91AD; }
p { color: rgb(254,145,173); }
H1.HeaderClassName
{
color: #FE91AD;
}
.AnyTagClassName
{
color: #FE91AD;
}
</style>
background-color css
<style>
a { background-color: #FE91AD; }
a { background-color: rgb(254,145,173); }
div.DivClassName
{
background-color: #FE91AD;
}
.BgClassName
{
background-color: #FE91AD;
}
</style>
border-color css
<style>
span { border-color: #FE91AD; }
span { border-color: rgb(254,145,173); }
td.TdClassName
{
border-color: #FE91AD;
}
.TagClassName
{
border-color: #FE91AD;
}
</style>