Shades of Pale Magenta #FC7EDF
Tints of Pale Magenta #FC7EDF
RGB
CMYK
RGB Variations
Color information
#FC7EDF (or 0xFC7EDF) is known color: Pale Magenta. HEX triplet: FC, 7E and DF. RGB value is (252,126,223). Sum of RGB (Red+Green+Blue) = 252+126+223=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EDF is #038120. Grayscale: #AEAEAE. Windows color (decimal): -229665 or 14647036. OLE color: 14647036.
HSL color Cylindrical-coordinate representation of color #FC7EDF: hue angle of 313.81º 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 #FC7EDF is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 223 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.01 |
| HSL | 313.81º | 0.95% | 0.74% | - |
| HSV(B) | 313.81º | 0.5% | 0.99% | - |
| XYZ | 60.93 | 40.94 | 74.5 | - |
| YUV | 174.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 223 | 0 | 0.5 | 0.12 | 0.01 | 313.81 | 0.95 | 0.74 |
| Hex | FC | 7E | DF | 0 | 32 | C | 1 | 13A | 5F | 4A |
| Octal | 374 | 176 | 337 | 0 | 62 | 14 | 1 | 472 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11011111 | 0 | 110010 | 1100 | 1 | 100111010 | 1011111 | 1001010 |
Color Harmonies of #FC7EDF
Complementary color
Monochromatic Colors of #FC7EDF
Black with #FC7EDF
Text Example
Text Example
White with #FC7EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EDF; }
p { color: rgb(252,126,223); }
H1.HeaderClassName
{
color: #FC7EDF;
}
.AnyTagClassName
{
color: #FC7EDF;
}
</style>
background-color css
<style>
a { background-color: #FC7EDF; }
a { background-color: rgb(252,126,223); }
div.DivClassName
{
background-color: #FC7EDF;
}
.BgClassName
{
background-color: #FC7EDF;
}
</style>
border-color css
<style>
span { border-color: #FC7EDF; }
span { border-color: rgb(252,126,223); }
td.TdClassName
{
border-color: #FC7EDF;
}
.TagClassName
{
border-color: #FC7EDF;
}
</style>