Shades of Pale Magenta #FD8CE5
Tints of Pale Magenta #FD8CE5
RGB
CMYK
RGB Variations
Color information
#FD8CE5 (or 0xFD8CE5) is known color: Pale Magenta. HEX triplet: FD, 8C and E5. RGB value is (253,140,229). Sum of RGB (Red+Green+Blue) = 253+140+229=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 140 (55.08% from 255 or 22.51% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CE5 is #02731A. Grayscale: #B7B7B7. Windows color (decimal): -160539 or 15043837. OLE color: 15043837.
HSL color Cylindrical-coordinate representation of color #FD8CE5: hue angle of 312.74º 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 #FD8CE5 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 229 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.01 |
| HSL | 312.74º | 0.97% | 0.77% | - |
| HSV(B) | 312.74º | 0.45% | 0.99% | - |
| XYZ | 64.03 | 45.3 | 79.5 | - |
| YUV | 183.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 229 | 0 | 0.45 | 0.09 | 0.01 | 312.74 | 0.97 | 0.77 |
| Hex | FD | 8C | E5 | 0 | 2D | 9 | 1 | 139 | 61 | 4D |
| Octal | 375 | 214 | 345 | 0 | 55 | 11 | 1 | 471 | 141 | 115 |
| Binary | 11111101 | 10001100 | 11100101 | 0 | 101101 | 1001 | 1 | 100111001 | 1100001 | 1001101 |
Color Harmonies of #FD8CE5
Complementary color
Monochromatic Colors of #FD8CE5
Black with #FD8CE5
Text Example
Text Example
White with #FD8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CE5; }
p { color: rgb(253,140,229); }
H1.HeaderClassName
{
color: #FD8CE5;
}
.AnyTagClassName
{
color: #FD8CE5;
}
</style>
background-color css
<style>
a { background-color: #FD8CE5; }
a { background-color: rgb(253,140,229); }
div.DivClassName
{
background-color: #FD8CE5;
}
.BgClassName
{
background-color: #FD8CE5;
}
</style>
border-color css
<style>
span { border-color: #FD8CE5; }
span { border-color: rgb(253,140,229); }
td.TdClassName
{
border-color: #FD8CE5;
}
.TagClassName
{
border-color: #FD8CE5;
}
</style>