Shades of Pale Magenta #FE81EC
Tints of Pale Magenta #FE81EC
RGB
CMYK
RGB Variations
Color information
#FE81EC (or 0xFE81EC) is known color: Pale Magenta. HEX triplet: FE, 81 and EC. RGB value is (254,129,236). Sum of RGB (Red+Green+Blue) = 254+129+236=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81EC is #017E13. Grayscale: #B2B2B2. Windows color (decimal): -97812 or 15499774. OLE color: 15499774.
HSL color Cylindrical-coordinate representation of color #FE81EC: hue angle of 308.64º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81EC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 236 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.00 |
| HSL | 308.64º | 0.98% | 0.75% | - |
| HSV(B) | 308.64º | 0.49% | 1% | - |
| XYZ | 63.86 | 42.83 | 84.26 | - |
| YUV | 178.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 236 | 0 | 0.49 | 0.07 | 0.00 | 308.64 | 0.98 | 0.75 |
| Hex | FE | 81 | EC | 0 | 31 | 7 | 0 | 135 | 62 | 4B |
| Octal | 376 | 201 | 354 | 0 | 61 | 7 | 0 | 465 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11101100 | 0 | 110001 | 111 | 0 | 100110101 | 1100010 | 1001011 |
Color Harmonies of #FE81EC
Complementary color
Monochromatic Colors of #FE81EC
Black with #FE81EC
Text Example
Text Example
White with #FE81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81EC; }
p { color: rgb(254,129,236); }
H1.HeaderClassName
{
color: #FE81EC;
}
.AnyTagClassName
{
color: #FE81EC;
}
</style>
background-color css
<style>
a { background-color: #FE81EC; }
a { background-color: rgb(254,129,236); }
div.DivClassName
{
background-color: #FE81EC;
}
.BgClassName
{
background-color: #FE81EC;
}
</style>
border-color css
<style>
span { border-color: #FE81EC; }
span { border-color: rgb(254,129,236); }
td.TdClassName
{
border-color: #FE81EC;
}
.TagClassName
{
border-color: #FE81EC;
}
</style>