Shades of Pale Magenta #FE8DF0
Tints of Pale Magenta #FE8DF0
RGB
CMYK
RGB Variations
Color information
#FE8DF0 (or 0xFE8DF0) is known color: Pale Magenta. HEX triplet: FE, 8D and F0. RGB value is (254,141,240). Sum of RGB (Red+Green+Blue) = 254+141+240=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DF0 is #01720F. Grayscale: #B9B9B9. Windows color (decimal): -94736 or 15764990. OLE color: 15764990.
HSL color Cylindrical-coordinate representation of color #FE8DF0: hue angle of 307.43º 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 #FE8DF0 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 240 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.00 |
| HSL | 307.43º | 0.98% | 0.77% | - |
| HSV(B) | 307.43º | 0.44% | 1% | - |
| XYZ | 66.13 | 46.41 | 87.91 | - |
| YUV | 186.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 240 | 0 | 0.44 | 0.06 | 0.00 | 307.43 | 0.98 | 0.77 |
| Hex | FE | 8D | F0 | 0 | 2C | 6 | 0 | 133 | 62 | 4D |
| Octal | 376 | 215 | 360 | 0 | 54 | 6 | 0 | 463 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11110000 | 0 | 101100 | 110 | 0 | 100110011 | 1100010 | 1001101 |
Color Harmonies of #FE8DF0
Complementary color
Monochromatic Colors of #FE8DF0
Black with #FE8DF0
Text Example
Text Example
White with #FE8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DF0; }
p { color: rgb(254,141,240); }
H1.HeaderClassName
{
color: #FE8DF0;
}
.AnyTagClassName
{
color: #FE8DF0;
}
</style>
background-color css
<style>
a { background-color: #FE8DF0; }
a { background-color: rgb(254,141,240); }
div.DivClassName
{
background-color: #FE8DF0;
}
.BgClassName
{
background-color: #FE8DF0;
}
</style>
border-color css
<style>
span { border-color: #FE8DF0; }
span { border-color: rgb(254,141,240); }
td.TdClassName
{
border-color: #FE8DF0;
}
.TagClassName
{
border-color: #FE8DF0;
}
</style>