Shades of Pale Magenta #FA8DDC
Tints of Pale Magenta #FA8DDC
RGB
CMYK
RGB Variations
Color information
#FA8DDC (or 0xFA8DDC) is known color: Pale Magenta. HEX triplet: FA, 8D and DC. RGB value is (250,141,220). Sum of RGB (Red+Green+Blue) = 250+141+220=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DDC is #057223. Grayscale: #B6B6B6. Windows color (decimal): -356900 or 14454266. OLE color: 14454266.
HSL color Cylindrical-coordinate representation of color #FA8DDC: hue angle of 316.51º 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 #FA8DDC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 220 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.02 |
| HSL | 316.51º | 0.92% | 0.77% | - |
| HSV(B) | 316.51º | 0.44% | 0.98% | - |
| XYZ | 61.87 | 44.54 | 73.05 | - |
| YUV | 182.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 220 | 0 | 0.44 | 0.12 | 0.02 | 316.51 | 0.92 | 0.77 |
| Hex | FA | 8D | DC | 0 | 2C | C | 2 | 13D | 5C | 4D |
| Octal | 372 | 215 | 334 | 0 | 54 | 14 | 2 | 475 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11011100 | 0 | 101100 | 1100 | 10 | 100111101 | 1011100 | 1001101 |
Color Harmonies of #FA8DDC
Complementary color
Monochromatic Colors of #FA8DDC
Black with #FA8DDC
Text Example
Text Example
White with #FA8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DDC; }
p { color: rgb(250,141,220); }
H1.HeaderClassName
{
color: #FA8DDC;
}
.AnyTagClassName
{
color: #FA8DDC;
}
</style>
background-color css
<style>
a { background-color: #FA8DDC; }
a { background-color: rgb(250,141,220); }
div.DivClassName
{
background-color: #FA8DDC;
}
.BgClassName
{
background-color: #FA8DDC;
}
</style>
border-color css
<style>
span { border-color: #FA8DDC; }
span { border-color: rgb(250,141,220); }
td.TdClassName
{
border-color: #FA8DDC;
}
.TagClassName
{
border-color: #FA8DDC;
}
</style>