Shades of Pale Magenta #FE7EDC
Tints of Pale Magenta #FE7EDC
RGB
CMYK
RGB Variations
Color information
#FE7EDC (or 0xFE7EDC) is known color: Pale Magenta. HEX triplet: FE, 7E and DC. RGB value is (254,126,220). Sum of RGB (Red+Green+Blue) = 254+126+220=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EDC is #018123. Grayscale: #AEAEAE. Windows color (decimal): -98596 or 14450430. OLE color: 14450430.
HSL color Cylindrical-coordinate representation of color #FE7EDC: hue angle of 315.94º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7EDC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 220 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.00 |
| HSL | 315.94º | 0.98% | 0.75% | - |
| HSV(B) | 315.94º | 0.5% | 1% | - |
| XYZ | 61.25 | 41.16 | 72.43 | - |
| YUV | 174.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 220 | 0 | 0.50 | 0.13 | 0.00 | 315.94 | 0.98 | 0.75 |
| Hex | FE | 7E | DC | 0 | 32 | D | 0 | 13C | 62 | 4B |
| Octal | 376 | 176 | 334 | 0 | 62 | 15 | 0 | 474 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11011100 | 0 | 110010 | 1101 | 0 | 100111100 | 1100010 | 1001011 |
Color Harmonies of #FE7EDC
Complementary color
Monochromatic Colors of #FE7EDC
Black with #FE7EDC
Text Example
Text Example
White with #FE7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EDC; }
p { color: rgb(254,126,220); }
H1.HeaderClassName
{
color: #FE7EDC;
}
.AnyTagClassName
{
color: #FE7EDC;
}
</style>
background-color css
<style>
a { background-color: #FE7EDC; }
a { background-color: rgb(254,126,220); }
div.DivClassName
{
background-color: #FE7EDC;
}
.BgClassName
{
background-color: #FE7EDC;
}
</style>
border-color css
<style>
span { border-color: #FE7EDC; }
span { border-color: rgb(254,126,220); }
td.TdClassName
{
border-color: #FE7EDC;
}
.TagClassName
{
border-color: #FE7EDC;
}
</style>