Shades of Pale Magenta #FE80DF
Tints of Pale Magenta #FE80DF
RGB
CMYK
RGB Variations
Color information
#FE80DF (or 0xFE80DF) is known color: Pale Magenta. HEX triplet: FE, 80 and DF. RGB value is (254,128,223). Sum of RGB (Red+Green+Blue) = 254+128+223=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80DF is #017F20. Grayscale: #B0B0B0. Windows color (decimal): -98081 or 14647550. OLE color: 14647550.
HSL color Cylindrical-coordinate representation of color #FE80DF: hue angle of 314.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80DF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 223 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.00 |
| HSL | 314.76º | 0.98% | 0.75% | - |
| HSV(B) | 314.76º | 0.5% | 1% | - |
| XYZ | 61.91 | 41.84 | 74.62 | - |
| YUV | 176.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 223 | 0 | 0.50 | 0.12 | 0.00 | 314.76 | 0.98 | 0.75 |
| Hex | FE | 80 | DF | 0 | 32 | C | 0 | 13B | 62 | 4B |
| Octal | 376 | 200 | 337 | 0 | 62 | 14 | 0 | 473 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11011111 | 0 | 110010 | 1100 | 0 | 100111011 | 1100010 | 1001011 |
Color Harmonies of #FE80DF
Complementary color
Monochromatic Colors of #FE80DF
Black with #FE80DF
Text Example
Text Example
White with #FE80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80DF; }
p { color: rgb(254,128,223); }
H1.HeaderClassName
{
color: #FE80DF;
}
.AnyTagClassName
{
color: #FE80DF;
}
</style>
background-color css
<style>
a { background-color: #FE80DF; }
a { background-color: rgb(254,128,223); }
div.DivClassName
{
background-color: #FE80DF;
}
.BgClassName
{
background-color: #FE80DF;
}
</style>
border-color css
<style>
span { border-color: #FE80DF; }
span { border-color: rgb(254,128,223); }
td.TdClassName
{
border-color: #FE80DF;
}
.TagClassName
{
border-color: #FE80DF;
}
</style>