Shades of Pale Magenta #FE93EC
Tints of Pale Magenta #FE93EC
RGB
CMYK
RGB Variations
Color information
#FE93EC (or 0xFE93EC) is known color: Pale Magenta. HEX triplet: FE, 93 and EC. RGB value is (254,147,236). Sum of RGB (Red+Green+Blue) = 254+147+236=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93EC is #016C13. Grayscale: #BCBCBC. Windows color (decimal): -93204 or 15504382. OLE color: 15504382.
HSL color Cylindrical-coordinate representation of color #FE93EC: hue angle of 310.09º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE93EC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 236 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.00 |
| HSL | 310.09º | 0.98% | 0.79% | - |
| HSV(B) | 310.09º | 0.42% | 1% | - |
| XYZ | 66.45 | 47.99 | 85.12 | - |
| YUV | 189.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 236 | 0 | 0.42 | 0.07 | 0.00 | 310.09 | 0.98 | 0.79 |
| Hex | FE | 93 | EC | 0 | 2A | 7 | 0 | 136 | 62 | 4F |
| Octal | 376 | 223 | 354 | 0 | 52 | 7 | 0 | 466 | 142 | 117 |
| Binary | 11111110 | 10010011 | 11101100 | 0 | 101010 | 111 | 0 | 100110110 | 1100010 | 1001111 |
Color Harmonies of #FE93EC
Complementary color
Monochromatic Colors of #FE93EC
Black with #FE93EC
Text Example
Text Example
White with #FE93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE93EC; }
p { color: rgb(254,147,236); }
H1.HeaderClassName
{
color: #FE93EC;
}
.AnyTagClassName
{
color: #FE93EC;
}
</style>
background-color css
<style>
a { background-color: #FE93EC; }
a { background-color: rgb(254,147,236); }
div.DivClassName
{
background-color: #FE93EC;
}
.BgClassName
{
background-color: #FE93EC;
}
</style>
border-color css
<style>
span { border-color: #FE93EC; }
span { border-color: rgb(254,147,236); }
td.TdClassName
{
border-color: #FE93EC;
}
.TagClassName
{
border-color: #FE93EC;
}
</style>