Shades of Pale Magenta #FE8DDD
Tints of Pale Magenta #FE8DDD
RGB
CMYK
RGB Variations
Color information
#FE8DDD (or 0xFE8DDD) is known color: Pale Magenta. HEX triplet: FE, 8D and DD. RGB value is (254,141,221). Sum of RGB (Red+Green+Blue) = 254+141+221=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 141 (55.47% from 255 or 22.89% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DDD is #017222. Grayscale: #B7B7B7. Windows color (decimal): -94755 or 14519806. OLE color: 14519806.
HSL color Cylindrical-coordinate representation of color #FE8DDD: hue angle of 317.52º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DDD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 221 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.00 |
| HSL | 317.52º | 0.98% | 0.77% | - |
| HSV(B) | 317.52º | 0.44% | 1% | - |
| XYZ | 63.45 | 45.34 | 73.81 | - |
| YUV | 183.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 221 | 0 | 0.44 | 0.13 | 0.00 | 317.52 | 0.98 | 0.77 |
| Hex | FE | 8D | DD | 0 | 2C | D | 0 | 13E | 62 | 4D |
| Octal | 376 | 215 | 335 | 0 | 54 | 15 | 0 | 476 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11011101 | 0 | 101100 | 1101 | 0 | 100111110 | 1100010 | 1001101 |
Color Harmonies of #FE8DDD
Complementary color
Monochromatic Colors of #FE8DDD
Black with #FE8DDD
Text Example
Text Example
White with #FE8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DDD; }
p { color: rgb(254,141,221); }
H1.HeaderClassName
{
color: #FE8DDD;
}
.AnyTagClassName
{
color: #FE8DDD;
}
</style>
background-color css
<style>
a { background-color: #FE8DDD; }
a { background-color: rgb(254,141,221); }
div.DivClassName
{
background-color: #FE8DDD;
}
.BgClassName
{
background-color: #FE8DDD;
}
</style>
border-color css
<style>
span { border-color: #FE8DDD; }
span { border-color: rgb(254,141,221); }
td.TdClassName
{
border-color: #FE8DDD;
}
.TagClassName
{
border-color: #FE8DDD;
}
</style>