Shades of Pale Magenta #FE80EE
Tints of Pale Magenta #FE80EE
RGB
CMYK
RGB Variations
Color information
#FE80EE (or 0xFE80EE) is known color: Pale Magenta. HEX triplet: FE, 80 and EE. RGB value is (254,128,238). Sum of RGB (Red+Green+Blue) = 254+128+238=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80EE is #017F11. Grayscale: #B1B1B1. Windows color (decimal): -98066 or 15630590. OLE color: 15630590.
HSL color Cylindrical-coordinate representation of color #FE80EE: hue angle of 307.62º 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 #FE80EE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 238 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.00 |
| HSL | 307.62º | 0.98% | 0.75% | - |
| HSV(B) | 307.62º | 0.5% | 1% | - |
| XYZ | 64.02 | 42.68 | 85.75 | - |
| YUV | 178.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 238 | 0 | 0.50 | 0.06 | 0.00 | 307.62 | 0.98 | 0.75 |
| Hex | FE | 80 | EE | 0 | 32 | 6 | 0 | 134 | 62 | 4B |
| Octal | 376 | 200 | 356 | 0 | 62 | 6 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11101110 | 0 | 110010 | 110 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE80EE
Complementary color
Monochromatic Colors of #FE80EE
Black with #FE80EE
Text Example
Text Example
White with #FE80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80EE; }
p { color: rgb(254,128,238); }
H1.HeaderClassName
{
color: #FE80EE;
}
.AnyTagClassName
{
color: #FE80EE;
}
</style>
background-color css
<style>
a { background-color: #FE80EE; }
a { background-color: rgb(254,128,238); }
div.DivClassName
{
background-color: #FE80EE;
}
.BgClassName
{
background-color: #FE80EE;
}
</style>
border-color css
<style>
span { border-color: #FE80EE; }
span { border-color: rgb(254,128,238); }
td.TdClassName
{
border-color: #FE80EE;
}
.TagClassName
{
border-color: #FE80EE;
}
</style>