Shades of Pale Magenta #FE8AEE
Tints of Pale Magenta #FE8AEE
RGB
CMYK
RGB Variations
Color information
#FE8AEE (or 0xFE8AEE) is known color: Pale Magenta. HEX triplet: FE, 8A and EE. RGB value is (254,138,238). Sum of RGB (Red+Green+Blue) = 254+138+238=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AEE is #017511. Grayscale: #B7B7B7. Windows color (decimal): -95506 or 15633150. OLE color: 15633150.
HSL color Cylindrical-coordinate representation of color #FE8AEE: hue angle of 308.28º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AEE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 238 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.00 |
| HSL | 308.28º | 0.98% | 0.77% | - |
| HSV(B) | 308.28º | 0.46% | 1% | - |
| XYZ | 65.39 | 45.42 | 86.21 | - |
| YUV | 184.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 238 | 0 | 0.46 | 0.06 | 0.00 | 308.28 | 0.98 | 0.77 |
| Hex | FE | 8A | EE | 0 | 2E | 6 | 0 | 134 | 62 | 4D |
| Octal | 376 | 212 | 356 | 0 | 56 | 6 | 0 | 464 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11101110 | 0 | 101110 | 110 | 0 | 100110100 | 1100010 | 1001101 |
Color Harmonies of #FE8AEE
Complementary color
Monochromatic Colors of #FE8AEE
Black with #FE8AEE
Text Example
Text Example
White with #FE8AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AEE; }
p { color: rgb(254,138,238); }
H1.HeaderClassName
{
color: #FE8AEE;
}
.AnyTagClassName
{
color: #FE8AEE;
}
</style>
background-color css
<style>
a { background-color: #FE8AEE; }
a { background-color: rgb(254,138,238); }
div.DivClassName
{
background-color: #FE8AEE;
}
.BgClassName
{
background-color: #FE8AEE;
}
</style>
border-color css
<style>
span { border-color: #FE8AEE; }
span { border-color: rgb(254,138,238); }
td.TdClassName
{
border-color: #FE8AEE;
}
.TagClassName
{
border-color: #FE8AEE;
}
</style>