Shades of Pale Magenta #FB7ADB
Tints of Pale Magenta #FB7ADB
RGB
CMYK
RGB Variations
Color information
#FB7ADB (or 0xFB7ADB) is known color: Pale Magenta. HEX triplet: FB, 7A and DB. RGB value is (251,122,219). Sum of RGB (Red+Green+Blue) = 251+122+219=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ADB is #048524. Grayscale: #ABABAB. Windows color (decimal): -296229 or 14383867. OLE color: 14383867.
HSL color Cylindrical-coordinate representation of color #FB7ADB: hue angle of 314.88º degrees, saturation: 0.94, 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 #FB7ADB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 219 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.02 |
| HSL | 314.88º | 0.94% | 0.73% | - |
| HSV(B) | 314.88º | 0.51% | 0.98% | - |
| XYZ | 59.53 | 39.54 | 71.51 | - |
| YUV | 171.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 219 | 0 | 0.51 | 0.13 | 0.02 | 314.88 | 0.94 | 0.73 |
| Hex | FB | 7A | DB | 0 | 33 | D | 2 | 13B | 5E | 49 |
| Octal | 373 | 172 | 333 | 0 | 63 | 15 | 2 | 473 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11011011 | 0 | 110011 | 1101 | 10 | 100111011 | 1011110 | 1001001 |
Color Harmonies of #FB7ADB
Complementary color
Monochromatic Colors of #FB7ADB
Black with #FB7ADB
Text Example
Text Example
White with #FB7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ADB; }
p { color: rgb(251,122,219); }
H1.HeaderClassName
{
color: #FB7ADB;
}
.AnyTagClassName
{
color: #FB7ADB;
}
</style>
background-color css
<style>
a { background-color: #FB7ADB; }
a { background-color: rgb(251,122,219); }
div.DivClassName
{
background-color: #FB7ADB;
}
.BgClassName
{
background-color: #FB7ADB;
}
</style>
border-color css
<style>
span { border-color: #FB7ADB; }
span { border-color: rgb(251,122,219); }
td.TdClassName
{
border-color: #FB7ADB;
}
.TagClassName
{
border-color: #FB7ADB;
}
</style>