Shades of Pale Magenta #FC8EE5
Tints of Pale Magenta #FC8EE5
RGB
CMYK
RGB Variations
Color information
#FC8EE5 (or 0xFC8EE5) is known color: Pale Magenta. HEX triplet: FC, 8E and E5. RGB value is (252,142,229). Sum of RGB (Red+Green+Blue) = 252+142+229=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 142 (55.86% from 255 or 22.79% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EE5 is #03711A. Grayscale: #B8B8B8. Windows color (decimal): -225563 or 15044348. OLE color: 15044348.
HSL color Cylindrical-coordinate representation of color #FC8EE5: hue angle of 312.55º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8EE5 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 229 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.01 |
| HSL | 312.55º | 0.95% | 0.77% | - |
| HSV(B) | 312.55º | 0.44% | 0.99% | - |
| XYZ | 63.96 | 45.7 | 79.58 | - |
| YUV | 184.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 229 | 0 | 0.44 | 0.09 | 0.01 | 312.55 | 0.95 | 0.77 |
| Hex | FC | 8E | E5 | 0 | 2C | 9 | 1 | 139 | 5F | 4D |
| Octal | 374 | 216 | 345 | 0 | 54 | 11 | 1 | 471 | 137 | 115 |
| Binary | 11111100 | 10001110 | 11100101 | 0 | 101100 | 1001 | 1 | 100111001 | 1011111 | 1001101 |
Color Harmonies of #FC8EE5
Complementary color
Monochromatic Colors of #FC8EE5
Black with #FC8EE5
Text Example
Text Example
White with #FC8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8EE5; }
p { color: rgb(252,142,229); }
H1.HeaderClassName
{
color: #FC8EE5;
}
.AnyTagClassName
{
color: #FC8EE5;
}
</style>
background-color css
<style>
a { background-color: #FC8EE5; }
a { background-color: rgb(252,142,229); }
div.DivClassName
{
background-color: #FC8EE5;
}
.BgClassName
{
background-color: #FC8EE5;
}
</style>
border-color css
<style>
span { border-color: #FC8EE5; }
span { border-color: rgb(252,142,229); }
td.TdClassName
{
border-color: #FC8EE5;
}
.TagClassName
{
border-color: #FC8EE5;
}
</style>