Shades of Pale Magenta #FD91EC
Tints of Pale Magenta #FD91EC
RGB
CMYK
RGB Variations
Color information
#FD91EC (or 0xFD91EC) is known color: Pale Magenta. HEX triplet: FD, 91 and EC. RGB value is (253,145,236). Sum of RGB (Red+Green+Blue) = 253+145+236=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD91EC is #026E13. Grayscale: #BBBBBB. Windows color (decimal): -159252 or 15503869. OLE color: 15503869.
HSL color Cylindrical-coordinate representation of color #FD91EC: hue angle of 309.44º 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 #FD91EC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 236 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.01 |
| HSL | 309.44º | 0.96% | 0.78% | - |
| HSV(B) | 309.44º | 0.43% | 0.99% | - |
| XYZ | 65.77 | 47.19 | 85 | - |
| YUV | 187.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 236 | 0 | 0.43 | 0.07 | 0.01 | 309.44 | 0.96 | 0.78 |
| Hex | FD | 91 | EC | 0 | 2B | 7 | 1 | 135 | 60 | 4E |
| Octal | 375 | 221 | 354 | 0 | 53 | 7 | 1 | 465 | 140 | 116 |
| Binary | 11111101 | 10010001 | 11101100 | 0 | 101011 | 111 | 1 | 100110101 | 1100000 | 1001110 |
Color Harmonies of #FD91EC
Complementary color
Monochromatic Colors of #FD91EC
Black with #FD91EC
Text Example
Text Example
White with #FD91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD91EC; }
p { color: rgb(253,145,236); }
H1.HeaderClassName
{
color: #FD91EC;
}
.AnyTagClassName
{
color: #FD91EC;
}
</style>
background-color css
<style>
a { background-color: #FD91EC; }
a { background-color: rgb(253,145,236); }
div.DivClassName
{
background-color: #FD91EC;
}
.BgClassName
{
background-color: #FD91EC;
}
</style>
border-color css
<style>
span { border-color: #FD91EC; }
span { border-color: rgb(253,145,236); }
td.TdClassName
{
border-color: #FD91EC;
}
.TagClassName
{
border-color: #FD91EC;
}
</style>