Shades of Pale Magenta #FE80DD
Tints of Pale Magenta #FE80DD
RGB
CMYK
RGB Variations
Color information
#FE80DD (or 0xFE80DD) is known color: Pale Magenta. HEX triplet: FE, 80 and DD. RGB value is (254,128,221). Sum of RGB (Red+Green+Blue) = 254+128+221=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80DD is #017F22. Grayscale: #B0B0B0. Windows color (decimal): -98083 or 14516478. OLE color: 14516478.
HSL color Cylindrical-coordinate representation of color #FE80DD: hue angle of 315.71º 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 #FE80DD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 221 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.00 |
| HSL | 315.71º | 0.98% | 0.75% | - |
| HSV(B) | 315.71º | 0.5% | 1% | - |
| XYZ | 61.64 | 41.73 | 73.21 | - |
| YUV | 176.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 221 | 0 | 0.50 | 0.13 | 0.00 | 315.71 | 0.98 | 0.75 |
| Hex | FE | 80 | DD | 0 | 32 | D | 0 | 13C | 62 | 4B |
| Octal | 376 | 200 | 335 | 0 | 62 | 15 | 0 | 474 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11011101 | 0 | 110010 | 1101 | 0 | 100111100 | 1100010 | 1001011 |
Color Harmonies of #FE80DD
Complementary color
Monochromatic Colors of #FE80DD
Black with #FE80DD
Text Example
Text Example
White with #FE80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80DD; }
p { color: rgb(254,128,221); }
H1.HeaderClassName
{
color: #FE80DD;
}
.AnyTagClassName
{
color: #FE80DD;
}
</style>
background-color css
<style>
a { background-color: #FE80DD; }
a { background-color: rgb(254,128,221); }
div.DivClassName
{
background-color: #FE80DD;
}
.BgClassName
{
background-color: #FE80DD;
}
</style>
border-color css
<style>
span { border-color: #FE80DD; }
span { border-color: rgb(254,128,221); }
td.TdClassName
{
border-color: #FE80DD;
}
.TagClassName
{
border-color: #FE80DD;
}
</style>