Shades of Mauvelous #FE96AC
Tints of Mauvelous #FE96AC
RGB
CMYK
RGB Variations
Color information
#FE96AC (or 0xFE96AC) is known color: Mauvelous. HEX triplet: FE, 96 and AC. RGB value is (254,150,172). Sum of RGB (Red+Green+Blue) = 254+150+172=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96AC is #016953. Grayscale: #B7B7B7. Windows color (decimal): -92500 or 11310846. OLE color: 11310846.
HSL color Cylindrical-coordinate representation of color #FE96AC: hue angle of 347.31º 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 #FE96AC is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 172 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.00 |
| HSL | 347.31º | 0.98% | 0.79% | - |
| HSV(B) | 347.31º | 0.41% | 1% | - |
| XYZ | 59.23 | 45.86 | 44.76 | - |
| YUV | 183.6 | 121.46 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 172 | 0 | 0.41 | 0.32 | 0.00 | 347.31 | 0.98 | 0.79 |
| Hex | FE | 96 | AC | 0 | 29 | 20 | 0 | 15B | 62 | 4F |
| Octal | 376 | 226 | 254 | 0 | 51 | 40 | 0 | 533 | 142 | 117 |
| Binary | 11111110 | 10010110 | 10101100 | 0 | 101001 | 100000 | 0 | 101011011 | 1100010 | 1001111 |
Color Harmonies of #FE96AC
Complementary color
Monochromatic Colors of #FE96AC
Black with #FE96AC
Text Example
Text Example
White with #FE96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96AC; }
p { color: rgb(254,150,172); }
H1.HeaderClassName
{
color: #FE96AC;
}
.AnyTagClassName
{
color: #FE96AC;
}
</style>
background-color css
<style>
a { background-color: #FE96AC; }
a { background-color: rgb(254,150,172); }
div.DivClassName
{
background-color: #FE96AC;
}
.BgClassName
{
background-color: #FE96AC;
}
</style>
border-color css
<style>
span { border-color: #FE96AC; }
span { border-color: rgb(254,150,172); }
td.TdClassName
{
border-color: #FE96AC;
}
.TagClassName
{
border-color: #FE96AC;
}
</style>