Shades of Pale Magenta #FD93EC
Tints of Pale Magenta #FD93EC
RGB
CMYK
RGB Variations
Color information
#FD93EC (or 0xFD93EC) is known color: Pale Magenta. HEX triplet: FD, 93 and EC. RGB value is (253,147,236). Sum of RGB (Red+Green+Blue) = 253+147+236=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93EC is #026C13. Grayscale: #BCBCBC. Windows color (decimal): -158740 or 15504381. OLE color: 15504381.
HSL color Cylindrical-coordinate representation of color #FD93EC: hue angle of 309.62º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93EC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 236 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.01 |
| HSL | 309.62º | 0.96% | 0.78% | - |
| HSV(B) | 309.62º | 0.42% | 0.99% | - |
| XYZ | 66.08 | 47.81 | 85.1 | - |
| YUV | 188.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 236 | 0 | 0.42 | 0.07 | 0.01 | 309.62 | 0.96 | 0.78 |
| Hex | FD | 93 | EC | 0 | 2A | 7 | 1 | 136 | 60 | 4E |
| Octal | 375 | 223 | 354 | 0 | 52 | 7 | 1 | 466 | 140 | 116 |
| Binary | 11111101 | 10010011 | 11101100 | 0 | 101010 | 111 | 1 | 100110110 | 1100000 | 1001110 |
Color Harmonies of #FD93EC
Complementary color
Monochromatic Colors of #FD93EC
Black with #FD93EC
Text Example
Text Example
White with #FD93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD93EC; }
p { color: rgb(253,147,236); }
H1.HeaderClassName
{
color: #FD93EC;
}
.AnyTagClassName
{
color: #FD93EC;
}
</style>
background-color css
<style>
a { background-color: #FD93EC; }
a { background-color: rgb(253,147,236); }
div.DivClassName
{
background-color: #FD93EC;
}
.BgClassName
{
background-color: #FD93EC;
}
</style>
border-color css
<style>
span { border-color: #FD93EC; }
span { border-color: rgb(253,147,236); }
td.TdClassName
{
border-color: #FD93EC;
}
.TagClassName
{
border-color: #FD93EC;
}
</style>