Shades of Mauvelous #FE94AD
Tints of Mauvelous #FE94AD
RGB
CMYK
RGB Variations
Color information
#FE94AD (or 0xFE94AD) is known color: Mauvelous. HEX triplet: FE, 94 and AD. RGB value is (254,148,173). Sum of RGB (Red+Green+Blue) = 254+148+173=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE94AD is #016B52. Grayscale: #B6B6B6. Windows color (decimal): -93011 or 11375870. OLE color: 11375870.
HSL color Cylindrical-coordinate representation of color #FE94AD: hue angle of 345.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94AD is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 173 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.00 |
| HSL | 345.85º | 0.98% | 0.79% | - |
| HSV(B) | 345.85º | 0.42% | 1% | - |
| XYZ | 59.01 | 45.27 | 45.16 | - |
| YUV | 182.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 173 | 0 | 0.42 | 0.32 | 0.00 | 345.85 | 0.98 | 0.79 |
| Hex | FE | 94 | AD | 0 | 2A | 20 | 0 | 15A | 62 | 4F |
| Octal | 376 | 224 | 255 | 0 | 52 | 40 | 0 | 532 | 142 | 117 |
| Binary | 11111110 | 10010100 | 10101101 | 0 | 101010 | 100000 | 0 | 101011010 | 1100010 | 1001111 |
Color Harmonies of #FE94AD
Complementary color
Monochromatic Colors of #FE94AD
Black with #FE94AD
Text Example
Text Example
White with #FE94AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94AD; }
p { color: rgb(254,148,173); }
H1.HeaderClassName
{
color: #FE94AD;
}
.AnyTagClassName
{
color: #FE94AD;
}
</style>
background-color css
<style>
a { background-color: #FE94AD; }
a { background-color: rgb(254,148,173); }
div.DivClassName
{
background-color: #FE94AD;
}
.BgClassName
{
background-color: #FE94AD;
}
</style>
border-color css
<style>
span { border-color: #FE94AD; }
span { border-color: rgb(254,148,173); }
td.TdClassName
{
border-color: #FE94AD;
}
.TagClassName
{
border-color: #FE94AD;
}
</style>