Shades of Pale Magenta #FA7EDC
Tints of Pale Magenta #FA7EDC
RGB
CMYK
RGB Variations
Color information
#FA7EDC (or 0xFA7EDC) is known color: Pale Magenta. HEX triplet: FA, 7E and DC. RGB value is (250,126,220). Sum of RGB (Red+Green+Blue) = 250+126+220=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EDC is #058123. Grayscale: #ADADAD. Windows color (decimal): -360740 or 14450426. OLE color: 14450426.
HSL color Cylindrical-coordinate representation of color #FA7EDC: hue angle of 314.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EDC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 220 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.02 |
| HSL | 314.52º | 0.93% | 0.74% | - |
| HSV(B) | 314.52º | 0.5% | 0.98% | - |
| XYZ | 59.8 | 40.41 | 72.36 | - |
| YUV | 173.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 220 | 0 | 0.50 | 0.12 | 0.02 | 314.52 | 0.93 | 0.74 |
| Hex | FA | 7E | DC | 0 | 32 | C | 2 | 13B | 5D | 4A |
| Octal | 372 | 176 | 334 | 0 | 62 | 14 | 2 | 473 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11011100 | 0 | 110010 | 1100 | 10 | 100111011 | 1011101 | 1001010 |
Color Harmonies of #FA7EDC
Complementary color
Monochromatic Colors of #FA7EDC
Black with #FA7EDC
Text Example
Text Example
White with #FA7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EDC; }
p { color: rgb(250,126,220); }
H1.HeaderClassName
{
color: #FA7EDC;
}
.AnyTagClassName
{
color: #FA7EDC;
}
</style>
background-color css
<style>
a { background-color: #FA7EDC; }
a { background-color: rgb(250,126,220); }
div.DivClassName
{
background-color: #FA7EDC;
}
.BgClassName
{
background-color: #FA7EDC;
}
</style>
border-color css
<style>
span { border-color: #FA7EDC; }
span { border-color: rgb(250,126,220); }
td.TdClassName
{
border-color: #FA7EDC;
}
.TagClassName
{
border-color: #FA7EDC;
}
</style>