Shades of Pale Magenta #FA8EDF
Tints of Pale Magenta #FA8EDF
RGB
CMYK
RGB Variations
Color information
#FA8EDF (or 0xFA8EDF) is known color: Pale Magenta. HEX triplet: FA, 8E and DF. RGB value is (250,142,223). Sum of RGB (Red+Green+Blue) = 250+142+223=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDF is #057120. Grayscale: #B7B7B7. Windows color (decimal): -356641 or 14651130. OLE color: 14651130.
HSL color Cylindrical-coordinate representation of color #FA8EDF: hue angle of 315º 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 #FA8EDF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 223 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.02 |
| HSL | 315º | 0.92% | 0.77% | - |
| HSV(B) | 315º | 0.43% | 0.98% | - |
| XYZ | 62.42 | 45 | 75.21 | - |
| YUV | 183.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 223 | 0 | 0.43 | 0.11 | 0.02 | 315 | 0.92 | 0.77 |
| Hex | FA | 8E | DF | 0 | 2B | B | 2 | 13B | 5C | 4D |
| Octal | 372 | 216 | 337 | 0 | 53 | 13 | 2 | 473 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11011111 | 0 | 101011 | 1011 | 10 | 100111011 | 1011100 | 1001101 |
Color Harmonies of #FA8EDF
Complementary color
Monochromatic Colors of #FA8EDF
Black with #FA8EDF
Text Example
Text Example
White with #FA8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EDF; }
p { color: rgb(250,142,223); }
H1.HeaderClassName
{
color: #FA8EDF;
}
.AnyTagClassName
{
color: #FA8EDF;
}
</style>
background-color css
<style>
a { background-color: #FA8EDF; }
a { background-color: rgb(250,142,223); }
div.DivClassName
{
background-color: #FA8EDF;
}
.BgClassName
{
background-color: #FA8EDF;
}
</style>
border-color css
<style>
span { border-color: #FA8EDF; }
span { border-color: rgb(250,142,223); }
td.TdClassName
{
border-color: #FA8EDF;
}
.TagClassName
{
border-color: #FA8EDF;
}
</style>