Shades of Pale Magenta #FB7ADE
Tints of Pale Magenta #FB7ADE
RGB
CMYK
RGB Variations
Color information
#FB7ADE (or 0xFB7ADE) is known color: Pale Magenta. HEX triplet: FB, 7A and DE. RGB value is (251,122,222). Sum of RGB (Red+Green+Blue) = 251+122+222=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 122 (48.05% from 255 or 20.50% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7ADE is #048521. Grayscale: #ABABAB. Windows color (decimal): -296226 or 14580475. OLE color: 14580475.
HSL color Cylindrical-coordinate representation of color #FB7ADE: hue angle of 313.49º 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 #FB7ADE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 222 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 313.49º | 0.94% | 0.73% | - |
| HSV(B) | 313.49º | 0.51% | 0.98% | - |
| XYZ | 59.93 | 39.7 | 73.61 | - |
| YUV | 171.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 222 | 0 | 0.51 | 0.12 | 0.02 | 313.49 | 0.94 | 0.73 |
| Hex | FB | 7A | DE | 0 | 33 | C | 2 | 139 | 5E | 49 |
| Octal | 373 | 172 | 336 | 0 | 63 | 14 | 2 | 471 | 136 | 111 |
| Binary | 11111011 | 1111010 | 11011110 | 0 | 110011 | 1100 | 10 | 100111001 | 1011110 | 1001001 |
Color Harmonies of #FB7ADE
Complementary color
Monochromatic Colors of #FB7ADE
Black with #FB7ADE
Text Example
Text Example
White with #FB7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7ADE; }
p { color: rgb(251,122,222); }
H1.HeaderClassName
{
color: #FB7ADE;
}
.AnyTagClassName
{
color: #FB7ADE;
}
</style>
background-color css
<style>
a { background-color: #FB7ADE; }
a { background-color: rgb(251,122,222); }
div.DivClassName
{
background-color: #FB7ADE;
}
.BgClassName
{
background-color: #FB7ADE;
}
</style>
border-color css
<style>
span { border-color: #FB7ADE; }
span { border-color: rgb(251,122,222); }
td.TdClassName
{
border-color: #FB7ADE;
}
.TagClassName
{
border-color: #FB7ADE;
}
</style>