Shades of Pale Magenta #FB7BDA
Tints of Pale Magenta #FB7BDA
RGB
CMYK
RGB Variations
Color information
#FB7BDA (or 0xFB7BDA) is known color: Pale Magenta. HEX triplet: FB, 7B and DA. RGB value is (251,123,218). Sum of RGB (Red+Green+Blue) = 251+123+218=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BDA is #048425. Grayscale: #ABABAB. Windows color (decimal): -295974 or 14318587. OLE color: 14318587.
HSL color Cylindrical-coordinate representation of color #FB7BDA: hue angle of 315.47º 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 #FB7BDA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 218 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.02 |
| HSL | 315.47º | 0.94% | 0.73% | - |
| HSV(B) | 315.47º | 0.51% | 0.98% | - |
| XYZ | 59.52 | 39.74 | 70.86 | - |
| YUV | 172.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 218 | 0 | 0.51 | 0.13 | 0.02 | 315.47 | 0.94 | 0.73 |
| Hex | FB | 7B | DA | 0 | 33 | D | 2 | 13B | 5E | 49 |
| Octal | 373 | 173 | 332 | 0 | 63 | 15 | 2 | 473 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11011010 | 0 | 110011 | 1101 | 10 | 100111011 | 1011110 | 1001001 |
Color Harmonies of #FB7BDA
Complementary color
Monochromatic Colors of #FB7BDA
Black with #FB7BDA
Text Example
Text Example
White with #FB7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BDA; }
p { color: rgb(251,123,218); }
H1.HeaderClassName
{
color: #FB7BDA;
}
.AnyTagClassName
{
color: #FB7BDA;
}
</style>
background-color css
<style>
a { background-color: #FB7BDA; }
a { background-color: rgb(251,123,218); }
div.DivClassName
{
background-color: #FB7BDA;
}
.BgClassName
{
background-color: #FB7BDA;
}
</style>
border-color css
<style>
span { border-color: #FB7BDA; }
span { border-color: rgb(251,123,218); }
td.TdClassName
{
border-color: #FB7BDA;
}
.TagClassName
{
border-color: #FB7BDA;
}
</style>