Shades of Pale Magenta #FE8EEB
Tints of Pale Magenta #FE8EEB
RGB
CMYK
RGB Variations
Color information
#FE8EEB (or 0xFE8EEB) is known color: Pale Magenta. HEX triplet: FE, 8E and EB. RGB value is (254,142,235). Sum of RGB (Red+Green+Blue) = 254+142+235=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 142 (55.86% from 255 or 22.50% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EEB is #017114. Grayscale: #B9B9B9. Windows color (decimal): -94485 or 15437566. OLE color: 15437566.
HSL color Cylindrical-coordinate representation of color #FE8EEB: hue angle of 310.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EEB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 235 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.00 |
| HSL | 310.18º | 0.98% | 0.78% | - |
| HSV(B) | 310.18º | 0.44% | 1% | - |
| XYZ | 65.54 | 46.41 | 84.1 | - |
| YUV | 186.09 | 155.61 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 235 | 0 | 0.44 | 0.07 | 0.00 | 310.18 | 0.98 | 0.78 |
| Hex | FE | 8E | EB | 0 | 2C | 7 | 0 | 136 | 62 | 4E |
| Octal | 376 | 216 | 353 | 0 | 54 | 7 | 0 | 466 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11101011 | 0 | 101100 | 111 | 0 | 100110110 | 1100010 | 1001110 |
Color Harmonies of #FE8EEB
Complementary color
Monochromatic Colors of #FE8EEB
Black with #FE8EEB
Text Example
Text Example
White with #FE8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EEB; }
p { color: rgb(254,142,235); }
H1.HeaderClassName
{
color: #FE8EEB;
}
.AnyTagClassName
{
color: #FE8EEB;
}
</style>
background-color css
<style>
a { background-color: #FE8EEB; }
a { background-color: rgb(254,142,235); }
div.DivClassName
{
background-color: #FE8EEB;
}
.BgClassName
{
background-color: #FE8EEB;
}
</style>
border-color css
<style>
span { border-color: #FE8EEB; }
span { border-color: rgb(254,142,235); }
td.TdClassName
{
border-color: #FE8EEB;
}
.TagClassName
{
border-color: #FE8EEB;
}
</style>