Shades of Pale Magenta #FE92EC
Tints of Pale Magenta #FE92EC
RGB
CMYK
RGB Variations
Color information
#FE92EC (or 0xFE92EC) is known color: Pale Magenta. HEX triplet: FE, 92 and EC. RGB value is (254,146,236). Sum of RGB (Red+Green+Blue) = 254+146+236=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 146 (57.42% from 255 or 22.96% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92EC is #016D13. Grayscale: #BCBCBC. Windows color (decimal): -93460 or 15504126. OLE color: 15504126.
HSL color Cylindrical-coordinate representation of color #FE92EC: hue angle of 310º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE92EC is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 236 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.00 |
| HSL | 310º | 0.98% | 0.78% | - |
| HSV(B) | 310º | 0.43% | 1% | - |
| XYZ | 66.29 | 47.68 | 85.07 | - |
| YUV | 188.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 236 | 0 | 0.43 | 0.07 | 0.00 | 310 | 0.98 | 0.78 |
| Hex | FE | 92 | EC | 0 | 2B | 7 | 0 | 136 | 62 | 4E |
| Octal | 376 | 222 | 354 | 0 | 53 | 7 | 0 | 466 | 142 | 116 |
| Binary | 11111110 | 10010010 | 11101100 | 0 | 101011 | 111 | 0 | 100110110 | 1100010 | 1001110 |
Color Harmonies of #FE92EC
Complementary color
Monochromatic Colors of #FE92EC
Black with #FE92EC
Text Example
Text Example
White with #FE92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE92EC; }
p { color: rgb(254,146,236); }
H1.HeaderClassName
{
color: #FE92EC;
}
.AnyTagClassName
{
color: #FE92EC;
}
</style>
background-color css
<style>
a { background-color: #FE92EC; }
a { background-color: rgb(254,146,236); }
div.DivClassName
{
background-color: #FE92EC;
}
.BgClassName
{
background-color: #FE92EC;
}
</style>
border-color css
<style>
span { border-color: #FE92EC; }
span { border-color: rgb(254,146,236); }
td.TdClassName
{
border-color: #FE92EC;
}
.TagClassName
{
border-color: #FE92EC;
}
</style>