Shades of Pale Magenta #FC8FDC
Tints of Pale Magenta #FC8FDC
RGB
CMYK
RGB Variations
Color information
#FC8FDC (or 0xFC8FDC) is known color: Pale Magenta. HEX triplet: FC, 8F and DC. RGB value is (252,143,220). Sum of RGB (Red+Green+Blue) = 252+143+220=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 143 (56.25% from 255 or 23.25% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FDC is #037023. Grayscale: #B8B8B8. Windows color (decimal): -225316 or 14454780. OLE color: 14454780.
HSL color Cylindrical-coordinate representation of color #FC8FDC: hue angle of 317.61º 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 #FC8FDC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 220 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.01 |
| HSL | 317.61º | 0.95% | 0.77% | - |
| HSV(B) | 317.61º | 0.43% | 0.99% | - |
| XYZ | 62.89 | 45.51 | 73.18 | - |
| YUV | 184.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 220 | 0 | 0.43 | 0.13 | 0.01 | 317.61 | 0.95 | 0.77 |
| Hex | FC | 8F | DC | 0 | 2B | D | 1 | 13E | 5F | 4D |
| Octal | 374 | 217 | 334 | 0 | 53 | 15 | 1 | 476 | 137 | 115 |
| Binary | 11111100 | 10001111 | 11011100 | 0 | 101011 | 1101 | 1 | 100111110 | 1011111 | 1001101 |
Color Harmonies of #FC8FDC
Complementary color
Monochromatic Colors of #FC8FDC
Black with #FC8FDC
Text Example
Text Example
White with #FC8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8FDC; }
p { color: rgb(252,143,220); }
H1.HeaderClassName
{
color: #FC8FDC;
}
.AnyTagClassName
{
color: #FC8FDC;
}
</style>
background-color css
<style>
a { background-color: #FC8FDC; }
a { background-color: rgb(252,143,220); }
div.DivClassName
{
background-color: #FC8FDC;
}
.BgClassName
{
background-color: #FC8FDC;
}
</style>
border-color css
<style>
span { border-color: #FC8FDC; }
span { border-color: rgb(252,143,220); }
td.TdClassName
{
border-color: #FC8FDC;
}
.TagClassName
{
border-color: #FC8FDC;
}
</style>