Shades of Pale Magenta #FF8EED
Tints of Pale Magenta #FF8EED
RGB
CMYK
RGB Variations
Color information
#FF8EED (or 0xFF8EED) is known color: Pale Magenta. HEX triplet: FF, 8E and ED. RGB value is (255,142,237). Sum of RGB (Red+Green+Blue) = 255+142+237=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 142 (55.86% from 255 or 22.40% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EED is #007112. Grayscale: #BABABA. Windows color (decimal): -28947 or 15568639. OLE color: 15568639.
HSL color Cylindrical-coordinate representation of color #FF8EED: hue angle of 309.56º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EED is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 237 | - |
| CMYK | 0 | 0.44 | 0.07 | 0 |
| HSL | 309.56º | 1% | 0.78% | - |
| HSV(B) | 309.56º | 0.44% | 1% | - |
| XYZ | 66.2 | 46.72 | 85.65 | - |
| YUV | 186.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 237 | 0 | 0.44 | 0.07 | 0 | 309.56 | 1 | 0.78 |
| Hex | FF | 8E | ED | 0 | 2C | 7 | 0 | 136 | 64 | 4E |
| Octal | 377 | 216 | 355 | 0 | 54 | 7 | 0 | 466 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11101101 | 0 | 101100 | 111 | 0 | 100110110 | 1100100 | 1001110 |
Color Harmonies of #FF8EED
Complementary color
Monochromatic Colors of #FF8EED
Black with #FF8EED
Text Example
Text Example
White with #FF8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EED; }
p { color: rgb(255,142,237); }
H1.HeaderClassName
{
color: #FF8EED;
}
.AnyTagClassName
{
color: #FF8EED;
}
</style>
background-color css
<style>
a { background-color: #FF8EED; }
a { background-color: rgb(255,142,237); }
div.DivClassName
{
background-color: #FF8EED;
}
.BgClassName
{
background-color: #FF8EED;
}
</style>
border-color css
<style>
span { border-color: #FF8EED; }
span { border-color: rgb(255,142,237); }
td.TdClassName
{
border-color: #FF8EED;
}
.TagClassName
{
border-color: #FF8EED;
}
</style>