Shades of Pale Magenta #FE87DB
Tints of Pale Magenta #FE87DB
RGB
CMYK
RGB Variations
Color information
#FE87DB (or 0xFE87DB) is known color: Pale Magenta. HEX triplet: FE, 87 and DB. RGB value is (254,135,219). Sum of RGB (Red+Green+Blue) = 254+135+219=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 135 (53.12% from 255 or 22.20% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87DB is #017824. Grayscale: #B3B3B3. Windows color (decimal): -96293 or 14387198. OLE color: 14387198.
HSL color Cylindrical-coordinate representation of color #FE87DB: hue angle of 317.65º 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 #FE87DB is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 219 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.00 |
| HSL | 317.65º | 0.98% | 0.76% | - |
| HSV(B) | 317.65º | 0.47% | 1% | - |
| XYZ | 62.32 | 43.51 | 72.13 | - |
| YUV | 180.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 219 | 0 | 0.47 | 0.14 | 0.00 | 317.65 | 0.98 | 0.76 |
| Hex | FE | 87 | DB | 0 | 2F | E | 0 | 13E | 62 | 4C |
| Octal | 376 | 207 | 333 | 0 | 57 | 16 | 0 | 476 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11011011 | 0 | 101111 | 1110 | 0 | 100111110 | 1100010 | 1001100 |
Color Harmonies of #FE87DB
Complementary color
Monochromatic Colors of #FE87DB
Black with #FE87DB
Text Example
Text Example
White with #FE87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87DB; }
p { color: rgb(254,135,219); }
H1.HeaderClassName
{
color: #FE87DB;
}
.AnyTagClassName
{
color: #FE87DB;
}
</style>
background-color css
<style>
a { background-color: #FE87DB; }
a { background-color: rgb(254,135,219); }
div.DivClassName
{
background-color: #FE87DB;
}
.BgClassName
{
background-color: #FE87DB;
}
</style>
border-color css
<style>
span { border-color: #FE87DB; }
span { border-color: rgb(254,135,219); }
td.TdClassName
{
border-color: #FE87DB;
}
.TagClassName
{
border-color: #FE87DB;
}
</style>