Shades of Pale Magenta #FC7EDD
Tints of Pale Magenta #FC7EDD
RGB
CMYK
RGB Variations
Color information
#FC7EDD (or 0xFC7EDD) is known color: Pale Magenta. HEX triplet: FC, 7E and DD. RGB value is (252,126,221). Sum of RGB (Red+Green+Blue) = 252+126+221=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EDD is #038122. Grayscale: #AEAEAE. Windows color (decimal): -229667 or 14515964. OLE color: 14515964.
HSL color Cylindrical-coordinate representation of color #FC7EDD: hue angle of 314.76º 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 #FC7EDD is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 221 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.01 |
| HSL | 314.76º | 0.95% | 0.74% | - |
| HSV(B) | 314.76º | 0.5% | 0.99% | - |
| XYZ | 60.66 | 40.84 | 73.09 | - |
| YUV | 174.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 221 | 0 | 0.5 | 0.12 | 0.01 | 314.76 | 0.95 | 0.74 |
| Hex | FC | 7E | DD | 0 | 32 | C | 1 | 13B | 5F | 4A |
| Octal | 374 | 176 | 335 | 0 | 62 | 14 | 1 | 473 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11011101 | 0 | 110010 | 1100 | 1 | 100111011 | 1011111 | 1001010 |
Color Harmonies of #FC7EDD
Complementary color
Monochromatic Colors of #FC7EDD
Black with #FC7EDD
Text Example
Text Example
White with #FC7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EDD; }
p { color: rgb(252,126,221); }
H1.HeaderClassName
{
color: #FC7EDD;
}
.AnyTagClassName
{
color: #FC7EDD;
}
</style>
background-color css
<style>
a { background-color: #FC7EDD; }
a { background-color: rgb(252,126,221); }
div.DivClassName
{
background-color: #FC7EDD;
}
.BgClassName
{
background-color: #FC7EDD;
}
</style>
border-color css
<style>
span { border-color: #FC7EDD; }
span { border-color: rgb(252,126,221); }
td.TdClassName
{
border-color: #FC7EDD;
}
.TagClassName
{
border-color: #FC7EDD;
}
</style>