Shades of Pale Magenta #FE7EDE
Tints of Pale Magenta #FE7EDE
RGB
CMYK
RGB Variations
Color information
#FE7EDE (or 0xFE7EDE) is known color: Pale Magenta. HEX triplet: FE, 7E and DE. RGB value is (254,126,222). Sum of RGB (Red+Green+Blue) = 254+126+222=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EDE is #018121. Grayscale: #AEAEAE. Windows color (decimal): -98594 or 14581502. OLE color: 14581502.
HSL color Cylindrical-coordinate representation of color #FE7EDE: hue angle of 315º 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 #FE7EDE is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 222 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.00 |
| HSL | 315º | 0.98% | 0.75% | - |
| HSV(B) | 315º | 0.5% | 1% | - |
| XYZ | 61.52 | 41.27 | 73.83 | - |
| YUV | 175.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 222 | 0 | 0.50 | 0.13 | 0.00 | 315 | 0.98 | 0.75 |
| Hex | FE | 7E | DE | 0 | 32 | D | 0 | 13B | 62 | 4B |
| Octal | 376 | 176 | 336 | 0 | 62 | 15 | 0 | 473 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11011110 | 0 | 110010 | 1101 | 0 | 100111011 | 1100010 | 1001011 |
Color Harmonies of #FE7EDE
Complementary color
Monochromatic Colors of #FE7EDE
Black with #FE7EDE
Text Example
Text Example
White with #FE7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EDE; }
p { color: rgb(254,126,222); }
H1.HeaderClassName
{
color: #FE7EDE;
}
.AnyTagClassName
{
color: #FE7EDE;
}
</style>
background-color css
<style>
a { background-color: #FE7EDE; }
a { background-color: rgb(254,126,222); }
div.DivClassName
{
background-color: #FE7EDE;
}
.BgClassName
{
background-color: #FE7EDE;
}
</style>
border-color css
<style>
span { border-color: #FE7EDE; }
span { border-color: rgb(254,126,222); }
td.TdClassName
{
border-color: #FE7EDE;
}
.TagClassName
{
border-color: #FE7EDE;
}
</style>