Shades of Pale Magenta #FD90EC
Tints of Pale Magenta #FD90EC
RGB
CMYK
RGB Variations
Color information
#FD90EC (or 0xFD90EC) is known color: Pale Magenta. HEX triplet: FD, 90 and EC. RGB value is (253,144,236). Sum of RGB (Red+Green+Blue) = 253+144+236=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 144 (56.64% from 255 or 22.75% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90EC is #026F13. Grayscale: #BABABA. Windows color (decimal): -159508 or 15503613. OLE color: 15503613.
HSL color Cylindrical-coordinate representation of color #FD90EC: hue angle of 309.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90EC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 236 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.01 |
| HSL | 309.36º | 0.96% | 0.78% | - |
| HSV(B) | 309.36º | 0.43% | 0.99% | - |
| XYZ | 65.62 | 46.89 | 84.95 | - |
| YUV | 187.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 236 | 0 | 0.43 | 0.07 | 0.01 | 309.36 | 0.96 | 0.78 |
| Hex | FD | 90 | EC | 0 | 2B | 7 | 1 | 135 | 60 | 4E |
| Octal | 375 | 220 | 354 | 0 | 53 | 7 | 1 | 465 | 140 | 116 |
| Binary | 11111101 | 10010000 | 11101100 | 0 | 101011 | 111 | 1 | 100110101 | 1100000 | 1001110 |
Color Harmonies of #FD90EC
Complementary color
Monochromatic Colors of #FD90EC
Black with #FD90EC
Text Example
Text Example
White with #FD90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90EC; }
p { color: rgb(253,144,236); }
H1.HeaderClassName
{
color: #FD90EC;
}
.AnyTagClassName
{
color: #FD90EC;
}
</style>
background-color css
<style>
a { background-color: #FD90EC; }
a { background-color: rgb(253,144,236); }
div.DivClassName
{
background-color: #FD90EC;
}
.BgClassName
{
background-color: #FD90EC;
}
</style>
border-color css
<style>
span { border-color: #FD90EC; }
span { border-color: rgb(253,144,236); }
td.TdClassName
{
border-color: #FD90EC;
}
.TagClassName
{
border-color: #FD90EC;
}
</style>