Shades of Pale Magenta #FC84D8
Tints of Pale Magenta #FC84D8
RGB
CMYK
RGB Variations
Color information
#FC84D8 (or 0xFC84D8) is known color: Pale Magenta. HEX triplet: FC, 84 and D8. RGB value is (252,132,216). Sum of RGB (Red+Green+Blue) = 252+132+216=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84D8 is #037B27. Grayscale: #B1B1B1. Windows color (decimal): -228136 or 14189820. OLE color: 14189820.
HSL color Cylindrical-coordinate representation of color #FC84D8: hue angle of 318º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC84D8 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 216 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.01 |
| HSL | 318º | 0.95% | 0.75% | - |
| HSV(B) | 318º | 0.48% | 0.99% | - |
| XYZ | 60.79 | 42.16 | 69.9 | - |
| YUV | 177.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 216 | 0 | 0.48 | 0.14 | 0.01 | 318 | 0.95 | 0.75 |
| Hex | FC | 84 | D8 | 0 | 30 | E | 1 | 13E | 5F | 4B |
| Octal | 374 | 204 | 330 | 0 | 60 | 16 | 1 | 476 | 137 | 113 |
| Binary | 11111100 | 10000100 | 11011000 | 0 | 110000 | 1110 | 1 | 100111110 | 1011111 | 1001011 |
Color Harmonies of #FC84D8
Complementary color
Monochromatic Colors of #FC84D8
Black with #FC84D8
Text Example
Text Example
White with #FC84D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC84D8; }
p { color: rgb(252,132,216); }
H1.HeaderClassName
{
color: #FC84D8;
}
.AnyTagClassName
{
color: #FC84D8;
}
</style>
background-color css
<style>
a { background-color: #FC84D8; }
a { background-color: rgb(252,132,216); }
div.DivClassName
{
background-color: #FC84D8;
}
.BgClassName
{
background-color: #FC84D8;
}
</style>
border-color css
<style>
span { border-color: #FC84D8; }
span { border-color: rgb(252,132,216); }
td.TdClassName
{
border-color: #FC84D8;
}
.TagClassName
{
border-color: #FC84D8;
}
</style>