Shades of Pale Magenta #FE8CF5
Tints of Pale Magenta #FE8CF5
RGB
CMYK
RGB Variations
Color information
#FE8CF5 (or 0xFE8CF5) is known color: Pale Magenta. HEX triplet: FE, 8C and F5. RGB value is (254,140,245). Sum of RGB (Red+Green+Blue) = 254+140+245=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 140 (55.08% from 255 or 21.91% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CF5 is #01730A. Grayscale: #B9B9B9. Windows color (decimal): -94987 or 16092414. OLE color: 16092414.
HSL color Cylindrical-coordinate representation of color #FE8CF5: hue angle of 304.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CF5 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 245 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.00 |
| HSL | 304.74º | 0.98% | 0.77% | - |
| HSV(B) | 304.74º | 0.45% | 1% | - |
| XYZ | 66.73 | 46.42 | 91.83 | - |
| YUV | 186.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 245 | 0 | 0.45 | 0.04 | 0.00 | 304.74 | 0.98 | 0.77 |
| Hex | FE | 8C | F5 | 0 | 2D | 4 | 0 | 131 | 62 | 4D |
| Octal | 376 | 214 | 365 | 0 | 55 | 4 | 0 | 461 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11110101 | 0 | 101101 | 100 | 0 | 100110001 | 1100010 | 1001101 |
Color Harmonies of #FE8CF5
Complementary color
Monochromatic Colors of #FE8CF5
Black with #FE8CF5
Text Example
Text Example
White with #FE8CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CF5; }
p { color: rgb(254,140,245); }
H1.HeaderClassName
{
color: #FE8CF5;
}
.AnyTagClassName
{
color: #FE8CF5;
}
</style>
background-color css
<style>
a { background-color: #FE8CF5; }
a { background-color: rgb(254,140,245); }
div.DivClassName
{
background-color: #FE8CF5;
}
.BgClassName
{
background-color: #FE8CF5;
}
</style>
border-color css
<style>
span { border-color: #FE8CF5; }
span { border-color: rgb(254,140,245); }
td.TdClassName
{
border-color: #FE8CF5;
}
.TagClassName
{
border-color: #FE8CF5;
}
</style>