Shades of Pale Magenta #FE7EEC
Tints of Pale Magenta #FE7EEC
RGB
CMYK
RGB Variations
Color information
#FE7EEC (or 0xFE7EEC) is known color: Pale Magenta. HEX triplet: FE, 7E and EC. RGB value is (254,126,236). Sum of RGB (Red+Green+Blue) = 254+126+236=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 126 (49.61% from 255 or 20.45% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EEC is #018113. Grayscale: #B0B0B0. Windows color (decimal): -98580 or 15499006. OLE color: 15499006.
HSL color Cylindrical-coordinate representation of color #FE7EEC: hue angle of 308.44º 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 #FE7EEC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 236 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.00 |
| HSL | 308.44º | 0.98% | 0.75% | - |
| HSV(B) | 308.44º | 0.5% | 1% | - |
| XYZ | 63.47 | 42.05 | 84.13 | - |
| YUV | 176.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 236 | 0 | 0.50 | 0.07 | 0.00 | 308.44 | 0.98 | 0.75 |
| Hex | FE | 7E | EC | 0 | 32 | 7 | 0 | 134 | 62 | 4B |
| Octal | 376 | 176 | 354 | 0 | 62 | 7 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11101100 | 0 | 110010 | 111 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE7EEC
Complementary color
Monochromatic Colors of #FE7EEC
Black with #FE7EEC
Text Example
Text Example
White with #FE7EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EEC; }
p { color: rgb(254,126,236); }
H1.HeaderClassName
{
color: #FE7EEC;
}
.AnyTagClassName
{
color: #FE7EEC;
}
</style>
background-color css
<style>
a { background-color: #FE7EEC; }
a { background-color: rgb(254,126,236); }
div.DivClassName
{
background-color: #FE7EEC;
}
.BgClassName
{
background-color: #FE7EEC;
}
</style>
border-color css
<style>
span { border-color: #FE7EEC; }
span { border-color: rgb(254,126,236); }
td.TdClassName
{
border-color: #FE7EEC;
}
.TagClassName
{
border-color: #FE7EEC;
}
</style>