Shades of Pale Magenta #FE7FEE
Tints of Pale Magenta #FE7FEE
RGB
CMYK
RGB Variations
Color information
#FE7FEE (or 0xFE7FEE) is known color: Pale Magenta. HEX triplet: FE, 7F and EE. RGB value is (254,127,238). Sum of RGB (Red+Green+Blue) = 254+127+238=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FEE is #018011. Grayscale: #B1B1B1. Windows color (decimal): -98322 or 15630334. OLE color: 15630334.
HSL color Cylindrical-coordinate representation of color #FE7FEE: hue angle of 307.56º 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 #FE7FEE is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 238 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.00 |
| HSL | 307.56º | 0.98% | 0.75% | - |
| HSV(B) | 307.56º | 0.5% | 1% | - |
| XYZ | 63.9 | 42.42 | 85.71 | - |
| YUV | 177.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 238 | 0 | 0.50 | 0.06 | 0.00 | 307.56 | 0.98 | 0.75 |
| Hex | FE | 7F | EE | 0 | 32 | 6 | 0 | 134 | 62 | 4B |
| Octal | 376 | 177 | 356 | 0 | 62 | 6 | 0 | 464 | 142 | 113 |
| Binary | 11111110 | 1111111 | 11101110 | 0 | 110010 | 110 | 0 | 100110100 | 1100010 | 1001011 |
Color Harmonies of #FE7FEE
Complementary color
Monochromatic Colors of #FE7FEE
Black with #FE7FEE
Text Example
Text Example
White with #FE7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7FEE; }
p { color: rgb(254,127,238); }
H1.HeaderClassName
{
color: #FE7FEE;
}
.AnyTagClassName
{
color: #FE7FEE;
}
</style>
background-color css
<style>
a { background-color: #FE7FEE; }
a { background-color: rgb(254,127,238); }
div.DivClassName
{
background-color: #FE7FEE;
}
.BgClassName
{
background-color: #FE7FEE;
}
</style>
border-color css
<style>
span { border-color: #FE7FEE; }
span { border-color: rgb(254,127,238); }
td.TdClassName
{
border-color: #FE7FEE;
}
.TagClassName
{
border-color: #FE7FEE;
}
</style>