Shades of Mauvelous #FE97A9
Tints of Mauvelous #FE97A9
RGB
CMYK
RGB Variations
Color information
#FE97A9 (or 0xFE97A9) is known color: Mauvelous. HEX triplet: FE, 97 and A9. RGB value is (254,151,169). Sum of RGB (Red+Green+Blue) = 254+151+169=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97A9 is #016856. Grayscale: #B7B7B7. Windows color (decimal): -92247 or 11114494. OLE color: 11114494.
HSL color Cylindrical-coordinate representation of color #FE97A9: hue angle of 349.51º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE97A9 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 151 | 169 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.00 |
| HSL | 349.51º | 0.98% | 0.79% | - |
| HSV(B) | 349.51º | 0.41% | 1% | - |
| XYZ | 59.1 | 46.07 | 43.31 | - |
| YUV | 183.85 | 119.62 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 151 | 169 | 0 | 0.41 | 0.33 | 0.00 | 349.51 | 0.98 | 0.79 |
| Hex | FE | 97 | A9 | 0 | 29 | 21 | 0 | 15E | 62 | 4F |
| Octal | 376 | 227 | 251 | 0 | 51 | 41 | 0 | 536 | 142 | 117 |
| Binary | 11111110 | 10010111 | 10101001 | 0 | 101001 | 100001 | 0 | 101011110 | 1100010 | 1001111 |
Color Harmonies of #FE97A9
Complementary color
Monochromatic Colors of #FE97A9
Black with #FE97A9
Text Example
Text Example
White with #FE97A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE97A9; }
p { color: rgb(254,151,169); }
H1.HeaderClassName
{
color: #FE97A9;
}
.AnyTagClassName
{
color: #FE97A9;
}
</style>
background-color css
<style>
a { background-color: #FE97A9; }
a { background-color: rgb(254,151,169); }
div.DivClassName
{
background-color: #FE97A9;
}
.BgClassName
{
background-color: #FE97A9;
}
</style>
border-color css
<style>
span { border-color: #FE97A9; }
span { border-color: rgb(254,151,169); }
td.TdClassName
{
border-color: #FE97A9;
}
.TagClassName
{
border-color: #FE97A9;
}
</style>