Shades of Pale Magenta #FA7BDB
Tints of Pale Magenta #FA7BDB
RGB
CMYK
RGB Variations
Color information
#FA7BDB (or 0xFA7BDB) is known color: Pale Magenta. HEX triplet: FA, 7B and DB. RGB value is (250,123,219). Sum of RGB (Red+Green+Blue) = 250+123+219=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BDB is #058424. Grayscale: #ABABAB. Windows color (decimal): -361509 or 14384122. OLE color: 14384122.
HSL color Cylindrical-coordinate representation of color #FA7BDB: hue angle of 314.65º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BDB is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 219 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 314.65º | 0.93% | 0.73% | - |
| HSV(B) | 314.65º | 0.51% | 0.98% | - |
| XYZ | 59.29 | 39.6 | 71.54 | - |
| YUV | 171.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 219 | 0 | 0.51 | 0.12 | 0.02 | 314.65 | 0.93 | 0.73 |
| Hex | FA | 7B | DB | 0 | 33 | C | 2 | 13B | 5D | 49 |
| Octal | 372 | 173 | 333 | 0 | 63 | 14 | 2 | 473 | 135 | 111 |
| Binary | 11111010 | 1111011 | 11011011 | 0 | 110011 | 1100 | 10 | 100111011 | 1011101 | 1001001 |
Color Harmonies of #FA7BDB
Complementary color
Monochromatic Colors of #FA7BDB
Black with #FA7BDB
Text Example
Text Example
White with #FA7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BDB; }
p { color: rgb(250,123,219); }
H1.HeaderClassName
{
color: #FA7BDB;
}
.AnyTagClassName
{
color: #FA7BDB;
}
</style>
background-color css
<style>
a { background-color: #FA7BDB; }
a { background-color: rgb(250,123,219); }
div.DivClassName
{
background-color: #FA7BDB;
}
.BgClassName
{
background-color: #FA7BDB;
}
</style>
border-color css
<style>
span { border-color: #FA7BDB; }
span { border-color: rgb(250,123,219); }
td.TdClassName
{
border-color: #FA7BDB;
}
.TagClassName
{
border-color: #FA7BDB;
}
</style>