Shades of Pale Magenta #FE85E3
Tints of Pale Magenta #FE85E3
RGB
CMYK
RGB Variations
Color information
#FE85E3 (or 0xFE85E3) is known color: Pale Magenta. HEX triplet: FE, 85 and E3. RGB value is (254,133,227). Sum of RGB (Red+Green+Blue) = 254+133+227=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE85E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE85E3 is #017A1C. Grayscale: #B3B3B3. Windows color (decimal): -96797 or 14910974. OLE color: 14910974.
HSL color Cylindrical-coordinate representation of color #FE85E3: hue angle of 313.39º 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 #FE85E3 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 227 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.00 |
| HSL | 313.39º | 0.98% | 0.76% | - |
| HSV(B) | 313.39º | 0.48% | 1% | - |
| XYZ | 63.13 | 43.39 | 77.72 | - |
| YUV | 179.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 227 | 0 | 0.48 | 0.11 | 0.00 | 313.39 | 0.98 | 0.76 |
| Hex | FE | 85 | E3 | 0 | 30 | B | 0 | 139 | 62 | 4C |
| Octal | 376 | 205 | 343 | 0 | 60 | 13 | 0 | 471 | 142 | 114 |
| Binary | 11111110 | 10000101 | 11100011 | 0 | 110000 | 1011 | 0 | 100111001 | 1100010 | 1001100 |
Color Harmonies of #FE85E3
Complementary color
Monochromatic Colors of #FE85E3
Black with #FE85E3
Text Example
Text Example
White with #FE85E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE85E3; }
p { color: rgb(254,133,227); }
H1.HeaderClassName
{
color: #FE85E3;
}
.AnyTagClassName
{
color: #FE85E3;
}
</style>
background-color css
<style>
a { background-color: #FE85E3; }
a { background-color: rgb(254,133,227); }
div.DivClassName
{
background-color: #FE85E3;
}
.BgClassName
{
background-color: #FE85E3;
}
</style>
border-color css
<style>
span { border-color: #FE85E3; }
span { border-color: rgb(254,133,227); }
td.TdClassName
{
border-color: #FE85E3;
}
.TagClassName
{
border-color: #FE85E3;
}
</style>