Shades of Pale Magenta #FC8ADC
Tints of Pale Magenta #FC8ADC
RGB
CMYK
RGB Variations
Color information
#FC8ADC (or 0xFC8ADC) is known color: Pale Magenta. HEX triplet: FC, 8A and DC. RGB value is (252,138,220). Sum of RGB (Red+Green+Blue) = 252+138+220=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8ADC is #037523. Grayscale: #B5B5B5. Windows color (decimal): -226596 or 14453500. OLE color: 14453500.
HSL color Cylindrical-coordinate representation of color #FC8ADC: hue angle of 316.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8ADC is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 220 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 316.84º | 0.95% | 0.76% | - |
| HSV(B) | 316.84º | 0.45% | 0.99% | - |
| XYZ | 62.15 | 44.04 | 72.93 | - |
| YUV | 181.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 220 | 0 | 0.45 | 0.13 | 0.01 | 316.84 | 0.95 | 0.76 |
| Hex | FC | 8A | DC | 0 | 2D | D | 1 | 13D | 5F | 4C |
| Octal | 374 | 212 | 334 | 0 | 55 | 15 | 1 | 475 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11011100 | 0 | 101101 | 1101 | 1 | 100111101 | 1011111 | 1001100 |
Color Harmonies of #FC8ADC
Complementary color
Monochromatic Colors of #FC8ADC
Black with #FC8ADC
Text Example
Text Example
White with #FC8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8ADC; }
p { color: rgb(252,138,220); }
H1.HeaderClassName
{
color: #FC8ADC;
}
.AnyTagClassName
{
color: #FC8ADC;
}
</style>
background-color css
<style>
a { background-color: #FC8ADC; }
a { background-color: rgb(252,138,220); }
div.DivClassName
{
background-color: #FC8ADC;
}
.BgClassName
{
background-color: #FC8ADC;
}
</style>
border-color css
<style>
span { border-color: #FC8ADC; }
span { border-color: rgb(252,138,220); }
td.TdClassName
{
border-color: #FC8ADC;
}
.TagClassName
{
border-color: #FC8ADC;
}
</style>