Shades of Pale Magenta #FE7CE9
Tints of Pale Magenta #FE7CE9
RGB
CMYK
RGB Variations
Color information
#FE7CE9 (or 0xFE7CE9) is known color: Pale Magenta. HEX triplet: FE, 7C and E9. RGB value is (254,124,233). Sum of RGB (Red+Green+Blue) = 254+124+233=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CE9 is #018316. Grayscale: #AEAEAE. Windows color (decimal): -99095 or 15301886. OLE color: 15301886.
HSL color Cylindrical-coordinate representation of color #FE7CE9: hue angle of 309.69º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CE9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 233 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.00 |
| HSL | 309.69º | 0.98% | 0.74% | - |
| HSV(B) | 309.69º | 0.51% | 1% | - |
| XYZ | 62.79 | 41.37 | 81.77 | - |
| YUV | 175.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 233 | 0 | 0.51 | 0.08 | 0.00 | 309.69 | 0.98 | 0.74 |
| Hex | FE | 7C | E9 | 0 | 33 | 8 | 0 | 136 | 62 | 4A |
| Octal | 376 | 174 | 351 | 0 | 63 | 10 | 0 | 466 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11101001 | 0 | 110011 | 1000 | 0 | 100110110 | 1100010 | 1001010 |
Color Harmonies of #FE7CE9
Complementary color
Monochromatic Colors of #FE7CE9
Black with #FE7CE9
Text Example
Text Example
White with #FE7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CE9; }
p { color: rgb(254,124,233); }
H1.HeaderClassName
{
color: #FE7CE9;
}
.AnyTagClassName
{
color: #FE7CE9;
}
</style>
background-color css
<style>
a { background-color: #FE7CE9; }
a { background-color: rgb(254,124,233); }
div.DivClassName
{
background-color: #FE7CE9;
}
.BgClassName
{
background-color: #FE7CE9;
}
</style>
border-color css
<style>
span { border-color: #FE7CE9; }
span { border-color: rgb(254,124,233); }
td.TdClassName
{
border-color: #FE7CE9;
}
.TagClassName
{
border-color: #FE7CE9;
}
</style>