Shades of Mauvelous #FE93AB
Tints of Mauvelous #FE93AB
RGB
CMYK
RGB Variations
Color information
#FE93AB (or 0xFE93AB) is known color: Mauvelous. HEX triplet: FE, 93 and AB. RGB value is (254,147,171). Sum of RGB (Red+Green+Blue) = 254+147+171=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93AB is #016C54. Grayscale: #B5B5B5. Windows color (decimal): -93269 or 11244542. OLE color: 11244542.
HSL color Cylindrical-coordinate representation of color #FE93AB: hue angle of 346.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93AB is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 171 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.00 |
| HSL | 346.54º | 0.98% | 0.79% | - |
| HSV(B) | 346.54º | 0.42% | 1% | - |
| XYZ | 58.66 | 44.88 | 44.1 | - |
| YUV | 181.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 171 | 0 | 0.42 | 0.33 | 0.00 | 346.54 | 0.98 | 0.79 |
| Hex | FE | 93 | AB | 0 | 2A | 21 | 0 | 15B | 62 | 4F |
| Octal | 376 | 223 | 253 | 0 | 52 | 41 | 0 | 533 | 142 | 117 |
| Binary | 11111110 | 10010011 | 10101011 | 0 | 101010 | 100001 | 0 | 101011011 | 1100010 | 1001111 |
Color Harmonies of #FE93AB
Complementary color
Monochromatic Colors of #FE93AB
Black with #FE93AB
Text Example
Text Example
White with #FE93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93AB; }
p { color: rgb(254,147,171); }
H1.HeaderClassName
{
color: #FE93AB;
}
.AnyTagClassName
{
color: #FE93AB;
}
</style>
background-color css
<style>
a { background-color: #FE93AB; }
a { background-color: rgb(254,147,171); }
div.DivClassName
{
background-color: #FE93AB;
}
.BgClassName
{
background-color: #FE93AB;
}
</style>
border-color css
<style>
span { border-color: #FE93AB; }
span { border-color: rgb(254,147,171); }
td.TdClassName
{
border-color: #FE93AB;
}
.TagClassName
{
border-color: #FE93AB;
}
</style>