Shades of Pale Magenta #FE8AE5
Tints of Pale Magenta #FE8AE5
RGB
CMYK
RGB Variations
Color information
#FE8AE5 (or 0xFE8AE5) is known color: Pale Magenta. HEX triplet: FE, 8A and E5. RGB value is (254,138,229). Sum of RGB (Red+Green+Blue) = 254+138+229=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AE5 is #01751A. Grayscale: #B6B6B6. Windows color (decimal): -95515 or 15043326. OLE color: 15043326.
HSL color Cylindrical-coordinate representation of color #FE8AE5: hue angle of 312.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AE5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 229 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.00 |
| HSL | 312.93º | 0.98% | 0.77% | - |
| HSV(B) | 312.93º | 0.46% | 1% | - |
| XYZ | 64.1 | 44.9 | 79.42 | - |
| YUV | 183.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 229 | 0 | 0.46 | 0.10 | 0.00 | 312.93 | 0.98 | 0.77 |
| Hex | FE | 8A | E5 | 0 | 2E | A | 0 | 139 | 62 | 4D |
| Octal | 376 | 212 | 345 | 0 | 56 | 12 | 0 | 471 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11100101 | 0 | 101110 | 1010 | 0 | 100111001 | 1100010 | 1001101 |
Color Harmonies of #FE8AE5
Complementary color
Monochromatic Colors of #FE8AE5
Black with #FE8AE5
Text Example
Text Example
White with #FE8AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AE5; }
p { color: rgb(254,138,229); }
H1.HeaderClassName
{
color: #FE8AE5;
}
.AnyTagClassName
{
color: #FE8AE5;
}
</style>
background-color css
<style>
a { background-color: #FE8AE5; }
a { background-color: rgb(254,138,229); }
div.DivClassName
{
background-color: #FE8AE5;
}
.BgClassName
{
background-color: #FE8AE5;
}
</style>
border-color css
<style>
span { border-color: #FE8AE5; }
span { border-color: rgb(254,138,229); }
td.TdClassName
{
border-color: #FE8AE5;
}
.TagClassName
{
border-color: #FE8AE5;
}
</style>