Shades of Pale Magenta #FC7EDB
Tints of Pale Magenta #FC7EDB
RGB
CMYK
RGB Variations
Color information
#FC7EDB (or 0xFC7EDB) is known color: Pale Magenta. HEX triplet: FC, 7E and DB. RGB value is (252,126,219). Sum of RGB (Red+Green+Blue) = 252+126+219=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EDB is #038124. Grayscale: #AEAEAE. Windows color (decimal): -229669 or 14384892. OLE color: 14384892.
HSL color Cylindrical-coordinate representation of color #FC7EDB: hue angle of 315.71º 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 #FC7EDB is Cyan = 0, Magento = 0.5, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 219 | - |
| CMYK | 0 | 0.5 | 0.13 | 0.01 |
| HSL | 315.71º | 0.95% | 0.74% | - |
| HSV(B) | 315.71º | 0.5% | 0.99% | - |
| XYZ | 60.39 | 40.73 | 71.7 | - |
| YUV | 174.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 219 | 0 | 0.5 | 0.13 | 0.01 | 315.71 | 0.95 | 0.74 |
| Hex | FC | 7E | DB | 0 | 32 | D | 1 | 13C | 5F | 4A |
| Octal | 374 | 176 | 333 | 0 | 62 | 15 | 1 | 474 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11011011 | 0 | 110010 | 1101 | 1 | 100111100 | 1011111 | 1001010 |
Color Harmonies of #FC7EDB
Complementary color
Monochromatic Colors of #FC7EDB
Black with #FC7EDB
Text Example
Text Example
White with #FC7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EDB; }
p { color: rgb(252,126,219); }
H1.HeaderClassName
{
color: #FC7EDB;
}
.AnyTagClassName
{
color: #FC7EDB;
}
</style>
background-color css
<style>
a { background-color: #FC7EDB; }
a { background-color: rgb(252,126,219); }
div.DivClassName
{
background-color: #FC7EDB;
}
.BgClassName
{
background-color: #FC7EDB;
}
</style>
border-color css
<style>
span { border-color: #FC7EDB; }
span { border-color: rgb(252,126,219); }
td.TdClassName
{
border-color: #FC7EDB;
}
.TagClassName
{
border-color: #FC7EDB;
}
</style>