Shades of Pale Magenta #FE91EC
Tints of Pale Magenta #FE91EC
RGB
CMYK
RGB Variations
Color information
#FE91EC (or 0xFE91EC) is known color: Pale Magenta. HEX triplet: FE, 91 and EC. RGB value is (254,145,236). Sum of RGB (Red+Green+Blue) = 254+145+236=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 145 (57.03% from 255 or 22.83% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE91EC is #016E13. Grayscale: #BBBBBB. Windows color (decimal): -93716 or 15503870. OLE color: 15503870.
HSL color Cylindrical-coordinate representation of color #FE91EC: hue angle of 309.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE91EC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 236 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.00 |
| HSL | 309.91º | 0.98% | 0.78% | - |
| HSV(B) | 309.91º | 0.43% | 1% | - |
| XYZ | 66.14 | 47.38 | 85.02 | - |
| YUV | 187.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 236 | 0 | 0.43 | 0.07 | 0.00 | 309.91 | 0.98 | 0.78 |
| Hex | FE | 91 | EC | 0 | 2B | 7 | 0 | 136 | 62 | 4E |
| Octal | 376 | 221 | 354 | 0 | 53 | 7 | 0 | 466 | 142 | 116 |
| Binary | 11111110 | 10010001 | 11101100 | 0 | 101011 | 111 | 0 | 100110110 | 1100010 | 1001110 |
Color Harmonies of #FE91EC
Complementary color
Monochromatic Colors of #FE91EC
Black with #FE91EC
Text Example
Text Example
White with #FE91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE91EC; }
p { color: rgb(254,145,236); }
H1.HeaderClassName
{
color: #FE91EC;
}
.AnyTagClassName
{
color: #FE91EC;
}
</style>
background-color css
<style>
a { background-color: #FE91EC; }
a { background-color: rgb(254,145,236); }
div.DivClassName
{
background-color: #FE91EC;
}
.BgClassName
{
background-color: #FE91EC;
}
</style>
border-color css
<style>
span { border-color: #FE91EC; }
span { border-color: rgb(254,145,236); }
td.TdClassName
{
border-color: #FE91EC;
}
.TagClassName
{
border-color: #FE91EC;
}
</style>