Shades of Pale Magenta #FC84DB
Tints of Pale Magenta #FC84DB
RGB
CMYK
RGB Variations
Color information
#FC84DB (or 0xFC84DB) is known color: Pale Magenta. HEX triplet: FC, 84 and DB. RGB value is (252,132,219). Sum of RGB (Red+Green+Blue) = 252+132+219=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC84DB is #037B24. Grayscale: #B1B1B1. Windows color (decimal): -228133 or 14386428. OLE color: 14386428.
HSL color Cylindrical-coordinate representation of color #FC84DB: hue angle of 316.5º 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 #FC84DB is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 219 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.01 |
| HSL | 316.5º | 0.95% | 0.75% | - |
| HSV(B) | 316.5º | 0.48% | 0.99% | - |
| XYZ | 61.18 | 42.31 | 71.96 | - |
| YUV | 177.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 219 | 0 | 0.48 | 0.13 | 0.01 | 316.5 | 0.95 | 0.75 |
| Hex | FC | 84 | DB | 0 | 30 | D | 1 | 13C | 5F | 4B |
| Octal | 374 | 204 | 333 | 0 | 60 | 15 | 1 | 474 | 137 | 113 |
| Binary | 11111100 | 10000100 | 11011011 | 0 | 110000 | 1101 | 1 | 100111100 | 1011111 | 1001011 |
Color Harmonies of #FC84DB
Complementary color
Monochromatic Colors of #FC84DB
Black with #FC84DB
Text Example
Text Example
White with #FC84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC84DB; }
p { color: rgb(252,132,219); }
H1.HeaderClassName
{
color: #FC84DB;
}
.AnyTagClassName
{
color: #FC84DB;
}
</style>
background-color css
<style>
a { background-color: #FC84DB; }
a { background-color: rgb(252,132,219); }
div.DivClassName
{
background-color: #FC84DB;
}
.BgClassName
{
background-color: #FC84DB;
}
</style>
border-color css
<style>
span { border-color: #FC84DB; }
span { border-color: rgb(252,132,219); }
td.TdClassName
{
border-color: #FC84DB;
}
.TagClassName
{
border-color: #FC84DB;
}
</style>