Shades of Mauvelous #FE9FA9
Tints of Mauvelous #FE9FA9
RGB
CMYK
RGB Variations
Color information
#FE9FA9 (or 0xFE9FA9) is known color: Mauvelous. HEX triplet: FE, 9F and A9. RGB value is (254,159,169). Sum of RGB (Red+Green+Blue) = 254+159+169=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FA9 is #016056. Grayscale: #BCBCBC. Windows color (decimal): -90199 or 11116542. OLE color: 11116542.
HSL color Cylindrical-coordinate representation of color #FE9FA9: hue angle of 353.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FA9 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 169 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.00 |
| HSL | 353.68º | 0.98% | 0.81% | - |
| HSV(B) | 353.68º | 0.37% | 1% | - |
| XYZ | 60.43 | 48.73 | 43.76 | - |
| YUV | 188.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 169 | 0 | 0.37 | 0.33 | 0.00 | 353.68 | 0.98 | 0.81 |
| Hex | FE | 9F | A9 | 0 | 25 | 21 | 0 | 162 | 62 | 51 |
| Octal | 376 | 237 | 251 | 0 | 45 | 41 | 0 | 542 | 142 | 121 |
| Binary | 11111110 | 10011111 | 10101001 | 0 | 100101 | 100001 | 0 | 101100010 | 1100010 | 1010001 |
Color Harmonies of #FE9FA9
Complementary color
Monochromatic Colors of #FE9FA9
Black with #FE9FA9
Text Example
Text Example
White with #FE9FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9FA9; }
p { color: rgb(254,159,169); }
H1.HeaderClassName
{
color: #FE9FA9;
}
.AnyTagClassName
{
color: #FE9FA9;
}
</style>
background-color css
<style>
a { background-color: #FE9FA9; }
a { background-color: rgb(254,159,169); }
div.DivClassName
{
background-color: #FE9FA9;
}
.BgClassName
{
background-color: #FE9FA9;
}
</style>
border-color css
<style>
span { border-color: #FE9FA9; }
span { border-color: rgb(254,159,169); }
td.TdClassName
{
border-color: #FE9FA9;
}
.TagClassName
{
border-color: #FE9FA9;
}
</style>