Shades of Pale Magenta #FA8DDB
Tints of Pale Magenta #FA8DDB
RGB
CMYK
RGB Variations
Color information
#FA8DDB (or 0xFA8DDB) is known color: Pale Magenta. HEX triplet: FA, 8D and DB. RGB value is (250,141,219). Sum of RGB (Red+Green+Blue) = 250+141+219=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8DDB is #057224. Grayscale: #B6B6B6. Windows color (decimal): -356901 or 14388730. OLE color: 14388730.
HSL color Cylindrical-coordinate representation of color #FA8DDB: hue angle of 317.06º 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 #FA8DDB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 219 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.02 |
| HSL | 317.06º | 0.92% | 0.77% | - |
| HSV(B) | 317.06º | 0.44% | 0.98% | - |
| XYZ | 61.74 | 44.49 | 72.35 | - |
| YUV | 182.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 219 | 0 | 0.44 | 0.12 | 0.02 | 317.06 | 0.92 | 0.77 |
| Hex | FA | 8D | DB | 0 | 2C | C | 2 | 13D | 5C | 4D |
| Octal | 372 | 215 | 333 | 0 | 54 | 14 | 2 | 475 | 134 | 115 |
| Binary | 11111010 | 10001101 | 11011011 | 0 | 101100 | 1100 | 10 | 100111101 | 1011100 | 1001101 |
Color Harmonies of #FA8DDB
Complementary color
Monochromatic Colors of #FA8DDB
Black with #FA8DDB
Text Example
Text Example
White with #FA8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8DDB; }
p { color: rgb(250,141,219); }
H1.HeaderClassName
{
color: #FA8DDB;
}
.AnyTagClassName
{
color: #FA8DDB;
}
</style>
background-color css
<style>
a { background-color: #FA8DDB; }
a { background-color: rgb(250,141,219); }
div.DivClassName
{
background-color: #FA8DDB;
}
.BgClassName
{
background-color: #FA8DDB;
}
</style>
border-color css
<style>
span { border-color: #FA8DDB; }
span { border-color: rgb(250,141,219); }
td.TdClassName
{
border-color: #FA8DDB;
}
.TagClassName
{
border-color: #FA8DDB;
}
</style>