Shades of Pale Magenta #FD88E1
Tints of Pale Magenta #FD88E1
RGB
CMYK
RGB Variations
Color information
#FD88E1 (or 0xFD88E1) is known color: Pale Magenta. HEX triplet: FD, 88 and E1. RGB value is (253,136,225). Sum of RGB (Red+Green+Blue) = 253+136+225=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD88E1 is #02771E. Grayscale: #B4B4B4. Windows color (decimal): -161567 or 14780669. OLE color: 14780669.
HSL color Cylindrical-coordinate representation of color #FD88E1: hue angle of 314.36º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88E1 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 225 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.01 |
| HSL | 314.36º | 0.97% | 0.76% | - |
| HSV(B) | 314.36º | 0.46% | 0.99% | - |
| XYZ | 62.9 | 43.93 | 76.4 | - |
| YUV | 181.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 225 | 0 | 0.46 | 0.11 | 0.01 | 314.36 | 0.97 | 0.76 |
| Hex | FD | 88 | E1 | 0 | 2E | B | 1 | 13A | 61 | 4C |
| Octal | 375 | 210 | 341 | 0 | 56 | 13 | 1 | 472 | 141 | 114 |
| Binary | 11111101 | 10001000 | 11100001 | 0 | 101110 | 1011 | 1 | 100111010 | 1100001 | 1001100 |
Color Harmonies of #FD88E1
Complementary color
Monochromatic Colors of #FD88E1
Black with #FD88E1
Text Example
Text Example
White with #FD88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD88E1; }
p { color: rgb(253,136,225); }
H1.HeaderClassName
{
color: #FD88E1;
}
.AnyTagClassName
{
color: #FD88E1;
}
</style>
background-color css
<style>
a { background-color: #FD88E1; }
a { background-color: rgb(253,136,225); }
div.DivClassName
{
background-color: #FD88E1;
}
.BgClassName
{
background-color: #FD88E1;
}
</style>
border-color css
<style>
span { border-color: #FD88E1; }
span { border-color: rgb(253,136,225); }
td.TdClassName
{
border-color: #FD88E1;
}
.TagClassName
{
border-color: #FD88E1;
}
</style>