Shades of Pale Magenta #FC80DC
Tints of Pale Magenta #FC80DC
RGB
CMYK
RGB Variations
Color information
#FC80DC (or 0xFC80DC) is known color: Pale Magenta. HEX triplet: FC, 80 and DC. RGB value is (252,128,220). Sum of RGB (Red+Green+Blue) = 252+128+220=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC80DC is #037F23. Grayscale: #AFAFAF. Windows color (decimal): -229156 or 14450940. OLE color: 14450940.
HSL color Cylindrical-coordinate representation of color #FC80DC: hue angle of 315.48º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80DC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 220 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.01 |
| HSL | 315.48º | 0.95% | 0.75% | - |
| HSV(B) | 315.48º | 0.49% | 0.99% | - |
| XYZ | 60.78 | 41.3 | 72.48 | - |
| YUV | 175.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 220 | 0 | 0.49 | 0.13 | 0.01 | 315.48 | 0.95 | 0.75 |
| Hex | FC | 80 | DC | 0 | 31 | D | 1 | 13B | 5F | 4B |
| Octal | 374 | 200 | 334 | 0 | 61 | 15 | 1 | 473 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11011100 | 0 | 110001 | 1101 | 1 | 100111011 | 1011111 | 1001011 |
Color Harmonies of #FC80DC
Complementary color
Monochromatic Colors of #FC80DC
Black with #FC80DC
Text Example
Text Example
White with #FC80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80DC; }
p { color: rgb(252,128,220); }
H1.HeaderClassName
{
color: #FC80DC;
}
.AnyTagClassName
{
color: #FC80DC;
}
</style>
background-color css
<style>
a { background-color: #FC80DC; }
a { background-color: rgb(252,128,220); }
div.DivClassName
{
background-color: #FC80DC;
}
.BgClassName
{
background-color: #FC80DC;
}
</style>
border-color css
<style>
span { border-color: #FC80DC; }
span { border-color: rgb(252,128,220); }
td.TdClassName
{
border-color: #FC80DC;
}
.TagClassName
{
border-color: #FC80DC;
}
</style>