Shades of Pale Magenta #FF8EDC
Tints of Pale Magenta #FF8EDC
RGB
CMYK
RGB Variations
Color information
#FF8EDC (or 0xFF8EDC) is known color: Pale Magenta. HEX triplet: FF, 8E and DC. RGB value is (255,142,220). Sum of RGB (Red+Green+Blue) = 255+142+220=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EDC is #007123. Grayscale: #B8B8B8. Windows color (decimal): -28964 or 14454527. OLE color: 14454527.
HSL color Cylindrical-coordinate representation of color #FF8EDC: hue angle of 318.58º 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 #FF8EDC is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 220 | - |
| CMYK | 0 | 0.44 | 0.14 | 0 |
| HSL | 318.58º | 1% | 0.78% | - |
| HSV(B) | 318.58º | 0.44% | 1% | - |
| XYZ | 63.83 | 45.77 | 73.18 | - |
| YUV | 184.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 220 | 0 | 0.44 | 0.14 | 0 | 318.58 | 1 | 0.78 |
| Hex | FF | 8E | DC | 0 | 2C | E | 0 | 13F | 64 | 4E |
| Octal | 377 | 216 | 334 | 0 | 54 | 16 | 0 | 477 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11011100 | 0 | 101100 | 1110 | 0 | 100111111 | 1100100 | 1001110 |
Color Harmonies of #FF8EDC
Complementary color
Monochromatic Colors of #FF8EDC
Black with #FF8EDC
Text Example
Text Example
White with #FF8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EDC; }
p { color: rgb(255,142,220); }
H1.HeaderClassName
{
color: #FF8EDC;
}
.AnyTagClassName
{
color: #FF8EDC;
}
</style>
background-color css
<style>
a { background-color: #FF8EDC; }
a { background-color: rgb(255,142,220); }
div.DivClassName
{
background-color: #FF8EDC;
}
.BgClassName
{
background-color: #FF8EDC;
}
</style>
border-color css
<style>
span { border-color: #FF8EDC; }
span { border-color: rgb(255,142,220); }
td.TdClassName
{
border-color: #FF8EDC;
}
.TagClassName
{
border-color: #FF8EDC;
}
</style>