Shades of Pale Magenta #FA8ED9
Tints of Pale Magenta #FA8ED9
RGB
CMYK
RGB Variations
Color information
#FA8ED9 (or 0xFA8ED9) is known color: Pale Magenta. HEX triplet: FA, 8E and D9. RGB value is (250,142,217). Sum of RGB (Red+Green+Blue) = 250+142+217=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED9 is #057126. Grayscale: #B6B6B6. Windows color (decimal): -356647 or 14257914. OLE color: 14257914.
HSL color Cylindrical-coordinate representation of color #FA8ED9: hue angle of 318.33º 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 #FA8ED9 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 217 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.02 |
| HSL | 318.33º | 0.92% | 0.77% | - |
| HSV(B) | 318.33º | 0.43% | 0.98% | - |
| XYZ | 61.62 | 44.68 | 71.02 | - |
| YUV | 182.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 217 | 0 | 0.43 | 0.13 | 0.02 | 318.33 | 0.92 | 0.77 |
| Hex | FA | 8E | D9 | 0 | 2B | D | 2 | 13E | 5C | 4D |
| Octal | 372 | 216 | 331 | 0 | 53 | 15 | 2 | 476 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11011001 | 0 | 101011 | 1101 | 10 | 100111110 | 1011100 | 1001101 |
Color Harmonies of #FA8ED9
Complementary color
Monochromatic Colors of #FA8ED9
Black with #FA8ED9
Text Example
Text Example
White with #FA8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED9; }
p { color: rgb(250,142,217); }
H1.HeaderClassName
{
color: #FA8ED9;
}
.AnyTagClassName
{
color: #FA8ED9;
}
</style>
background-color css
<style>
a { background-color: #FA8ED9; }
a { background-color: rgb(250,142,217); }
div.DivClassName
{
background-color: #FA8ED9;
}
.BgClassName
{
background-color: #FA8ED9;
}
</style>
border-color css
<style>
span { border-color: #FA8ED9; }
span { border-color: rgb(250,142,217); }
td.TdClassName
{
border-color: #FA8ED9;
}
.TagClassName
{
border-color: #FA8ED9;
}
</style>