Shades of Pale Magenta #FD8CE1
Tints of Pale Magenta #FD8CE1
RGB
CMYK
RGB Variations
Color information
#FD8CE1 (or 0xFD8CE1) is known color: Pale Magenta. HEX triplet: FD, 8C and E1. RGB value is (253,140,225). Sum of RGB (Red+Green+Blue) = 253+140+225=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CE1 is #02731E. Grayscale: #B7B7B7. Windows color (decimal): -160543 or 14781693. OLE color: 14781693.
HSL color Cylindrical-coordinate representation of color #FD8CE1: hue angle of 314.87º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CE1 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 225 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.01 |
| HSL | 314.87º | 0.97% | 0.77% | - |
| HSV(B) | 314.87º | 0.45% | 0.99% | - |
| XYZ | 63.48 | 45.08 | 76.59 | - |
| YUV | 183.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 225 | 0 | 0.45 | 0.11 | 0.01 | 314.87 | 0.97 | 0.77 |
| Hex | FD | 8C | E1 | 0 | 2D | B | 1 | 13B | 61 | 4D |
| Octal | 375 | 214 | 341 | 0 | 55 | 13 | 1 | 473 | 141 | 115 |
| Binary | 11111101 | 10001100 | 11100001 | 0 | 101101 | 1011 | 1 | 100111011 | 1100001 | 1001101 |
Color Harmonies of #FD8CE1
Complementary color
Monochromatic Colors of #FD8CE1
Black with #FD8CE1
Text Example
Text Example
White with #FD8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CE1; }
p { color: rgb(253,140,225); }
H1.HeaderClassName
{
color: #FD8CE1;
}
.AnyTagClassName
{
color: #FD8CE1;
}
</style>
background-color css
<style>
a { background-color: #FD8CE1; }
a { background-color: rgb(253,140,225); }
div.DivClassName
{
background-color: #FD8CE1;
}
.BgClassName
{
background-color: #FD8CE1;
}
</style>
border-color css
<style>
span { border-color: #FD8CE1; }
span { border-color: rgb(253,140,225); }
td.TdClassName
{
border-color: #FD8CE1;
}
.TagClassName
{
border-color: #FD8CE1;
}
</style>