Shades of Pale Magenta #FE87EC
Tints of Pale Magenta #FE87EC
RGB
CMYK
RGB Variations
Color information
#FE87EC (or 0xFE87EC) is known color: Pale Magenta. HEX triplet: FE, 87 and EC. RGB value is (254,135,236). Sum of RGB (Red+Green+Blue) = 254+135+236=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 135 (53.12% from 255 or 21.6% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE87EC is #017813. Grayscale: #B5B5B5. Windows color (decimal): -96276 or 15501310. OLE color: 15501310.
HSL color Cylindrical-coordinate representation of color #FE87EC: hue angle of 309.08º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE87EC is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 236 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.00 |
| HSL | 309.08º | 0.98% | 0.76% | - |
| HSV(B) | 309.08º | 0.47% | 1% | - |
| XYZ | 64.68 | 44.45 | 84.53 | - |
| YUV | 182.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 236 | 0 | 0.47 | 0.07 | 0.00 | 309.08 | 0.98 | 0.76 |
| Hex | FE | 87 | EC | 0 | 2F | 7 | 0 | 135 | 62 | 4C |
| Octal | 376 | 207 | 354 | 0 | 57 | 7 | 0 | 465 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11101100 | 0 | 101111 | 111 | 0 | 100110101 | 1100010 | 1001100 |
Color Harmonies of #FE87EC
Complementary color
Monochromatic Colors of #FE87EC
Black with #FE87EC
Text Example
Text Example
White with #FE87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87EC; }
p { color: rgb(254,135,236); }
H1.HeaderClassName
{
color: #FE87EC;
}
.AnyTagClassName
{
color: #FE87EC;
}
</style>
background-color css
<style>
a { background-color: #FE87EC; }
a { background-color: rgb(254,135,236); }
div.DivClassName
{
background-color: #FE87EC;
}
.BgClassName
{
background-color: #FE87EC;
}
</style>
border-color css
<style>
span { border-color: #FE87EC; }
span { border-color: rgb(254,135,236); }
td.TdClassName
{
border-color: #FE87EC;
}
.TagClassName
{
border-color: #FE87EC;
}
</style>