Shades of Pale Magenta #FA7EDD
Tints of Pale Magenta #FA7EDD
RGB
CMYK
RGB Variations
Color information
#FA7EDD (or 0xFA7EDD) is known color: Pale Magenta. HEX triplet: FA, 7E and DD. RGB value is (250,126,221). Sum of RGB (Red+Green+Blue) = 250+126+221=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EDD is #058122. Grayscale: #ADADAD. Windows color (decimal): -360739 or 14515962. OLE color: 14515962.
HSL color Cylindrical-coordinate representation of color #FA7EDD: hue angle of 314.03º 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 #FA7EDD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 221 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.02 |
| HSL | 314.03º | 0.93% | 0.74% | - |
| HSV(B) | 314.03º | 0.5% | 0.98% | - |
| XYZ | 59.94 | 40.47 | 73.06 | - |
| YUV | 173.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 221 | 0 | 0.50 | 0.12 | 0.02 | 314.03 | 0.93 | 0.74 |
| Hex | FA | 7E | DD | 0 | 32 | C | 2 | 13A | 5D | 4A |
| Octal | 372 | 176 | 335 | 0 | 62 | 14 | 2 | 472 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11011101 | 0 | 110010 | 1100 | 10 | 100111010 | 1011101 | 1001010 |
Color Harmonies of #FA7EDD
Complementary color
Monochromatic Colors of #FA7EDD
Black with #FA7EDD
Text Example
Text Example
White with #FA7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7EDD; }
p { color: rgb(250,126,221); }
H1.HeaderClassName
{
color: #FA7EDD;
}
.AnyTagClassName
{
color: #FA7EDD;
}
</style>
background-color css
<style>
a { background-color: #FA7EDD; }
a { background-color: rgb(250,126,221); }
div.DivClassName
{
background-color: #FA7EDD;
}
.BgClassName
{
background-color: #FA7EDD;
}
</style>
border-color css
<style>
span { border-color: #FA7EDD; }
span { border-color: rgb(250,126,221); }
td.TdClassName
{
border-color: #FA7EDD;
}
.TagClassName
{
border-color: #FA7EDD;
}
</style>