Shades of Mauvelous #FE90A8
Tints of Mauvelous #FE90A8
RGB
CMYK
RGB Variations
Color information
#FE90A8 (or 0xFE90A8) is known color: Mauvelous. HEX triplet: FE, 90 and A8. RGB value is (254,144,168). Sum of RGB (Red+Green+Blue) = 254+144+168=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A8 is #016F57. Grayscale: #B3B3B3. Windows color (decimal): -94040 or 11047166. OLE color: 11047166.
HSL color Cylindrical-coordinate representation of color #FE90A8: hue angle of 346.91º 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 #FE90A8 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 168 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.00 |
| HSL | 346.91º | 0.98% | 0.78% | - |
| HSV(B) | 346.91º | 0.43% | 1% | - |
| XYZ | 57.91 | 43.84 | 42.46 | - |
| YUV | 179.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 168 | 0 | 0.43 | 0.34 | 0.00 | 346.91 | 0.98 | 0.78 |
| Hex | FE | 90 | A8 | 0 | 2B | 22 | 0 | 15B | 62 | 4E |
| Octal | 376 | 220 | 250 | 0 | 53 | 42 | 0 | 533 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10101000 | 0 | 101011 | 100010 | 0 | 101011011 | 1100010 | 1001110 |
Color Harmonies of #FE90A8
Complementary color
Monochromatic Colors of #FE90A8
Black with #FE90A8
Text Example
Text Example
White with #FE90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90A8; }
p { color: rgb(254,144,168); }
H1.HeaderClassName
{
color: #FE90A8;
}
.AnyTagClassName
{
color: #FE90A8;
}
</style>
background-color css
<style>
a { background-color: #FE90A8; }
a { background-color: rgb(254,144,168); }
div.DivClassName
{
background-color: #FE90A8;
}
.BgClassName
{
background-color: #FE90A8;
}
</style>
border-color css
<style>
span { border-color: #FE90A8; }
span { border-color: rgb(254,144,168); }
td.TdClassName
{
border-color: #FE90A8;
}
.TagClassName
{
border-color: #FE90A8;
}
</style>