Shades of Pale Magenta #FC8EE4
Tints of Pale Magenta #FC8EE4
RGB
CMYK
RGB Variations
Color information
#FC8EE4 (or 0xFC8EE4) is known color: Pale Magenta. HEX triplet: FC, 8E and E4. RGB value is (252,142,228). Sum of RGB (Red+Green+Blue) = 252+142+228=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 142 (55.86% from 255 or 22.83% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8EE4 is #03711B. Grayscale: #B8B8B8. Windows color (decimal): -225564 or 14978812. OLE color: 14978812.
HSL color Cylindrical-coordinate representation of color #FC8EE4: hue angle of 313.09º 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 #FC8EE4 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 228 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.01 |
| HSL | 313.09º | 0.95% | 0.77% | - |
| HSV(B) | 313.09º | 0.44% | 0.99% | - |
| XYZ | 63.82 | 45.64 | 78.84 | - |
| YUV | 184.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 228 | 0 | 0.44 | 0.10 | 0.01 | 313.09 | 0.95 | 0.77 |
| Hex | FC | 8E | E4 | 0 | 2C | A | 1 | 139 | 5F | 4D |
| Octal | 374 | 216 | 344 | 0 | 54 | 12 | 1 | 471 | 137 | 115 |
| Binary | 11111100 | 10001110 | 11100100 | 0 | 101100 | 1010 | 1 | 100111001 | 1011111 | 1001101 |
Color Harmonies of #FC8EE4
Complementary color
Monochromatic Colors of #FC8EE4
Black with #FC8EE4
Text Example
Text Example
White with #FC8EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8EE4; }
p { color: rgb(252,142,228); }
H1.HeaderClassName
{
color: #FC8EE4;
}
.AnyTagClassName
{
color: #FC8EE4;
}
</style>
background-color css
<style>
a { background-color: #FC8EE4; }
a { background-color: rgb(252,142,228); }
div.DivClassName
{
background-color: #FC8EE4;
}
.BgClassName
{
background-color: #FC8EE4;
}
</style>
border-color css
<style>
span { border-color: #FC8EE4; }
span { border-color: rgb(252,142,228); }
td.TdClassName
{
border-color: #FC8EE4;
}
.TagClassName
{
border-color: #FC8EE4;
}
</style>