Shades of Mauvelous #FF9EA8
Tints of Mauvelous #FF9EA8
RGB
CMYK
RGB Variations
Color information
#FF9EA8 (or 0xFF9EA8) is known color: Mauvelous. HEX triplet: FF, 9E and A8. RGB value is (255,158,168). Sum of RGB (Red+Green+Blue) = 255+158+168=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9EA8 is #006157. Grayscale: #BCBCBC. Windows color (decimal): -24920 or 11050751. OLE color: 11050751.
HSL color Cylindrical-coordinate representation of color #FF9EA8: hue angle of 353.81º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9EA8 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 168 | - |
| CMYK | 0 | 0.38 | 0.34 | 0 |
| HSL | 353.81º | 1% | 0.81% | - |
| HSV(B) | 353.81º | 0.38% | 1% | - |
| XYZ | 60.53 | 48.54 | 43.22 | - |
| YUV | 188.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 168 | 0 | 0.38 | 0.34 | 0 | 353.81 | 1 | 0.81 |
| Hex | FF | 9E | A8 | 0 | 26 | 22 | 0 | 162 | 64 | 51 |
| Octal | 377 | 236 | 250 | 0 | 46 | 42 | 0 | 542 | 144 | 121 |
| Binary | 11111111 | 10011110 | 10101000 | 0 | 100110 | 100010 | 0 | 101100010 | 1100100 | 1010001 |
Color Harmonies of #FF9EA8
Complementary color
Monochromatic Colors of #FF9EA8
Black with #FF9EA8
Text Example
Text Example
White with #FF9EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EA8; }
p { color: rgb(255,158,168); }
H1.HeaderClassName
{
color: #FF9EA8;
}
.AnyTagClassName
{
color: #FF9EA8;
}
</style>
background-color css
<style>
a { background-color: #FF9EA8; }
a { background-color: rgb(255,158,168); }
div.DivClassName
{
background-color: #FF9EA8;
}
.BgClassName
{
background-color: #FF9EA8;
}
</style>
border-color css
<style>
span { border-color: #FF9EA8; }
span { border-color: rgb(255,158,168); }
td.TdClassName
{
border-color: #FF9EA8;
}
.TagClassName
{
border-color: #FF9EA8;
}
</style>