Shades of Pale Magenta #FE8EEC
Tints of Pale Magenta #FE8EEC
RGB
CMYK
RGB Variations
Color information
#FE8EEC (or 0xFE8EEC) is known color: Pale Magenta. HEX triplet: FE, 8E and EC. RGB value is (254,142,236). Sum of RGB (Red+Green+Blue) = 254+142+236=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 142 (55.86% from 255 or 22.47% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EEC is #017113. Grayscale: #B9B9B9. Windows color (decimal): -94484 or 15503102. OLE color: 15503102.
HSL color Cylindrical-coordinate representation of color #FE8EEC: hue angle of 309.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EEC is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 236 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.00 |
| HSL | 309.64º | 0.98% | 0.78% | - |
| HSV(B) | 309.64º | 0.44% | 1% | - |
| XYZ | 65.69 | 46.47 | 84.87 | - |
| YUV | 186.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 236 | 0 | 0.44 | 0.07 | 0.00 | 309.64 | 0.98 | 0.78 |
| Hex | FE | 8E | EC | 0 | 2C | 7 | 0 | 136 | 62 | 4E |
| Octal | 376 | 216 | 354 | 0 | 54 | 7 | 0 | 466 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11101100 | 0 | 101100 | 111 | 0 | 100110110 | 1100010 | 1001110 |
Color Harmonies of #FE8EEC
Complementary color
Monochromatic Colors of #FE8EEC
Black with #FE8EEC
Text Example
Text Example
White with #FE8EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EEC; }
p { color: rgb(254,142,236); }
H1.HeaderClassName
{
color: #FE8EEC;
}
.AnyTagClassName
{
color: #FE8EEC;
}
</style>
background-color css
<style>
a { background-color: #FE8EEC; }
a { background-color: rgb(254,142,236); }
div.DivClassName
{
background-color: #FE8EEC;
}
.BgClassName
{
background-color: #FE8EEC;
}
</style>
border-color css
<style>
span { border-color: #FE8EEC; }
span { border-color: rgb(254,142,236); }
td.TdClassName
{
border-color: #FE8EEC;
}
.TagClassName
{
border-color: #FE8EEC;
}
</style>