Shades of Mauvelous #FE90AB
Tints of Mauvelous #FE90AB
RGB
CMYK
RGB Variations
Color information
#FE90AB (or 0xFE90AB) is known color: Mauvelous. HEX triplet: FE, 90 and AB. RGB value is (254,144,171). Sum of RGB (Red+Green+Blue) = 254+144+171=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AB is #016F54. Grayscale: #B3B3B3. Windows color (decimal): -94037 or 11243774. OLE color: 11243774.
HSL color Cylindrical-coordinate representation of color #FE90AB: hue angle of 345.27º 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 #FE90AB is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 171 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.00 |
| HSL | 345.27º | 0.98% | 0.78% | - |
| HSV(B) | 345.27º | 0.43% | 1% | - |
| XYZ | 58.2 | 43.96 | 43.95 | - |
| YUV | 179.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 171 | 0 | 0.43 | 0.33 | 0.00 | 345.27 | 0.98 | 0.78 |
| Hex | FE | 90 | AB | 0 | 2B | 21 | 0 | 159 | 62 | 4E |
| Octal | 376 | 220 | 253 | 0 | 53 | 41 | 0 | 531 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10101011 | 0 | 101011 | 100001 | 0 | 101011001 | 1100010 | 1001110 |
Color Harmonies of #FE90AB
Complementary color
Monochromatic Colors of #FE90AB
Black with #FE90AB
Text Example
Text Example
White with #FE90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90AB; }
p { color: rgb(254,144,171); }
H1.HeaderClassName
{
color: #FE90AB;
}
.AnyTagClassName
{
color: #FE90AB;
}
</style>
background-color css
<style>
a { background-color: #FE90AB; }
a { background-color: rgb(254,144,171); }
div.DivClassName
{
background-color: #FE90AB;
}
.BgClassName
{
background-color: #FE90AB;
}
</style>
border-color css
<style>
span { border-color: #FE90AB; }
span { border-color: rgb(254,144,171); }
td.TdClassName
{
border-color: #FE90AB;
}
.TagClassName
{
border-color: #FE90AB;
}
</style>