Shades of Pale Magenta #FE86DD
Tints of Pale Magenta #FE86DD
RGB
CMYK
RGB Variations
Color information
#FE86DD (or 0xFE86DD) is known color: Pale Magenta. HEX triplet: FE, 86 and DD. RGB value is (254,134,221). Sum of RGB (Red+Green+Blue) = 254+134+221=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 134 (52.73% from 255 or 22.00% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE86DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE86DD is #017922. Grayscale: #B3B3B3. Windows color (decimal): -96547 or 14518014. OLE color: 14518014.
HSL color Cylindrical-coordinate representation of color #FE86DD: hue angle of 316.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE86DD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 221 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.00 |
| HSL | 316.5º | 0.98% | 0.76% | - |
| HSV(B) | 316.5º | 0.47% | 1% | - |
| XYZ | 62.45 | 43.34 | 73.48 | - |
| YUV | 179.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 221 | 0 | 0.47 | 0.13 | 0.00 | 316.5 | 0.98 | 0.76 |
| Hex | FE | 86 | DD | 0 | 2F | D | 0 | 13C | 62 | 4C |
| Octal | 376 | 206 | 335 | 0 | 57 | 15 | 0 | 474 | 142 | 114 |
| Binary | 11111110 | 10000110 | 11011101 | 0 | 101111 | 1101 | 0 | 100111100 | 1100010 | 1001100 |
Color Harmonies of #FE86DD
Complementary color
Monochromatic Colors of #FE86DD
Black with #FE86DD
Text Example
Text Example
White with #FE86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE86DD; }
p { color: rgb(254,134,221); }
H1.HeaderClassName
{
color: #FE86DD;
}
.AnyTagClassName
{
color: #FE86DD;
}
</style>
background-color css
<style>
a { background-color: #FE86DD; }
a { background-color: rgb(254,134,221); }
div.DivClassName
{
background-color: #FE86DD;
}
.BgClassName
{
background-color: #FE86DD;
}
</style>
border-color css
<style>
span { border-color: #FE86DD; }
span { border-color: rgb(254,134,221); }
td.TdClassName
{
border-color: #FE86DD;
}
.TagClassName
{
border-color: #FE86DD;
}
</style>