Shades of Pale Magenta #FE85DC
Tints of Pale Magenta #FE85DC
RGB
CMYK
RGB Variations
Color information
#FE85DC (or 0xFE85DC) is known color: Pale Magenta. HEX triplet: FE, 85 and DC. RGB value is (254,133,220). Sum of RGB (Red+Green+Blue) = 254+133+220=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85DC is #017A23. Grayscale: #B2B2B2. Windows color (decimal): -96804 or 14452222. OLE color: 14452222.
HSL color Cylindrical-coordinate representation of color #FE85DC: hue angle of 316.86º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE85DC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 220 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.00 |
| HSL | 316.86º | 0.98% | 0.76% | - |
| HSV(B) | 316.86º | 0.48% | 1% | - |
| XYZ | 62.18 | 43.01 | 72.74 | - |
| YUV | 179.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 220 | 0 | 0.48 | 0.13 | 0.00 | 316.86 | 0.98 | 0.76 |
| Hex | FE | 85 | DC | 0 | 30 | D | 0 | 13D | 62 | 4C |
| Octal | 376 | 205 | 334 | 0 | 60 | 15 | 0 | 475 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11011100 | 0 | 110000 | 1101 | 0 | 100111101 | 1100010 | 1001100 |
Color Harmonies of #FE85DC
Complementary color
Monochromatic Colors of #FE85DC
Black with #FE85DC
Text Example
Text Example
White with #FE85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85DC; }
p { color: rgb(254,133,220); }
H1.HeaderClassName
{
color: #FE85DC;
}
.AnyTagClassName
{
color: #FE85DC;
}
</style>
background-color css
<style>
a { background-color: #FE85DC; }
a { background-color: rgb(254,133,220); }
div.DivClassName
{
background-color: #FE85DC;
}
.BgClassName
{
background-color: #FE85DC;
}
</style>
border-color css
<style>
span { border-color: #FE85DC; }
span { border-color: rgb(254,133,220); }
td.TdClassName
{
border-color: #FE85DC;
}
.TagClassName
{
border-color: #FE85DC;
}
</style>