Shades of Pale Magenta #FF8EDB
Tints of Pale Magenta #FF8EDB
RGB
CMYK
RGB Variations
Color information
#FF8EDB (or 0xFF8EDB) is known color: Pale Magenta. HEX triplet: FF, 8E and DB. RGB value is (255,142,219). Sum of RGB (Red+Green+Blue) = 255+142+219=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EDB is #007124. Grayscale: #B8B8B8. Windows color (decimal): -28965 or 14388991. OLE color: 14388991.
HSL color Cylindrical-coordinate representation of color #FF8EDB: hue angle of 319.12º 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 #FF8EDB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 219 | - |
| CMYK | 0 | 0.44 | 0.14 | 0 |
| HSL | 319.12º | 1% | 0.78% | - |
| HSV(B) | 319.12º | 0.44% | 1% | - |
| XYZ | 63.7 | 45.72 | 72.49 | - |
| YUV | 184.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 219 | 0 | 0.44 | 0.14 | 0 | 319.12 | 1 | 0.78 |
| Hex | FF | 8E | DB | 0 | 2C | E | 0 | 13F | 64 | 4E |
| Octal | 377 | 216 | 333 | 0 | 54 | 16 | 0 | 477 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11011011 | 0 | 101100 | 1110 | 0 | 100111111 | 1100100 | 1001110 |
Color Harmonies of #FF8EDB
Complementary color
Monochromatic Colors of #FF8EDB
Black with #FF8EDB
Text Example
Text Example
White with #FF8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EDB; }
p { color: rgb(255,142,219); }
H1.HeaderClassName
{
color: #FF8EDB;
}
.AnyTagClassName
{
color: #FF8EDB;
}
</style>
background-color css
<style>
a { background-color: #FF8EDB; }
a { background-color: rgb(255,142,219); }
div.DivClassName
{
background-color: #FF8EDB;
}
.BgClassName
{
background-color: #FF8EDB;
}
</style>
border-color css
<style>
span { border-color: #FF8EDB; }
span { border-color: rgb(255,142,219); }
td.TdClassName
{
border-color: #FF8EDB;
}
.TagClassName
{
border-color: #FF8EDB;
}
</style>