Shades of Pale Magenta #FA8DDA
Tints of Pale Magenta #FA8DDA
RGB
CMYK
RGB Variations
Color information
#FA8DDA (or 0xFA8DDA) is known color: Pale Magenta. HEX triplet: FA, 8D and DA. RGB value is (250,141,218). Sum of RGB (Red+Green+Blue) = 250+141+218=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DDA is #057225. Grayscale: #B6B6B6. Windows color (decimal): -356902 or 14323194. OLE color: 14323194.
HSL color Cylindrical-coordinate representation of color #FA8DDA: hue angle of 317.61º 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 #FA8DDA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 218 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.02 |
| HSL | 317.61º | 0.92% | 0.77% | - |
| HSV(B) | 317.61º | 0.44% | 0.98% | - |
| XYZ | 61.6 | 44.44 | 71.66 | - |
| YUV | 182.37 | 148.11 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 218 | 0 | 0.44 | 0.13 | 0.02 | 317.61 | 0.92 | 0.77 |
| Hex | FA | 8D | DA | 0 | 2C | D | 2 | 13E | 5C | 4D |
| Octal | 372 | 215 | 332 | 0 | 54 | 15 | 2 | 476 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11011010 | 0 | 101100 | 1101 | 10 | 100111110 | 1011100 | 1001101 |
Color Harmonies of #FA8DDA
Complementary color
Monochromatic Colors of #FA8DDA
Black with #FA8DDA
Text Example
Text Example
White with #FA8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DDA; }
p { color: rgb(250,141,218); }
H1.HeaderClassName
{
color: #FA8DDA;
}
.AnyTagClassName
{
color: #FA8DDA;
}
</style>
background-color css
<style>
a { background-color: #FA8DDA; }
a { background-color: rgb(250,141,218); }
div.DivClassName
{
background-color: #FA8DDA;
}
.BgClassName
{
background-color: #FA8DDA;
}
</style>
border-color css
<style>
span { border-color: #FA8DDA; }
span { border-color: rgb(250,141,218); }
td.TdClassName
{
border-color: #FA8DDA;
}
.TagClassName
{
border-color: #FA8DDA;
}
</style>