Shades of Pale Magenta #FE80ED
Tints of Pale Magenta #FE80ED
RGB
CMYK
RGB Variations
Color information
#FE80ED (or 0xFE80ED) is known color: Pale Magenta. HEX triplet: FE, 80 and ED. RGB value is (254,128,237). Sum of RGB (Red+Green+Blue) = 254+128+237=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80ED is #017F12. Grayscale: #B1B1B1. Windows color (decimal): -98067 or 15565054. OLE color: 15565054.
HSL color Cylindrical-coordinate representation of color #FE80ED: hue angle of 308.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80ED is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 237 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.00 |
| HSL | 308.1º | 0.98% | 0.75% | - |
| HSV(B) | 308.1º | 0.5% | 1% | - |
| XYZ | 63.88 | 42.62 | 84.98 | - |
| YUV | 178.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 237 | 0 | 0.50 | 0.07 | 0.00 | 308.1 | 0.98 | 0.75 |
| Hex | FE | 80 | ED | 0 | 32 | 7 | 0 | 134 | 62 | 4B |
| Octal | 376 | 200 | 355 | 0 | 62 | 7 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11101101 | 0 | 110010 | 111 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE80ED
Complementary color
Monochromatic Colors of #FE80ED
Black with #FE80ED
Text Example
Text Example
White with #FE80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80ED; }
p { color: rgb(254,128,237); }
H1.HeaderClassName
{
color: #FE80ED;
}
.AnyTagClassName
{
color: #FE80ED;
}
</style>
background-color css
<style>
a { background-color: #FE80ED; }
a { background-color: rgb(254,128,237); }
div.DivClassName
{
background-color: #FE80ED;
}
.BgClassName
{
background-color: #FE80ED;
}
</style>
border-color css
<style>
span { border-color: #FE80ED; }
span { border-color: rgb(254,128,237); }
td.TdClassName
{
border-color: #FE80ED;
}
.TagClassName
{
border-color: #FE80ED;
}
</style>