Shades of Pale Magenta #FE8CEC
Tints of Pale Magenta #FE8CEC
RGB
CMYK
RGB Variations
Color information
#FE8CEC (or 0xFE8CEC) is known color: Pale Magenta. HEX triplet: FE, 8C and EC. RGB value is (254,140,236). Sum of RGB (Red+Green+Blue) = 254+140+236=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CEC is #017313. Grayscale: #B8B8B8. Windows color (decimal): -94996 or 15502590. OLE color: 15502590.
HSL color Cylindrical-coordinate representation of color #FE8CEC: hue angle of 309.47º 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 #FE8CEC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 236 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.00 |
| HSL | 309.47º | 0.98% | 0.77% | - |
| HSV(B) | 309.47º | 0.45% | 1% | - |
| XYZ | 65.39 | 45.88 | 84.77 | - |
| YUV | 185.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 236 | 0 | 0.45 | 0.07 | 0.00 | 309.47 | 0.98 | 0.77 |
| Hex | FE | 8C | EC | 0 | 2D | 7 | 0 | 135 | 62 | 4D |
| Octal | 376 | 214 | 354 | 0 | 55 | 7 | 0 | 465 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11101100 | 0 | 101101 | 111 | 0 | 100110101 | 1100010 | 1001101 |
Color Harmonies of #FE8CEC
Complementary color
Monochromatic Colors of #FE8CEC
Black with #FE8CEC
Text Example
Text Example
White with #FE8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CEC; }
p { color: rgb(254,140,236); }
H1.HeaderClassName
{
color: #FE8CEC;
}
.AnyTagClassName
{
color: #FE8CEC;
}
</style>
background-color css
<style>
a { background-color: #FE8CEC; }
a { background-color: rgb(254,140,236); }
div.DivClassName
{
background-color: #FE8CEC;
}
.BgClassName
{
background-color: #FE8CEC;
}
</style>
border-color css
<style>
span { border-color: #FE8CEC; }
span { border-color: rgb(254,140,236); }
td.TdClassName
{
border-color: #FE8CEC;
}
.TagClassName
{
border-color: #FE8CEC;
}
</style>