Shades of Pale Magenta #FA8ADE
Tints of Pale Magenta #FA8ADE
RGB
CMYK
RGB Variations
Color information
#FA8ADE (or 0xFA8ADE) is known color: Pale Magenta. HEX triplet: FA, 8A and DE. RGB value is (250,138,222). Sum of RGB (Red+Green+Blue) = 250+138+222=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ADE is #057521. Grayscale: #B4B4B4. Windows color (decimal): -357666 or 14584570. OLE color: 14584570.
HSL color Cylindrical-coordinate representation of color #FA8ADE: hue angle of 315º 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 #FA8ADE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 222 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.02 |
| HSL | 315º | 0.92% | 0.76% | - |
| HSV(B) | 315º | 0.45% | 0.98% | - |
| XYZ | 61.7 | 43.77 | 74.3 | - |
| YUV | 181.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 222 | 0 | 0.45 | 0.11 | 0.02 | 315 | 0.92 | 0.76 |
| Hex | FA | 8A | DE | 0 | 2D | B | 2 | 13B | 5C | 4C |
| Octal | 372 | 212 | 336 | 0 | 55 | 13 | 2 | 473 | 134 | 114 |
| Binary | 11111010 | 10001010 | 11011110 | 0 | 101101 | 1011 | 10 | 100111011 | 1011100 | 1001100 |
Color Harmonies of #FA8ADE
Complementary color
Monochromatic Colors of #FA8ADE
Black with #FA8ADE
Text Example
Text Example
White with #FA8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8ADE; }
p { color: rgb(250,138,222); }
H1.HeaderClassName
{
color: #FA8ADE;
}
.AnyTagClassName
{
color: #FA8ADE;
}
</style>
background-color css
<style>
a { background-color: #FA8ADE; }
a { background-color: rgb(250,138,222); }
div.DivClassName
{
background-color: #FA8ADE;
}
.BgClassName
{
background-color: #FA8ADE;
}
</style>
border-color css
<style>
span { border-color: #FA8ADE; }
span { border-color: rgb(250,138,222); }
td.TdClassName
{
border-color: #FA8ADE;
}
.TagClassName
{
border-color: #FA8ADE;
}
</style>