Shades of Pale Magenta #FE7CE6
Tints of Pale Magenta #FE7CE6
RGB
CMYK
RGB Variations
Color information
#FE7CE6 (or 0xFE7CE6) is known color: Pale Magenta. HEX triplet: FE, 7C and E6. RGB value is (254,124,230). Sum of RGB (Red+Green+Blue) = 254+124+230=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CE6 is #018319. Grayscale: #AEAEAE. Windows color (decimal): -99098 or 15105278. OLE color: 15105278.
HSL color Cylindrical-coordinate representation of color #FE7CE6: hue angle of 311.08º 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 #FE7CE6 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 230 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.00 |
| HSL | 311.08º | 0.98% | 0.74% | - |
| HSV(B) | 311.08º | 0.51% | 1% | - |
| XYZ | 62.36 | 41.2 | 79.53 | - |
| YUV | 174.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 230 | 0 | 0.51 | 0.09 | 0.00 | 311.08 | 0.98 | 0.74 |
| Hex | FE | 7C | E6 | 0 | 33 | 9 | 0 | 137 | 62 | 4A |
| Octal | 376 | 174 | 346 | 0 | 63 | 11 | 0 | 467 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11100110 | 0 | 110011 | 1001 | 0 | 100110111 | 1100010 | 1001010 |
Color Harmonies of #FE7CE6
Complementary color
Monochromatic Colors of #FE7CE6
Black with #FE7CE6
Text Example
Text Example
White with #FE7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CE6; }
p { color: rgb(254,124,230); }
H1.HeaderClassName
{
color: #FE7CE6;
}
.AnyTagClassName
{
color: #FE7CE6;
}
</style>
background-color css
<style>
a { background-color: #FE7CE6; }
a { background-color: rgb(254,124,230); }
div.DivClassName
{
background-color: #FE7CE6;
}
.BgClassName
{
background-color: #FE7CE6;
}
</style>
border-color css
<style>
span { border-color: #FE7CE6; }
span { border-color: rgb(254,124,230); }
td.TdClassName
{
border-color: #FE7CE6;
}
.TagClassName
{
border-color: #FE7CE6;
}
</style>