Shades of Pale Magenta #FC8BDB
Tints of Pale Magenta #FC8BDB
RGB
CMYK
RGB Variations
Color information
#FC8BDB (or 0xFC8BDB) is known color: Pale Magenta. HEX triplet: FC, 8B and DB. RGB value is (252,139,219). Sum of RGB (Red+Green+Blue) = 252+139+219=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8BDB is #037424. Grayscale: #B5B5B5. Windows color (decimal): -226341 or 14388220. OLE color: 14388220.
HSL color Cylindrical-coordinate representation of color #FC8BDB: hue angle of 317.52º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BDB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 219 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.01 |
| HSL | 317.52º | 0.95% | 0.77% | - |
| HSV(B) | 317.52º | 0.45% | 0.99% | - |
| XYZ | 62.16 | 44.28 | 72.29 | - |
| YUV | 181.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 219 | 0 | 0.45 | 0.13 | 0.01 | 317.52 | 0.95 | 0.77 |
| Hex | FC | 8B | DB | 0 | 2D | D | 1 | 13E | 5F | 4D |
| Octal | 374 | 213 | 333 | 0 | 55 | 15 | 1 | 476 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11011011 | 0 | 101101 | 1101 | 1 | 100111110 | 1011111 | 1001101 |
Color Harmonies of #FC8BDB
Complementary color
Monochromatic Colors of #FC8BDB
Black with #FC8BDB
Text Example
Text Example
White with #FC8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BDB; }
p { color: rgb(252,139,219); }
H1.HeaderClassName
{
color: #FC8BDB;
}
.AnyTagClassName
{
color: #FC8BDB;
}
</style>
background-color css
<style>
a { background-color: #FC8BDB; }
a { background-color: rgb(252,139,219); }
div.DivClassName
{
background-color: #FC8BDB;
}
.BgClassName
{
background-color: #FC8BDB;
}
</style>
border-color css
<style>
span { border-color: #FC8BDB; }
span { border-color: rgb(252,139,219); }
td.TdClassName
{
border-color: #FC8BDB;
}
.TagClassName
{
border-color: #FC8BDB;
}
</style>