Shades of Pale Magenta #FE7EEE
Tints of Pale Magenta #FE7EEE
RGB
CMYK
RGB Variations
Color information
#FE7EEE (or 0xFE7EEE) is known color: Pale Magenta. HEX triplet: FE, 7E and EE. RGB value is (254,126,238). Sum of RGB (Red+Green+Blue) = 254+126+238=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 126 (49.61% from 255 or 20.39% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7EEE is #018111. Grayscale: #B0B0B0. Windows color (decimal): -98578 or 15630078. OLE color: 15630078.
HSL color Cylindrical-coordinate representation of color #FE7EEE: hue angle of 307.5º 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 #FE7EEE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 238 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.00 |
| HSL | 307.5º | 0.98% | 0.75% | - |
| HSV(B) | 307.5º | 0.5% | 1% | - |
| XYZ | 63.77 | 42.17 | 85.67 | - |
| YUV | 177.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 238 | 0 | 0.50 | 0.06 | 0.00 | 307.5 | 0.98 | 0.75 |
| Hex | FE | 7E | EE | 0 | 32 | 6 | 0 | 134 | 62 | 4B |
| Octal | 376 | 176 | 356 | 0 | 62 | 6 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11101110 | 0 | 110010 | 110 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE7EEE
Complementary color
Monochromatic Colors of #FE7EEE
Black with #FE7EEE
Text Example
Text Example
White with #FE7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EEE; }
p { color: rgb(254,126,238); }
H1.HeaderClassName
{
color: #FE7EEE;
}
.AnyTagClassName
{
color: #FE7EEE;
}
</style>
background-color css
<style>
a { background-color: #FE7EEE; }
a { background-color: rgb(254,126,238); }
div.DivClassName
{
background-color: #FE7EEE;
}
.BgClassName
{
background-color: #FE7EEE;
}
</style>
border-color css
<style>
span { border-color: #FE7EEE; }
span { border-color: rgb(254,126,238); }
td.TdClassName
{
border-color: #FE7EEE;
}
.TagClassName
{
border-color: #FE7EEE;
}
</style>