Shades of Pale Magenta #FC85DB
Tints of Pale Magenta #FC85DB
RGB
CMYK
RGB Variations
Color information
#FC85DB (or 0xFC85DB) is known color: Pale Magenta. HEX triplet: FC, 85 and DB. RGB value is (252,133,219). Sum of RGB (Red+Green+Blue) = 252+133+219=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85DB is #037A24. Grayscale: #B2B2B2. Windows color (decimal): -227877 or 14386684. OLE color: 14386684.
HSL color Cylindrical-coordinate representation of color #FC85DB: hue angle of 316.64º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85DB is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 219 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.01 |
| HSL | 316.64º | 0.95% | 0.75% | - |
| HSV(B) | 316.64º | 0.47% | 0.99% | - |
| XYZ | 61.32 | 42.58 | 72.01 | - |
| YUV | 178.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 219 | 0 | 0.47 | 0.13 | 0.01 | 316.64 | 0.95 | 0.75 |
| Hex | FC | 85 | DB | 0 | 2F | D | 1 | 13D | 5F | 4B |
| Octal | 374 | 205 | 333 | 0 | 57 | 15 | 1 | 475 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11011011 | 0 | 101111 | 1101 | 1 | 100111101 | 1011111 | 1001011 |
Color Harmonies of #FC85DB
Complementary color
Monochromatic Colors of #FC85DB
Black with #FC85DB
Text Example
Text Example
White with #FC85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85DB; }
p { color: rgb(252,133,219); }
H1.HeaderClassName
{
color: #FC85DB;
}
.AnyTagClassName
{
color: #FC85DB;
}
</style>
background-color css
<style>
a { background-color: #FC85DB; }
a { background-color: rgb(252,133,219); }
div.DivClassName
{
background-color: #FC85DB;
}
.BgClassName
{
background-color: #FC85DB;
}
</style>
border-color css
<style>
span { border-color: #FC85DB; }
span { border-color: rgb(252,133,219); }
td.TdClassName
{
border-color: #FC85DB;
}
.TagClassName
{
border-color: #FC85DB;
}
</style>