Shades of Mauvelous #FE9BA8
Tints of Mauvelous #FE9BA8
RGB
CMYK
RGB Variations
Color information
#FE9BA8 (or 0xFE9BA8) is known color: Mauvelous. HEX triplet: FE, 9B and A8. RGB value is (254,155,168). Sum of RGB (Red+Green+Blue) = 254+155+168=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BA8 is #016457. Grayscale: #BABABA. Windows color (decimal): -91224 or 11049982. OLE color: 11049982.
HSL color Cylindrical-coordinate representation of color #FE9BA8: hue angle of 352.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BA8 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 168 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.00 |
| HSL | 352.12º | 0.98% | 0.8% | - |
| HSV(B) | 352.12º | 0.39% | 1% | - |
| XYZ | 59.66 | 47.34 | 43.04 | - |
| YUV | 186.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 168 | 0 | 0.39 | 0.34 | 0.00 | 352.12 | 0.98 | 0.8 |
| Hex | FE | 9B | A8 | 0 | 27 | 22 | 0 | 160 | 62 | 50 |
| Octal | 376 | 233 | 250 | 0 | 47 | 42 | 0 | 540 | 142 | 120 |
| Binary | 11111110 | 10011011 | 10101000 | 0 | 100111 | 100010 | 0 | 101100000 | 1100010 | 1010000 |
Color Harmonies of #FE9BA8
Complementary color
Monochromatic Colors of #FE9BA8
Black with #FE9BA8
Text Example
Text Example
White with #FE9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BA8; }
p { color: rgb(254,155,168); }
H1.HeaderClassName
{
color: #FE9BA8;
}
.AnyTagClassName
{
color: #FE9BA8;
}
</style>
background-color css
<style>
a { background-color: #FE9BA8; }
a { background-color: rgb(254,155,168); }
div.DivClassName
{
background-color: #FE9BA8;
}
.BgClassName
{
background-color: #FE9BA8;
}
</style>
border-color css
<style>
span { border-color: #FE9BA8; }
span { border-color: rgb(254,155,168); }
td.TdClassName
{
border-color: #FE9BA8;
}
.TagClassName
{
border-color: #FE9BA8;
}
</style>