Shades of Pale Magenta #FB7ADD
Tints of Pale Magenta #FB7ADD
RGB
CMYK
RGB Variations
Color information
#FB7ADD (or 0xFB7ADD) is known color: Pale Magenta. HEX triplet: FB, 7A and DD. RGB value is (251,122,221). Sum of RGB (Red+Green+Blue) = 251+122+221=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 122 (48.05% from 255 or 20.54% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ADD is #048522. Grayscale: #ABABAB. Windows color (decimal): -296227 or 14514939. OLE color: 14514939.
HSL color Cylindrical-coordinate representation of color #FB7ADD: hue angle of 313.95º 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 #FB7ADD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 221 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 313.95º | 0.94% | 0.73% | - |
| HSV(B) | 313.95º | 0.51% | 0.98% | - |
| XYZ | 59.79 | 39.65 | 72.91 | - |
| YUV | 171.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 221 | 0 | 0.51 | 0.12 | 0.02 | 313.95 | 0.94 | 0.73 |
| Hex | FB | 7A | DD | 0 | 33 | C | 2 | 13A | 5E | 49 |
| Octal | 373 | 172 | 335 | 0 | 63 | 14 | 2 | 472 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11011101 | 0 | 110011 | 1100 | 10 | 100111010 | 1011110 | 1001001 |
Color Harmonies of #FB7ADD
Complementary color
Monochromatic Colors of #FB7ADD
Black with #FB7ADD
Text Example
Text Example
White with #FB7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ADD; }
p { color: rgb(251,122,221); }
H1.HeaderClassName
{
color: #FB7ADD;
}
.AnyTagClassName
{
color: #FB7ADD;
}
</style>
background-color css
<style>
a { background-color: #FB7ADD; }
a { background-color: rgb(251,122,221); }
div.DivClassName
{
background-color: #FB7ADD;
}
.BgClassName
{
background-color: #FB7ADD;
}
</style>
border-color css
<style>
span { border-color: #FB7ADD; }
span { border-color: rgb(251,122,221); }
td.TdClassName
{
border-color: #FB7ADD;
}
.TagClassName
{
border-color: #FB7ADD;
}
</style>