Shades of Pale Magenta #FC7EDE
Tints of Pale Magenta #FC7EDE
RGB
CMYK
RGB Variations
Color information
#FC7EDE (or 0xFC7EDE) is known color: Pale Magenta. HEX triplet: FC, 7E and DE. RGB value is (252,126,222). Sum of RGB (Red+Green+Blue) = 252+126+222=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EDE is #038121. Grayscale: #AEAEAE. Windows color (decimal): -229666 or 14581500. OLE color: 14581500.
HSL color Cylindrical-coordinate representation of color #FC7EDE: hue angle of 314.29º 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 #FC7EDE is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 222 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.01 |
| HSL | 314.29º | 0.95% | 0.74% | - |
| HSV(B) | 314.29º | 0.5% | 0.99% | - |
| XYZ | 60.79 | 40.89 | 73.8 | - |
| YUV | 174.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 222 | 0 | 0.5 | 0.12 | 0.01 | 314.29 | 0.95 | 0.74 |
| Hex | FC | 7E | DE | 0 | 32 | C | 1 | 13A | 5F | 4A |
| Octal | 374 | 176 | 336 | 0 | 62 | 14 | 1 | 472 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11011110 | 0 | 110010 | 1100 | 1 | 100111010 | 1011111 | 1001010 |
Color Harmonies of #FC7EDE
Complementary color
Monochromatic Colors of #FC7EDE
Black with #FC7EDE
Text Example
Text Example
White with #FC7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EDE; }
p { color: rgb(252,126,222); }
H1.HeaderClassName
{
color: #FC7EDE;
}
.AnyTagClassName
{
color: #FC7EDE;
}
</style>
background-color css
<style>
a { background-color: #FC7EDE; }
a { background-color: rgb(252,126,222); }
div.DivClassName
{
background-color: #FC7EDE;
}
.BgClassName
{
background-color: #FC7EDE;
}
</style>
border-color css
<style>
span { border-color: #FC7EDE; }
span { border-color: rgb(252,126,222); }
td.TdClassName
{
border-color: #FC7EDE;
}
.TagClassName
{
border-color: #FC7EDE;
}
</style>