Shades of Pale Magenta #FE84EC
Tints of Pale Magenta #FE84EC
RGB
CMYK
RGB Variations
Color information
#FE84EC (or 0xFE84EC) is known color: Pale Magenta. HEX triplet: FE, 84 and EC. RGB value is (254,132,236). Sum of RGB (Red+Green+Blue) = 254+132+236=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 132 (51.95% from 255 or 21.22% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84EC is #017B13. Grayscale: #B4B4B4. Windows color (decimal): -97044 or 15500542. OLE color: 15500542.
HSL color Cylindrical-coordinate representation of color #FE84EC: hue angle of 308.85º 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 #FE84EC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 236 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.00 |
| HSL | 308.85º | 0.98% | 0.76% | - |
| HSV(B) | 308.85º | 0.48% | 1% | - |
| XYZ | 64.26 | 43.63 | 84.39 | - |
| YUV | 180.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 236 | 0 | 0.48 | 0.07 | 0.00 | 308.85 | 0.98 | 0.76 |
| Hex | FE | 84 | EC | 0 | 30 | 7 | 0 | 135 | 62 | 4C |
| Octal | 376 | 204 | 354 | 0 | 60 | 7 | 0 | 465 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11101100 | 0 | 110000 | 111 | 0 | 100110101 | 1100010 | 1001100 |
Color Harmonies of #FE84EC
Complementary color
Monochromatic Colors of #FE84EC
Black with #FE84EC
Text Example
Text Example
White with #FE84EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84EC; }
p { color: rgb(254,132,236); }
H1.HeaderClassName
{
color: #FE84EC;
}
.AnyTagClassName
{
color: #FE84EC;
}
</style>
background-color css
<style>
a { background-color: #FE84EC; }
a { background-color: rgb(254,132,236); }
div.DivClassName
{
background-color: #FE84EC;
}
.BgClassName
{
background-color: #FE84EC;
}
</style>
border-color css
<style>
span { border-color: #FE84EC; }
span { border-color: rgb(254,132,236); }
td.TdClassName
{
border-color: #FE84EC;
}
.TagClassName
{
border-color: #FE84EC;
}
</style>