Shades of Pale Magenta #FE81ED
Tints of Pale Magenta #FE81ED
RGB
CMYK
RGB Variations
Color information
#FE81ED (or 0xFE81ED) is known color: Pale Magenta. HEX triplet: FE, 81 and ED. RGB value is (254,129,237). Sum of RGB (Red+Green+Blue) = 254+129+237=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81ED is #017E12. Grayscale: #B2B2B2. Windows color (decimal): -97811 or 15565310. OLE color: 15565310.
HSL color Cylindrical-coordinate representation of color #FE81ED: hue angle of 308.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE81ED is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 237 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.00 |
| HSL | 308.16º | 0.98% | 0.75% | - |
| HSV(B) | 308.16º | 0.49% | 1% | - |
| XYZ | 64.01 | 42.89 | 85.02 | - |
| YUV | 178.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 237 | 0 | 0.49 | 0.07 | 0.00 | 308.16 | 0.98 | 0.75 |
| Hex | FE | 81 | ED | 0 | 31 | 7 | 0 | 134 | 62 | 4B |
| Octal | 376 | 201 | 355 | 0 | 61 | 7 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11101101 | 0 | 110001 | 111 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE81ED
Complementary color
Monochromatic Colors of #FE81ED
Black with #FE81ED
Text Example
Text Example
White with #FE81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81ED; }
p { color: rgb(254,129,237); }
H1.HeaderClassName
{
color: #FE81ED;
}
.AnyTagClassName
{
color: #FE81ED;
}
</style>
background-color css
<style>
a { background-color: #FE81ED; }
a { background-color: rgb(254,129,237); }
div.DivClassName
{
background-color: #FE81ED;
}
.BgClassName
{
background-color: #FE81ED;
}
</style>
border-color css
<style>
span { border-color: #FE81ED; }
span { border-color: rgb(254,129,237); }
td.TdClassName
{
border-color: #FE81ED;
}
.TagClassName
{
border-color: #FE81ED;
}
</style>