Shades of Pale Magenta #FF8EDF
Tints of Pale Magenta #FF8EDF
RGB
CMYK
RGB Variations
Color information
#FF8EDF (or 0xFF8EDF) is known color: Pale Magenta. HEX triplet: FF, 8E and DF. RGB value is (255,142,223). Sum of RGB (Red+Green+Blue) = 255+142+223=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EDF is #007120. Grayscale: #B8B8B8. Windows color (decimal): -28961 or 14651135. OLE color: 14651135.
HSL color Cylindrical-coordinate representation of color #FF8EDF: hue angle of 316.99º 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 #FF8EDF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 223 | - |
| CMYK | 0 | 0.44 | 0.13 | 0 |
| HSL | 316.99º | 1% | 0.78% | - |
| HSV(B) | 316.99º | 0.44% | 1% | - |
| XYZ | 64.23 | 45.93 | 75.29 | - |
| YUV | 185.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 223 | 0 | 0.44 | 0.13 | 0 | 316.99 | 1 | 0.78 |
| Hex | FF | 8E | DF | 0 | 2C | D | 0 | 13D | 64 | 4E |
| Octal | 377 | 216 | 337 | 0 | 54 | 15 | 0 | 475 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11011111 | 0 | 101100 | 1101 | 0 | 100111101 | 1100100 | 1001110 |
Color Harmonies of #FF8EDF
Complementary color
Monochromatic Colors of #FF8EDF
Black with #FF8EDF
Text Example
Text Example
White with #FF8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EDF; }
p { color: rgb(255,142,223); }
H1.HeaderClassName
{
color: #FF8EDF;
}
.AnyTagClassName
{
color: #FF8EDF;
}
</style>
background-color css
<style>
a { background-color: #FF8EDF; }
a { background-color: rgb(255,142,223); }
div.DivClassName
{
background-color: #FF8EDF;
}
.BgClassName
{
background-color: #FF8EDF;
}
</style>
border-color css
<style>
span { border-color: #FF8EDF; }
span { border-color: rgb(255,142,223); }
td.TdClassName
{
border-color: #FF8EDF;
}
.TagClassName
{
border-color: #FF8EDF;
}
</style>