Shades of Pale Magenta #FC7FDB
Tints of Pale Magenta #FC7FDB
RGB
CMYK
RGB Variations
Color information
#FC7FDB (or 0xFC7FDB) is known color: Pale Magenta. HEX triplet: FC, 7F and DB. RGB value is (252,127,219). Sum of RGB (Red+Green+Blue) = 252+127+219=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FDB is #038024. Grayscale: #AEAEAE. Windows color (decimal): -229413 or 14385148. OLE color: 14385148.
HSL color Cylindrical-coordinate representation of color #FC7FDB: hue angle of 315.84º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FDB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 219 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.01 |
| HSL | 315.84º | 0.95% | 0.74% | - |
| HSV(B) | 315.84º | 0.5% | 0.99% | - |
| XYZ | 60.52 | 40.99 | 71.74 | - |
| YUV | 174.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 219 | 0 | 0.50 | 0.13 | 0.01 | 315.84 | 0.95 | 0.74 |
| Hex | FC | 7F | DB | 0 | 32 | D | 1 | 13C | 5F | 4A |
| Octal | 374 | 177 | 333 | 0 | 62 | 15 | 1 | 474 | 137 | 112 |
| Binary | 11111100 | 1111111 | 11011011 | 0 | 110010 | 1101 | 1 | 100111100 | 1011111 | 1001010 |
Color Harmonies of #FC7FDB
Complementary color
Monochromatic Colors of #FC7FDB
Black with #FC7FDB
Text Example
Text Example
White with #FC7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FDB; }
p { color: rgb(252,127,219); }
H1.HeaderClassName
{
color: #FC7FDB;
}
.AnyTagClassName
{
color: #FC7FDB;
}
</style>
background-color css
<style>
a { background-color: #FC7FDB; }
a { background-color: rgb(252,127,219); }
div.DivClassName
{
background-color: #FC7FDB;
}
.BgClassName
{
background-color: #FC7FDB;
}
</style>
border-color css
<style>
span { border-color: #FC7FDB; }
span { border-color: rgb(252,127,219); }
td.TdClassName
{
border-color: #FC7FDB;
}
.TagClassName
{
border-color: #FC7FDB;
}
</style>