Shades of Pale Magenta #FC82DB
Tints of Pale Magenta #FC82DB
RGB
CMYK
RGB Variations
Color information
#FC82DB (or 0xFC82DB) is known color: Pale Magenta. HEX triplet: FC, 82 and DB. RGB value is (252,130,219). Sum of RGB (Red+Green+Blue) = 252+130+219=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82DB is #037D24. Grayscale: #B0B0B0. Windows color (decimal): -228645 or 14385916. OLE color: 14385916.
HSL color Cylindrical-coordinate representation of color #FC82DB: hue angle of 316.23º 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 #FC82DB is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 219 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.01 |
| HSL | 316.23º | 0.95% | 0.75% | - |
| HSV(B) | 316.23º | 0.48% | 0.99% | - |
| XYZ | 60.91 | 41.78 | 71.87 | - |
| YUV | 176.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 219 | 0 | 0.48 | 0.13 | 0.01 | 316.23 | 0.95 | 0.75 |
| Hex | FC | 82 | DB | 0 | 30 | D | 1 | 13C | 5F | 4B |
| Octal | 374 | 202 | 333 | 0 | 60 | 15 | 1 | 474 | 137 | 113 |
| Binary | 11111100 | 10000010 | 11011011 | 0 | 110000 | 1101 | 1 | 100111100 | 1011111 | 1001011 |
Color Harmonies of #FC82DB
Complementary color
Monochromatic Colors of #FC82DB
Black with #FC82DB
Text Example
Text Example
White with #FC82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC82DB; }
p { color: rgb(252,130,219); }
H1.HeaderClassName
{
color: #FC82DB;
}
.AnyTagClassName
{
color: #FC82DB;
}
</style>
background-color css
<style>
a { background-color: #FC82DB; }
a { background-color: rgb(252,130,219); }
div.DivClassName
{
background-color: #FC82DB;
}
.BgClassName
{
background-color: #FC82DB;
}
</style>
border-color css
<style>
span { border-color: #FC82DB; }
span { border-color: rgb(252,130,219); }
td.TdClassName
{
border-color: #FC82DB;
}
.TagClassName
{
border-color: #FC82DB;
}
</style>