Shades of Pale Magenta #FC7ADB
Tints of Pale Magenta #FC7ADB
RGB
CMYK
RGB Variations
Color information
#FC7ADB (or 0xFC7ADB) is known color: Pale Magenta. HEX triplet: FC, 7A and DB. RGB value is (252,122,219). Sum of RGB (Red+Green+Blue) = 252+122+219=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 122 (48.05% from 255 or 20.57% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ADB is #038524. Grayscale: #ABABAB. Windows color (decimal): -230693 or 14383868. OLE color: 14383868.
HSL color Cylindrical-coordinate representation of color #FC7ADB: hue angle of 315.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7ADB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 219 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.01 |
| HSL | 315.23º | 0.96% | 0.73% | - |
| HSV(B) | 315.23º | 0.52% | 0.99% | - |
| XYZ | 59.89 | 39.73 | 71.53 | - |
| YUV | 171.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 219 | 0 | 0.52 | 0.13 | 0.01 | 315.23 | 0.96 | 0.73 |
| Hex | FC | 7A | DB | 0 | 34 | D | 1 | 13B | 60 | 49 |
| Octal | 374 | 172 | 333 | 0 | 64 | 15 | 1 | 473 | 140 | 111 |
| Binary | 11111100 | 1111010 | 11011011 | 0 | 110100 | 1101 | 1 | 100111011 | 1100000 | 1001001 |
Color Harmonies of #FC7ADB
Complementary color
Monochromatic Colors of #FC7ADB
Black with #FC7ADB
Text Example
Text Example
White with #FC7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7ADB; }
p { color: rgb(252,122,219); }
H1.HeaderClassName
{
color: #FC7ADB;
}
.AnyTagClassName
{
color: #FC7ADB;
}
</style>
background-color css
<style>
a { background-color: #FC7ADB; }
a { background-color: rgb(252,122,219); }
div.DivClassName
{
background-color: #FC7ADB;
}
.BgClassName
{
background-color: #FC7ADB;
}
</style>
border-color css
<style>
span { border-color: #FC7ADB; }
span { border-color: rgb(252,122,219); }
td.TdClassName
{
border-color: #FC7ADB;
}
.TagClassName
{
border-color: #FC7ADB;
}
</style>