Shades of Pale Magenta #FE81EE
Tints of Pale Magenta #FE81EE
RGB
CMYK
RGB Variations
Color information
#FE81EE (or 0xFE81EE) is known color: Pale Magenta. HEX triplet: FE, 81 and EE. RGB value is (254,129,238). Sum of RGB (Red+Green+Blue) = 254+129+238=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81EE is #017E11. Grayscale: #B2B2B2. Windows color (decimal): -97810 or 15630846. OLE color: 15630846.
HSL color Cylindrical-coordinate representation of color #FE81EE: hue angle of 307.68º 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 #FE81EE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 238 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.00 |
| HSL | 307.68º | 0.98% | 0.75% | - |
| HSV(B) | 307.68º | 0.49% | 1% | - |
| XYZ | 64.16 | 42.94 | 85.8 | - |
| YUV | 178.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 238 | 0 | 0.49 | 0.06 | 0.00 | 307.68 | 0.98 | 0.75 |
| Hex | FE | 81 | EE | 0 | 31 | 6 | 0 | 134 | 62 | 4B |
| Octal | 376 | 201 | 356 | 0 | 61 | 6 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11101110 | 0 | 110001 | 110 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE81EE
Complementary color
Monochromatic Colors of #FE81EE
Black with #FE81EE
Text Example
Text Example
White with #FE81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81EE; }
p { color: rgb(254,129,238); }
H1.HeaderClassName
{
color: #FE81EE;
}
.AnyTagClassName
{
color: #FE81EE;
}
</style>
background-color css
<style>
a { background-color: #FE81EE; }
a { background-color: rgb(254,129,238); }
div.DivClassName
{
background-color: #FE81EE;
}
.BgClassName
{
background-color: #FE81EE;
}
</style>
border-color css
<style>
span { border-color: #FE81EE; }
span { border-color: rgb(254,129,238); }
td.TdClassName
{
border-color: #FE81EE;
}
.TagClassName
{
border-color: #FE81EE;
}
</style>