Shades of Pale Magenta #FE80D6
Tints of Pale Magenta #FE80D6
RGB
CMYK
RGB Variations
Color information
#FE80D6 (or 0xFE80D6) is known color: Pale Magenta. HEX triplet: FE, 80 and D6. RGB value is (254,128,214). Sum of RGB (Red+Green+Blue) = 254+128+214=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80D6 is #017F29. Grayscale: #AFAFAF. Windows color (decimal): -98090 or 14057726. OLE color: 14057726.
HSL color Cylindrical-coordinate representation of color #FE80D6: hue angle of 319.05º 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 #FE80D6 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 214 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.00 |
| HSL | 319.05º | 0.98% | 0.75% | - |
| HSV(B) | 319.05º | 0.5% | 1% | - |
| XYZ | 60.73 | 41.36 | 68.4 | - |
| YUV | 175.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 214 | 0 | 0.50 | 0.16 | 0.00 | 319.05 | 0.98 | 0.75 |
| Hex | FE | 80 | D6 | 0 | 32 | 10 | 0 | 13F | 62 | 4B |
| Octal | 376 | 200 | 326 | 0 | 62 | 20 | 0 | 477 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11010110 | 0 | 110010 | 10000 | 0 | 100111111 | 1100010 | 1001011 |
Color Harmonies of #FE80D6
Complementary color
Monochromatic Colors of #FE80D6
Black with #FE80D6
Text Example
Text Example
White with #FE80D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80D6; }
p { color: rgb(254,128,214); }
H1.HeaderClassName
{
color: #FE80D6;
}
.AnyTagClassName
{
color: #FE80D6;
}
</style>
background-color css
<style>
a { background-color: #FE80D6; }
a { background-color: rgb(254,128,214); }
div.DivClassName
{
background-color: #FE80D6;
}
.BgClassName
{
background-color: #FE80D6;
}
</style>
border-color css
<style>
span { border-color: #FE80D6; }
span { border-color: rgb(254,128,214); }
td.TdClassName
{
border-color: #FE80D6;
}
.TagClassName
{
border-color: #FE80D6;
}
</style>