Shades of Pale Magenta #FA8ADD
Tints of Pale Magenta #FA8ADD
RGB
CMYK
RGB Variations
Color information
#FA8ADD (or 0xFA8ADD) is known color: Pale Magenta. HEX triplet: FA, 8A and DD. RGB value is (250,138,221). Sum of RGB (Red+Green+Blue) = 250+138+221=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ADD is #057522. Grayscale: #B4B4B4. Windows color (decimal): -357667 or 14519034. OLE color: 14519034.
HSL color Cylindrical-coordinate representation of color #FA8ADD: hue angle of 315.54º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA8ADD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 221 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.02 |
| HSL | 315.54º | 0.92% | 0.76% | - |
| HSV(B) | 315.54º | 0.45% | 0.98% | - |
| XYZ | 61.56 | 43.72 | 73.6 | - |
| YUV | 180.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 221 | 0 | 0.45 | 0.12 | 0.02 | 315.54 | 0.92 | 0.76 |
| Hex | FA | 8A | DD | 0 | 2D | C | 2 | 13C | 5C | 4C |
| Octal | 372 | 212 | 335 | 0 | 55 | 14 | 2 | 474 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11011101 | 0 | 101101 | 1100 | 10 | 100111100 | 1011100 | 1001100 |
Color Harmonies of #FA8ADD
Complementary color
Monochromatic Colors of #FA8ADD
Black with #FA8ADD
Text Example
Text Example
White with #FA8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ADD; }
p { color: rgb(250,138,221); }
H1.HeaderClassName
{
color: #FA8ADD;
}
.AnyTagClassName
{
color: #FA8ADD;
}
</style>
background-color css
<style>
a { background-color: #FA8ADD; }
a { background-color: rgb(250,138,221); }
div.DivClassName
{
background-color: #FA8ADD;
}
.BgClassName
{
background-color: #FA8ADD;
}
</style>
border-color css
<style>
span { border-color: #FA8ADD; }
span { border-color: rgb(250,138,221); }
td.TdClassName
{
border-color: #FA8ADD;
}
.TagClassName
{
border-color: #FA8ADD;
}
</style>