Shades of Pale Magenta #FE8DEA
Tints of Pale Magenta #FE8DEA
RGB
CMYK
RGB Variations
Color information
#FE8DEA (or 0xFE8DEA) is known color: Pale Magenta. HEX triplet: FE, 8D and EA. RGB value is (254,141,234). Sum of RGB (Red+Green+Blue) = 254+141+234=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 141 (55.47% from 255 or 22.42% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DEA is #017215. Grayscale: #B9B9B9. Windows color (decimal): -94742 or 15371774. OLE color: 15371774.
HSL color Cylindrical-coordinate representation of color #FE8DEA: hue angle of 310.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DEA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 234 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.00 |
| HSL | 310.62º | 0.98% | 0.77% | - |
| HSV(B) | 310.62º | 0.44% | 1% | - |
| XYZ | 65.25 | 46.06 | 83.29 | - |
| YUV | 185.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 234 | 0 | 0.44 | 0.08 | 0.00 | 310.62 | 0.98 | 0.77 |
| Hex | FE | 8D | EA | 0 | 2C | 8 | 0 | 137 | 62 | 4D |
| Octal | 376 | 215 | 352 | 0 | 54 | 10 | 0 | 467 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11101010 | 0 | 101100 | 1000 | 0 | 100110111 | 1100010 | 1001101 |
Color Harmonies of #FE8DEA
Complementary color
Monochromatic Colors of #FE8DEA
Black with #FE8DEA
Text Example
Text Example
White with #FE8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DEA; }
p { color: rgb(254,141,234); }
H1.HeaderClassName
{
color: #FE8DEA;
}
.AnyTagClassName
{
color: #FE8DEA;
}
</style>
background-color css
<style>
a { background-color: #FE8DEA; }
a { background-color: rgb(254,141,234); }
div.DivClassName
{
background-color: #FE8DEA;
}
.BgClassName
{
background-color: #FE8DEA;
}
</style>
border-color css
<style>
span { border-color: #FE8DEA; }
span { border-color: rgb(254,141,234); }
td.TdClassName
{
border-color: #FE8DEA;
}
.TagClassName
{
border-color: #FE8DEA;
}
</style>