Shades of Mauvelous #FE96A8
Tints of Mauvelous #FE96A8
RGB
CMYK
RGB Variations
Color information
#FE96A8 (or 0xFE96A8) is known color: Mauvelous. HEX triplet: FE, 96 and A8. RGB value is (254,150,168). Sum of RGB (Red+Green+Blue) = 254+150+168=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96A8 is #016957. Grayscale: #B7B7B7. Windows color (decimal): -92504 or 11048702. OLE color: 11048702.
HSL color Cylindrical-coordinate representation of color #FE96A8: hue angle of 349.62º 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 #FE96A8 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 168 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.00 |
| HSL | 349.62º | 0.98% | 0.79% | - |
| HSV(B) | 349.62º | 0.41% | 1% | - |
| XYZ | 58.85 | 45.71 | 42.77 | - |
| YUV | 183.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 168 | 0 | 0.41 | 0.34 | 0.00 | 349.62 | 0.98 | 0.79 |
| Hex | FE | 96 | A8 | 0 | 29 | 22 | 0 | 15E | 62 | 4F |
| Octal | 376 | 226 | 250 | 0 | 51 | 42 | 0 | 536 | 142 | 117 |
| Binary | 11111110 | 10010110 | 10101000 | 0 | 101001 | 100010 | 0 | 101011110 | 1100010 | 1001111 |
Color Harmonies of #FE96A8
Complementary color
Monochromatic Colors of #FE96A8
Black with #FE96A8
Text Example
Text Example
White with #FE96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96A8; }
p { color: rgb(254,150,168); }
H1.HeaderClassName
{
color: #FE96A8;
}
.AnyTagClassName
{
color: #FE96A8;
}
</style>
background-color css
<style>
a { background-color: #FE96A8; }
a { background-color: rgb(254,150,168); }
div.DivClassName
{
background-color: #FE96A8;
}
.BgClassName
{
background-color: #FE96A8;
}
</style>
border-color css
<style>
span { border-color: #FE96A8; }
span { border-color: rgb(254,150,168); }
td.TdClassName
{
border-color: #FE96A8;
}
.TagClassName
{
border-color: #FE96A8;
}
</style>