Shades of Pale Magenta #FA8DE4
Tints of Pale Magenta #FA8DE4
RGB
CMYK
RGB Variations
Color information
#FA8DE4 (or 0xFA8DE4) is known color: Pale Magenta. HEX triplet: FA, 8D and E4. RGB value is (250,141,228). Sum of RGB (Red+Green+Blue) = 250+141+228=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 141 (55.47% from 255 or 22.78% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DE4 is #05721B. Grayscale: #B7B7B7. Windows color (decimal): -356892 or 14978554. OLE color: 14978554.
HSL color Cylindrical-coordinate representation of color #FA8DE4: hue angle of 312.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8DE4 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 228 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.02 |
| HSL | 312.11º | 0.92% | 0.77% | - |
| HSV(B) | 312.11º | 0.44% | 0.98% | - |
| XYZ | 62.95 | 44.98 | 78.76 | - |
| YUV | 183.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 228 | 0 | 0.44 | 0.09 | 0.02 | 312.11 | 0.92 | 0.77 |
| Hex | FA | 8D | E4 | 0 | 2C | 9 | 2 | 138 | 5C | 4D |
| Octal | 372 | 215 | 344 | 0 | 54 | 11 | 2 | 470 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11100100 | 0 | 101100 | 1001 | 10 | 100111000 | 1011100 | 1001101 |
Color Harmonies of #FA8DE4
Complementary color
Monochromatic Colors of #FA8DE4
Black with #FA8DE4
Text Example
Text Example
White with #FA8DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DE4; }
p { color: rgb(250,141,228); }
H1.HeaderClassName
{
color: #FA8DE4;
}
.AnyTagClassName
{
color: #FA8DE4;
}
</style>
background-color css
<style>
a { background-color: #FA8DE4; }
a { background-color: rgb(250,141,228); }
div.DivClassName
{
background-color: #FA8DE4;
}
.BgClassName
{
background-color: #FA8DE4;
}
</style>
border-color css
<style>
span { border-color: #FA8DE4; }
span { border-color: rgb(250,141,228); }
td.TdClassName
{
border-color: #FA8DE4;
}
.TagClassName
{
border-color: #FA8DE4;
}
</style>