Shades of Pale Magenta #FC8FEC
Tints of Pale Magenta #FC8FEC
RGB
CMYK
RGB Variations
Color information
#FC8FEC (or 0xFC8FEC) is known color: Pale Magenta. HEX triplet: FC, 8F and EC. RGB value is (252,143,236). Sum of RGB (Red+Green+Blue) = 252+143+236=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FEC is #037013. Grayscale: #B9B9B9. Windows color (decimal): -225300 or 15503356. OLE color: 15503356.
HSL color Cylindrical-coordinate representation of color #FC8FEC: hue angle of 308.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC8FEC is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 236 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.01 |
| HSL | 308.81º | 0.95% | 0.77% | - |
| HSV(B) | 308.81º | 0.43% | 0.99% | - |
| XYZ | 65.11 | 46.4 | 84.88 | - |
| YUV | 186.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 236 | 0 | 0.43 | 0.06 | 0.01 | 308.81 | 0.95 | 0.77 |
| Hex | FC | 8F | EC | 0 | 2B | 6 | 1 | 135 | 5F | 4D |
| Octal | 374 | 217 | 354 | 0 | 53 | 6 | 1 | 465 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11101100 | 0 | 101011 | 110 | 1 | 100110101 | 1011111 | 1001101 |
Color Harmonies of #FC8FEC
Complementary color
Monochromatic Colors of #FC8FEC
Black with #FC8FEC
Text Example
Text Example
White with #FC8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FEC; }
p { color: rgb(252,143,236); }
H1.HeaderClassName
{
color: #FC8FEC;
}
.AnyTagClassName
{
color: #FC8FEC;
}
</style>
background-color css
<style>
a { background-color: #FC8FEC; }
a { background-color: rgb(252,143,236); }
div.DivClassName
{
background-color: #FC8FEC;
}
.BgClassName
{
background-color: #FC8FEC;
}
</style>
border-color css
<style>
span { border-color: #FC8FEC; }
span { border-color: rgb(252,143,236); }
td.TdClassName
{
border-color: #FC8FEC;
}
.TagClassName
{
border-color: #FC8FEC;
}
</style>