Shades of Pale Magenta #FE8CE1
Tints of Pale Magenta #FE8CE1
RGB
CMYK
RGB Variations
Color information
#FE8CE1 (or 0xFE8CE1) is known color: Pale Magenta. HEX triplet: FE, 8C and E1. RGB value is (254,140,225). Sum of RGB (Red+Green+Blue) = 254+140+225=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CE1 is #01731E. Grayscale: #B7B7B7. Windows color (decimal): -95007 or 14781694. OLE color: 14781694.
HSL color Cylindrical-coordinate representation of color #FE8CE1: hue angle of 315.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CE1 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 225 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.00 |
| HSL | 315.26º | 0.98% | 0.77% | - |
| HSV(B) | 315.26º | 0.45% | 1% | - |
| XYZ | 63.84 | 45.26 | 76.61 | - |
| YUV | 183.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 225 | 0 | 0.45 | 0.11 | 0.00 | 315.26 | 0.98 | 0.77 |
| Hex | FE | 8C | E1 | 0 | 2D | B | 0 | 13B | 62 | 4D |
| Octal | 376 | 214 | 341 | 0 | 55 | 13 | 0 | 473 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11100001 | 0 | 101101 | 1011 | 0 | 100111011 | 1100010 | 1001101 |
Color Harmonies of #FE8CE1
Complementary color
Monochromatic Colors of #FE8CE1
Black with #FE8CE1
Text Example
Text Example
White with #FE8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CE1; }
p { color: rgb(254,140,225); }
H1.HeaderClassName
{
color: #FE8CE1;
}
.AnyTagClassName
{
color: #FE8CE1;
}
</style>
background-color css
<style>
a { background-color: #FE8CE1; }
a { background-color: rgb(254,140,225); }
div.DivClassName
{
background-color: #FE8CE1;
}
.BgClassName
{
background-color: #FE8CE1;
}
</style>
border-color css
<style>
span { border-color: #FE8CE1; }
span { border-color: rgb(254,140,225); }
td.TdClassName
{
border-color: #FE8CE1;
}
.TagClassName
{
border-color: #FE8CE1;
}
</style>