Shades of Mauvelous #FE8FA9
Tints of Mauvelous #FE8FA9
RGB
CMYK
RGB Variations
Color information
#FE8FA9 (or 0xFE8FA9) is known color: Mauvelous. HEX triplet: FE, 8F and A9. RGB value is (254,143,169). Sum of RGB (Red+Green+Blue) = 254+143+169=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA9 is #017056. Grayscale: #B3B3B3. Windows color (decimal): -94295 or 11112446. OLE color: 11112446.
HSL color Cylindrical-coordinate representation of color #FE8FA9: hue angle of 345.95º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FA9 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 169 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.00 |
| HSL | 345.95º | 0.98% | 0.78% | - |
| HSV(B) | 345.95º | 0.44% | 1% | - |
| XYZ | 57.86 | 43.58 | 42.9 | - |
| YUV | 179.15 | 122.27 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 169 | 0 | 0.44 | 0.33 | 0.00 | 345.95 | 0.98 | 0.78 |
| Hex | FE | 8F | A9 | 0 | 2C | 21 | 0 | 15A | 62 | 4E |
| Octal | 376 | 217 | 251 | 0 | 54 | 41 | 0 | 532 | 142 | 116 |
| Binary | 11111110 | 10001111 | 10101001 | 0 | 101100 | 100001 | 0 | 101011010 | 1100010 | 1001110 |
Color Harmonies of #FE8FA9
Complementary color
Monochromatic Colors of #FE8FA9
Black with #FE8FA9
Text Example
Text Example
White with #FE8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FA9; }
p { color: rgb(254,143,169); }
H1.HeaderClassName
{
color: #FE8FA9;
}
.AnyTagClassName
{
color: #FE8FA9;
}
</style>
background-color css
<style>
a { background-color: #FE8FA9; }
a { background-color: rgb(254,143,169); }
div.DivClassName
{
background-color: #FE8FA9;
}
.BgClassName
{
background-color: #FE8FA9;
}
</style>
border-color css
<style>
span { border-color: #FE8FA9; }
span { border-color: rgb(254,143,169); }
td.TdClassName
{
border-color: #FE8FA9;
}
.TagClassName
{
border-color: #FE8FA9;
}
</style>