Shades of Pale Magenta #FB84D8
Tints of Pale Magenta #FB84D8
RGB
CMYK
RGB Variations
Color information
#FB84D8 (or 0xFB84D8) is known color: Pale Magenta. HEX triplet: FB, 84 and D8. RGB value is (251,132,216). Sum of RGB (Red+Green+Blue) = 251+132+216=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84D8 is #047B27. Grayscale: #B0B0B0. Windows color (decimal): -293672 or 14189819. OLE color: 14189819.
HSL color Cylindrical-coordinate representation of color #FB84D8: hue angle of 317.65º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB84D8 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 216 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.02 |
| HSL | 317.65º | 0.94% | 0.75% | - |
| HSV(B) | 317.65º | 0.47% | 0.98% | - |
| XYZ | 60.43 | 41.97 | 69.88 | - |
| YUV | 177.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 216 | 0 | 0.47 | 0.14 | 0.02 | 317.65 | 0.94 | 0.75 |
| Hex | FB | 84 | D8 | 0 | 2F | E | 2 | 13E | 5E | 4B |
| Octal | 373 | 204 | 330 | 0 | 57 | 16 | 2 | 476 | 136 | 113 |
| Binary | 11111011 | 10000100 | 11011000 | 0 | 101111 | 1110 | 10 | 100111110 | 1011110 | 1001011 |
Color Harmonies of #FB84D8
Complementary color
Monochromatic Colors of #FB84D8
Black with #FB84D8
Text Example
Text Example
White with #FB84D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84D8; }
p { color: rgb(251,132,216); }
H1.HeaderClassName
{
color: #FB84D8;
}
.AnyTagClassName
{
color: #FB84D8;
}
</style>
background-color css
<style>
a { background-color: #FB84D8; }
a { background-color: rgb(251,132,216); }
div.DivClassName
{
background-color: #FB84D8;
}
.BgClassName
{
background-color: #FB84D8;
}
</style>
border-color css
<style>
span { border-color: #FB84D8; }
span { border-color: rgb(251,132,216); }
td.TdClassName
{
border-color: #FB84D8;
}
.TagClassName
{
border-color: #FB84D8;
}
</style>