Shades of Pale Magenta #FE87DD
Tints of Pale Magenta #FE87DD
RGB
CMYK
RGB Variations
Color information
#FE87DD (or 0xFE87DD) is known color: Pale Magenta. HEX triplet: FE, 87 and DD. RGB value is (254,135,221). Sum of RGB (Red+Green+Blue) = 254+135+221=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 135 (53.12% from 255 or 22.13% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87DD is #017822. Grayscale: #B4B4B4. Windows color (decimal): -96291 or 14518270. OLE color: 14518270.
HSL color Cylindrical-coordinate representation of color #FE87DD: hue angle of 316.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE87DD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 221 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.00 |
| HSL | 316.64º | 0.98% | 0.76% | - |
| HSV(B) | 316.64º | 0.47% | 1% | - |
| XYZ | 62.59 | 43.62 | 73.53 | - |
| YUV | 180.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 221 | 0 | 0.47 | 0.13 | 0.00 | 316.64 | 0.98 | 0.76 |
| Hex | FE | 87 | DD | 0 | 2F | D | 0 | 13D | 62 | 4C |
| Octal | 376 | 207 | 335 | 0 | 57 | 15 | 0 | 475 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11011101 | 0 | 101111 | 1101 | 0 | 100111101 | 1100010 | 1001100 |
Color Harmonies of #FE87DD
Complementary color
Monochromatic Colors of #FE87DD
Black with #FE87DD
Text Example
Text Example
White with #FE87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87DD; }
p { color: rgb(254,135,221); }
H1.HeaderClassName
{
color: #FE87DD;
}
.AnyTagClassName
{
color: #FE87DD;
}
</style>
background-color css
<style>
a { background-color: #FE87DD; }
a { background-color: rgb(254,135,221); }
div.DivClassName
{
background-color: #FE87DD;
}
.BgClassName
{
background-color: #FE87DD;
}
</style>
border-color css
<style>
span { border-color: #FE87DD; }
span { border-color: rgb(254,135,221); }
td.TdClassName
{
border-color: #FE87DD;
}
.TagClassName
{
border-color: #FE87DD;
}
</style>