Shades of Pale Magenta #FA8ED7
Tints of Pale Magenta #FA8ED7
RGB
CMYK
RGB Variations
Color information
#FA8ED7 (or 0xFA8ED7) is known color: Pale Magenta. HEX triplet: FA, 8E and D7. RGB value is (250,142,215). Sum of RGB (Red+Green+Blue) = 250+142+215=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED7 is #057128. Grayscale: #B6B6B6. Windows color (decimal): -356649 or 14126842. OLE color: 14126842.
HSL color Cylindrical-coordinate representation of color #FA8ED7: hue angle of 319.44º 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 #FA8ED7 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 215 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.02 |
| HSL | 319.44º | 0.92% | 0.77% | - |
| HSV(B) | 319.44º | 0.43% | 0.98% | - |
| XYZ | 61.36 | 44.58 | 69.66 | - |
| YUV | 182.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 215 | 0 | 0.43 | 0.14 | 0.02 | 319.44 | 0.92 | 0.77 |
| Hex | FA | 8E | D7 | 0 | 2B | E | 2 | 13F | 5C | 4D |
| Octal | 372 | 216 | 327 | 0 | 53 | 16 | 2 | 477 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11010111 | 0 | 101011 | 1110 | 10 | 100111111 | 1011100 | 1001101 |
Color Harmonies of #FA8ED7
Complementary color
Monochromatic Colors of #FA8ED7
Black with #FA8ED7
Text Example
Text Example
White with #FA8ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ED7; }
p { color: rgb(250,142,215); }
H1.HeaderClassName
{
color: #FA8ED7;
}
.AnyTagClassName
{
color: #FA8ED7;
}
</style>
background-color css
<style>
a { background-color: #FA8ED7; }
a { background-color: rgb(250,142,215); }
div.DivClassName
{
background-color: #FA8ED7;
}
.BgClassName
{
background-color: #FA8ED7;
}
</style>
border-color css
<style>
span { border-color: #FA8ED7; }
span { border-color: rgb(250,142,215); }
td.TdClassName
{
border-color: #FA8ED7;
}
.TagClassName
{
border-color: #FA8ED7;
}
</style>