Shades of Mauvelous #FE90A6
Tints of Mauvelous #FE90A6
RGB
CMYK
RGB Variations
Color information
#FE90A6 (or 0xFE90A6) is known color: Mauvelous. HEX triplet: FE, 90 and A6. RGB value is (254,144,166). Sum of RGB (Red+Green+Blue) = 254+144+166=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A6 is #016F59. Grayscale: #B3B3B3. Windows color (decimal): -94042 or 10916094. OLE color: 10916094.
HSL color Cylindrical-coordinate representation of color #FE90A6: hue angle of 348º 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 #FE90A6 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 166 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.00 |
| HSL | 348º | 0.98% | 0.78% | - |
| HSV(B) | 348º | 0.43% | 1% | - |
| XYZ | 57.73 | 43.77 | 41.48 | - |
| YUV | 179.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 166 | 0 | 0.43 | 0.35 | 0.00 | 348 | 0.98 | 0.78 |
| Hex | FE | 90 | A6 | 0 | 2B | 23 | 0 | 15C | 62 | 4E |
| Octal | 376 | 220 | 246 | 0 | 53 | 43 | 0 | 534 | 142 | 116 |
| Binary | 11111110 | 10010000 | 10100110 | 0 | 101011 | 100011 | 0 | 101011100 | 1100010 | 1001110 |
Color Harmonies of #FE90A6
Complementary color
Monochromatic Colors of #FE90A6
Black with #FE90A6
Text Example
Text Example
White with #FE90A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90A6; }
p { color: rgb(254,144,166); }
H1.HeaderClassName
{
color: #FE90A6;
}
.AnyTagClassName
{
color: #FE90A6;
}
</style>
background-color css
<style>
a { background-color: #FE90A6; }
a { background-color: rgb(254,144,166); }
div.DivClassName
{
background-color: #FE90A6;
}
.BgClassName
{
background-color: #FE90A6;
}
</style>
border-color css
<style>
span { border-color: #FE90A6; }
span { border-color: rgb(254,144,166); }
td.TdClassName
{
border-color: #FE90A6;
}
.TagClassName
{
border-color: #FE90A6;
}
</style>