Shades of Pale Magenta #FA8ADC
Tints of Pale Magenta #FA8ADC
RGB
CMYK
RGB Variations
Color information
#FA8ADC (or 0xFA8ADC) is known color: Pale Magenta. HEX triplet: FA, 8A and DC. RGB value is (250,138,220). Sum of RGB (Red+Green+Blue) = 250+138+220=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 138 (54.30% from 255 or 22.70% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ADC is #057523. Grayscale: #B4B4B4. Windows color (decimal): -357668 or 14453498. OLE color: 14453498.
HSL color Cylindrical-coordinate representation of color #FA8ADC: hue angle of 316.07º 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 #FA8ADC is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 220 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.02 |
| HSL | 316.07º | 0.92% | 0.76% | - |
| HSV(B) | 316.07º | 0.45% | 0.98% | - |
| XYZ | 61.43 | 43.67 | 72.9 | - |
| YUV | 180.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 220 | 0 | 0.45 | 0.12 | 0.02 | 316.07 | 0.92 | 0.76 |
| Hex | FA | 8A | DC | 0 | 2D | C | 2 | 13C | 5C | 4C |
| Octal | 372 | 212 | 334 | 0 | 55 | 14 | 2 | 474 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11011100 | 0 | 101101 | 1100 | 10 | 100111100 | 1011100 | 1001100 |
Color Harmonies of #FA8ADC
Complementary color
Monochromatic Colors of #FA8ADC
Black with #FA8ADC
Text Example
Text Example
White with #FA8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ADC; }
p { color: rgb(250,138,220); }
H1.HeaderClassName
{
color: #FA8ADC;
}
.AnyTagClassName
{
color: #FA8ADC;
}
</style>
background-color css
<style>
a { background-color: #FA8ADC; }
a { background-color: rgb(250,138,220); }
div.DivClassName
{
background-color: #FA8ADC;
}
.BgClassName
{
background-color: #FA8ADC;
}
</style>
border-color css
<style>
span { border-color: #FA8ADC; }
span { border-color: rgb(250,138,220); }
td.TdClassName
{
border-color: #FA8ADC;
}
.TagClassName
{
border-color: #FA8ADC;
}
</style>