Shades of Pale Magenta #FC7CDB
Tints of Pale Magenta #FC7CDB
RGB
CMYK
RGB Variations
Color information
#FC7CDB (or 0xFC7CDB) is known color: Pale Magenta. HEX triplet: FC, 7C and DB. RGB value is (252,124,219). Sum of RGB (Red+Green+Blue) = 252+124+219=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CDB is #038324. Grayscale: #ACACAC. Windows color (decimal): -230181 or 14384380. OLE color: 14384380.
HSL color Cylindrical-coordinate representation of color #FC7CDB: hue angle of 315.47º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CDB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 219 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.01 |
| HSL | 315.47º | 0.96% | 0.74% | - |
| HSV(B) | 315.47º | 0.51% | 0.99% | - |
| XYZ | 60.14 | 40.23 | 71.61 | - |
| YUV | 173.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 219 | 0 | 0.51 | 0.13 | 0.01 | 315.47 | 0.96 | 0.74 |
| Hex | FC | 7C | DB | 0 | 33 | D | 1 | 13B | 60 | 4A |
| Octal | 374 | 174 | 333 | 0 | 63 | 15 | 1 | 473 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11011011 | 0 | 110011 | 1101 | 1 | 100111011 | 1100000 | 1001010 |
Color Harmonies of #FC7CDB
Complementary color
Monochromatic Colors of #FC7CDB
Black with #FC7CDB
Text Example
Text Example
White with #FC7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CDB; }
p { color: rgb(252,124,219); }
H1.HeaderClassName
{
color: #FC7CDB;
}
.AnyTagClassName
{
color: #FC7CDB;
}
</style>
background-color css
<style>
a { background-color: #FC7CDB; }
a { background-color: rgb(252,124,219); }
div.DivClassName
{
background-color: #FC7CDB;
}
.BgClassName
{
background-color: #FC7CDB;
}
</style>
border-color css
<style>
span { border-color: #FC7CDB; }
span { border-color: rgb(252,124,219); }
td.TdClassName
{
border-color: #FC7CDB;
}
.TagClassName
{
border-color: #FC7CDB;
}
</style>