Shades of Pale Magenta #FA8EDD
Tints of Pale Magenta #FA8EDD
RGB
CMYK
RGB Variations
Color information
#FA8EDD (or 0xFA8EDD) is known color: Pale Magenta. HEX triplet: FA, 8E and DD. RGB value is (250,142,221). Sum of RGB (Red+Green+Blue) = 250+142+221=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDD is #057122. Grayscale: #B7B7B7. Windows color (decimal): -356643 or 14520058. OLE color: 14520058.
HSL color Cylindrical-coordinate representation of color #FA8EDD: hue angle of 316.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EDD is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 221 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.11º | 0.92% | 0.77% | - |
| HSV(B) | 316.11º | 0.43% | 0.98% | - |
| XYZ | 62.15 | 44.89 | 73.8 | - |
| YUV | 183.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 221 | 0 | 0.43 | 0.12 | 0.02 | 316.11 | 0.92 | 0.77 |
| Hex | FA | 8E | DD | 0 | 2B | C | 2 | 13C | 5C | 4D |
| Octal | 372 | 216 | 335 | 0 | 53 | 14 | 2 | 474 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11011101 | 0 | 101011 | 1100 | 10 | 100111100 | 1011100 | 1001101 |
Color Harmonies of #FA8EDD
Complementary color
Monochromatic Colors of #FA8EDD
Black with #FA8EDD
Text Example
Text Example
White with #FA8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EDD; }
p { color: rgb(250,142,221); }
H1.HeaderClassName
{
color: #FA8EDD;
}
.AnyTagClassName
{
color: #FA8EDD;
}
</style>
background-color css
<style>
a { background-color: #FA8EDD; }
a { background-color: rgb(250,142,221); }
div.DivClassName
{
background-color: #FA8EDD;
}
.BgClassName
{
background-color: #FA8EDD;
}
</style>
border-color css
<style>
span { border-color: #FA8EDD; }
span { border-color: rgb(250,142,221); }
td.TdClassName
{
border-color: #FA8EDD;
}
.TagClassName
{
border-color: #FA8EDD;
}
</style>