Shades of Pale Magenta #FE84E8
Tints of Pale Magenta #FE84E8
RGB
CMYK
RGB Variations
Color information
#FE84E8 (or 0xFE84E8) is known color: Pale Magenta. HEX triplet: FE, 84 and E8. RGB value is (254,132,232). Sum of RGB (Red+Green+Blue) = 254+132+232=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84E8 is #017B17. Grayscale: #B3B3B3. Windows color (decimal): -97048 or 15238398. OLE color: 15238398.
HSL color Cylindrical-coordinate representation of color #FE84E8: hue angle of 310.82º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84E8 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 232 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.00 |
| HSL | 310.82º | 0.98% | 0.76% | - |
| HSV(B) | 310.82º | 0.48% | 1% | - |
| XYZ | 63.69 | 43.4 | 81.36 | - |
| YUV | 179.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 232 | 0 | 0.48 | 0.09 | 0.00 | 310.82 | 0.98 | 0.76 |
| Hex | FE | 84 | E8 | 0 | 30 | 9 | 0 | 137 | 62 | 4C |
| Octal | 376 | 204 | 350 | 0 | 60 | 11 | 0 | 467 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11101000 | 0 | 110000 | 1001 | 0 | 100110111 | 1100010 | 1001100 |
Color Harmonies of #FE84E8
Complementary color
Monochromatic Colors of #FE84E8
Black with #FE84E8
Text Example
Text Example
White with #FE84E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84E8; }
p { color: rgb(254,132,232); }
H1.HeaderClassName
{
color: #FE84E8;
}
.AnyTagClassName
{
color: #FE84E8;
}
</style>
background-color css
<style>
a { background-color: #FE84E8; }
a { background-color: rgb(254,132,232); }
div.DivClassName
{
background-color: #FE84E8;
}
.BgClassName
{
background-color: #FE84E8;
}
</style>
border-color css
<style>
span { border-color: #FE84E8; }
span { border-color: rgb(254,132,232); }
td.TdClassName
{
border-color: #FE84E8;
}
.TagClassName
{
border-color: #FE84E8;
}
</style>