Shades of Pale Magenta #FA8EDA
Tints of Pale Magenta #FA8EDA
RGB
CMYK
RGB Variations
Color information
#FA8EDA (or 0xFA8EDA) is known color: Pale Magenta. HEX triplet: FA, 8E and DA. RGB value is (250,142,218). Sum of RGB (Red+Green+Blue) = 250+142+218=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8EDA is #057125. Grayscale: #B6B6B6. Windows color (decimal): -356646 or 14323450. OLE color: 14323450.
HSL color Cylindrical-coordinate representation of color #FA8EDA: hue angle of 317.78º 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 #FA8EDA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 218 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.02 |
| HSL | 317.78º | 0.92% | 0.77% | - |
| HSV(B) | 317.78º | 0.43% | 0.98% | - |
| XYZ | 61.75 | 44.73 | 71.71 | - |
| YUV | 182.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 218 | 0 | 0.43 | 0.13 | 0.02 | 317.78 | 0.92 | 0.77 |
| Hex | FA | 8E | DA | 0 | 2B | D | 2 | 13E | 5C | 4D |
| Octal | 372 | 216 | 332 | 0 | 53 | 15 | 2 | 476 | 134 | 115 |
| Binary | 11111010 | 10001110 | 11011010 | 0 | 101011 | 1101 | 10 | 100111110 | 1011100 | 1001101 |
Color Harmonies of #FA8EDA
Complementary color
Monochromatic Colors of #FA8EDA
Black with #FA8EDA
Text Example
Text Example
White with #FA8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8EDA; }
p { color: rgb(250,142,218); }
H1.HeaderClassName
{
color: #FA8EDA;
}
.AnyTagClassName
{
color: #FA8EDA;
}
</style>
background-color css
<style>
a { background-color: #FA8EDA; }
a { background-color: rgb(250,142,218); }
div.DivClassName
{
background-color: #FA8EDA;
}
.BgClassName
{
background-color: #FA8EDA;
}
</style>
border-color css
<style>
span { border-color: #FA8EDA; }
span { border-color: rgb(250,142,218); }
td.TdClassName
{
border-color: #FA8EDA;
}
.TagClassName
{
border-color: #FA8EDA;
}
</style>