Shades of Pale Magenta #FD8DE1
Tints of Pale Magenta #FD8DE1
RGB
CMYK
RGB Variations
Color information
#FD8DE1 (or 0xFD8DE1) is known color: Pale Magenta. HEX triplet: FD, 8D and E1. RGB value is (253,141,225). Sum of RGB (Red+Green+Blue) = 253+141+225=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8DE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8DE1 is #02721E. Grayscale: #B7B7B7. Windows color (decimal): -160287 or 14781949. OLE color: 14781949.
HSL color Cylindrical-coordinate representation of color #FD8DE1: hue angle of 315º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8DE1 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 225 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.01 |
| HSL | 315º | 0.97% | 0.77% | - |
| HSV(B) | 315º | 0.44% | 0.99% | - |
| XYZ | 63.62 | 45.37 | 76.64 | - |
| YUV | 184.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 225 | 0 | 0.44 | 0.11 | 0.01 | 315 | 0.97 | 0.77 |
| Hex | FD | 8D | E1 | 0 | 2C | B | 1 | 13B | 61 | 4D |
| Octal | 375 | 215 | 341 | 0 | 54 | 13 | 1 | 473 | 141 | 115 |
| Binary | 11111101 | 10001101 | 11100001 | 0 | 101100 | 1011 | 1 | 100111011 | 1100001 | 1001101 |
Color Harmonies of #FD8DE1
Complementary color
Monochromatic Colors of #FD8DE1
Black with #FD8DE1
Text Example
Text Example
White with #FD8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8DE1; }
p { color: rgb(253,141,225); }
H1.HeaderClassName
{
color: #FD8DE1;
}
.AnyTagClassName
{
color: #FD8DE1;
}
</style>
background-color css
<style>
a { background-color: #FD8DE1; }
a { background-color: rgb(253,141,225); }
div.DivClassName
{
background-color: #FD8DE1;
}
.BgClassName
{
background-color: #FD8DE1;
}
</style>
border-color css
<style>
span { border-color: #FD8DE1; }
span { border-color: rgb(253,141,225); }
td.TdClassName
{
border-color: #FD8DE1;
}
.TagClassName
{
border-color: #FD8DE1;
}
</style>