Shades of Mauvelous #FE96A5
Tints of Mauvelous #FE96A5
RGB
CMYK
RGB Variations
Color information
#FE96A5 (or 0xFE96A5) is known color: Mauvelous. HEX triplet: FE, 96 and A5. RGB value is (254,150,165). Sum of RGB (Red+Green+Blue) = 254+150+165=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96A5 is #01695A. Grayscale: #B6B6B6. Windows color (decimal): -92507 or 10852094. OLE color: 10852094.
HSL color Cylindrical-coordinate representation of color #FE96A5: hue angle of 351.35º 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 #FE96A5 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 165 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.00 |
| HSL | 351.35º | 0.98% | 0.79% | - |
| HSV(B) | 351.35º | 0.41% | 1% | - |
| XYZ | 58.57 | 45.6 | 41.31 | - |
| YUV | 182.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 165 | 0 | 0.41 | 0.35 | 0.00 | 351.35 | 0.98 | 0.79 |
| Hex | FE | 96 | A5 | 0 | 29 | 23 | 0 | 15F | 62 | 4F |
| Octal | 376 | 226 | 245 | 0 | 51 | 43 | 0 | 537 | 142 | 117 |
| Binary | 11111110 | 10010110 | 10100101 | 0 | 101001 | 100011 | 0 | 101011111 | 1100010 | 1001111 |
Color Harmonies of #FE96A5
Complementary color
Monochromatic Colors of #FE96A5
Black with #FE96A5
Text Example
Text Example
White with #FE96A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96A5; }
p { color: rgb(254,150,165); }
H1.HeaderClassName
{
color: #FE96A5;
}
.AnyTagClassName
{
color: #FE96A5;
}
</style>
background-color css
<style>
a { background-color: #FE96A5; }
a { background-color: rgb(254,150,165); }
div.DivClassName
{
background-color: #FE96A5;
}
.BgClassName
{
background-color: #FE96A5;
}
</style>
border-color css
<style>
span { border-color: #FE96A5; }
span { border-color: rgb(254,150,165); }
td.TdClassName
{
border-color: #FE96A5;
}
.TagClassName
{
border-color: #FE96A5;
}
</style>