Shades of Mauvelous #FE96AB
Tints of Mauvelous #FE96AB
RGB
CMYK
RGB Variations
Color information
#FE96AB (or 0xFE96AB) is known color: Mauvelous. HEX triplet: FE, 96 and AB. RGB value is (254,150,171). Sum of RGB (Red+Green+Blue) = 254+150+171=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96AB is #016954. Grayscale: #B7B7B7. Windows color (decimal): -92501 or 11245310. OLE color: 11245310.
HSL color Cylindrical-coordinate representation of color #FE96AB: hue angle of 347.88º 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 #FE96AB is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 171 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.00 |
| HSL | 347.88º | 0.98% | 0.79% | - |
| HSV(B) | 347.88º | 0.41% | 1% | - |
| XYZ | 59.13 | 45.82 | 44.26 | - |
| YUV | 183.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 171 | 0 | 0.41 | 0.33 | 0.00 | 347.88 | 0.98 | 0.79 |
| Hex | FE | 96 | AB | 0 | 29 | 21 | 0 | 15C | 62 | 4F |
| Octal | 376 | 226 | 253 | 0 | 51 | 41 | 0 | 534 | 142 | 117 |
| Binary | 11111110 | 10010110 | 10101011 | 0 | 101001 | 100001 | 0 | 101011100 | 1100010 | 1001111 |
Color Harmonies of #FE96AB
Complementary color
Monochromatic Colors of #FE96AB
Black with #FE96AB
Text Example
Text Example
White with #FE96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96AB; }
p { color: rgb(254,150,171); }
H1.HeaderClassName
{
color: #FE96AB;
}
.AnyTagClassName
{
color: #FE96AB;
}
</style>
background-color css
<style>
a { background-color: #FE96AB; }
a { background-color: rgb(254,150,171); }
div.DivClassName
{
background-color: #FE96AB;
}
.BgClassName
{
background-color: #FE96AB;
}
</style>
border-color css
<style>
span { border-color: #FE96AB; }
span { border-color: rgb(254,150,171); }
td.TdClassName
{
border-color: #FE96AB;
}
.TagClassName
{
border-color: #FE96AB;
}
</style>