Shades of Pale Magenta #FA8EE4
Tints of Pale Magenta #FA8EE4
RGB
CMYK
RGB Variations
Color information
#FA8EE4 (or 0xFA8EE4) is known color: Pale Magenta. HEX triplet: FA, 8E and E4. RGB value is (250,142,228). Sum of RGB (Red+Green+Blue) = 250+142+228=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EE4 is #05711B. Grayscale: #B7B7B7. Windows color (decimal): -356636 or 14978810. OLE color: 14978810.
HSL color Cylindrical-coordinate representation of color #FA8EE4: hue angle of 312.22º 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 #FA8EE4 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 228 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.02 |
| HSL | 312.22º | 0.92% | 0.77% | - |
| HSV(B) | 312.22º | 0.43% | 0.98% | - |
| XYZ | 63.1 | 45.27 | 78.81 | - |
| YUV | 184.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 228 | 0 | 0.43 | 0.09 | 0.02 | 312.22 | 0.92 | 0.77 |
| Hex | FA | 8E | E4 | 0 | 2B | 9 | 2 | 138 | 5C | 4D |
| Octal | 372 | 216 | 344 | 0 | 53 | 11 | 2 | 470 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11100100 | 0 | 101011 | 1001 | 10 | 100111000 | 1011100 | 1001101 |
Color Harmonies of #FA8EE4
Complementary color
Monochromatic Colors of #FA8EE4
Black with #FA8EE4
Text Example
Text Example
White with #FA8EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EE4; }
p { color: rgb(250,142,228); }
H1.HeaderClassName
{
color: #FA8EE4;
}
.AnyTagClassName
{
color: #FA8EE4;
}
</style>
background-color css
<style>
a { background-color: #FA8EE4; }
a { background-color: rgb(250,142,228); }
div.DivClassName
{
background-color: #FA8EE4;
}
.BgClassName
{
background-color: #FA8EE4;
}
</style>
border-color css
<style>
span { border-color: #FA8EE4; }
span { border-color: rgb(250,142,228); }
td.TdClassName
{
border-color: #FA8EE4;
}
.TagClassName
{
border-color: #FA8EE4;
}
</style>