Shades of Pale Magenta #FE8ADE
Tints of Pale Magenta #FE8ADE
RGB
CMYK
RGB Variations
Color information
#FE8ADE (or 0xFE8ADE) is known color: Pale Magenta. HEX triplet: FE, 8A and DE. RGB value is (254,138,222). Sum of RGB (Red+Green+Blue) = 254+138+222=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ADE is #017521. Grayscale: #B6B6B6. Windows color (decimal): -95522 or 14584574. OLE color: 14584574.
HSL color Cylindrical-coordinate representation of color #FE8ADE: hue angle of 316.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8ADE is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 222 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.00 |
| HSL | 316.55º | 0.98% | 0.77% | - |
| HSV(B) | 316.55º | 0.46% | 1% | - |
| XYZ | 63.15 | 44.52 | 74.37 | - |
| YUV | 182.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 222 | 0 | 0.46 | 0.13 | 0.00 | 316.55 | 0.98 | 0.77 |
| Hex | FE | 8A | DE | 0 | 2E | D | 0 | 13D | 62 | 4D |
| Octal | 376 | 212 | 336 | 0 | 56 | 15 | 0 | 475 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11011110 | 0 | 101110 | 1101 | 0 | 100111101 | 1100010 | 1001101 |
Color Harmonies of #FE8ADE
Complementary color
Monochromatic Colors of #FE8ADE
Black with #FE8ADE
Text Example
Text Example
White with #FE8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8ADE; }
p { color: rgb(254,138,222); }
H1.HeaderClassName
{
color: #FE8ADE;
}
.AnyTagClassName
{
color: #FE8ADE;
}
</style>
background-color css
<style>
a { background-color: #FE8ADE; }
a { background-color: rgb(254,138,222); }
div.DivClassName
{
background-color: #FE8ADE;
}
.BgClassName
{
background-color: #FE8ADE;
}
</style>
border-color css
<style>
span { border-color: #FE8ADE; }
span { border-color: rgb(254,138,222); }
td.TdClassName
{
border-color: #FE8ADE;
}
.TagClassName
{
border-color: #FE8ADE;
}
</style>