Shades of Pale Magenta #FB84DC
Tints of Pale Magenta #FB84DC
RGB
CMYK
RGB Variations
Color information
#FB84DC (or 0xFB84DC) is known color: Pale Magenta. HEX triplet: FB, 84 and DC. RGB value is (251,132,220). Sum of RGB (Red+Green+Blue) = 251+132+220=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84DC is #047B23. Grayscale: #B1B1B1. Windows color (decimal): -293668 or 14451963. OLE color: 14451963.
HSL color Cylindrical-coordinate representation of color #FB84DC: hue angle of 315.63º 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 #FB84DC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 220 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.02 |
| HSL | 315.63º | 0.94% | 0.75% | - |
| HSV(B) | 315.63º | 0.47% | 0.98% | - |
| XYZ | 60.95 | 42.18 | 72.64 | - |
| YUV | 177.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 220 | 0 | 0.47 | 0.12 | 0.02 | 315.63 | 0.94 | 0.75 |
| Hex | FB | 84 | DC | 0 | 2F | C | 2 | 13C | 5E | 4B |
| Octal | 373 | 204 | 334 | 0 | 57 | 14 | 2 | 474 | 136 | 113 |
| Binary | 11111011 | 10000100 | 11011100 | 0 | 101111 | 1100 | 10 | 100111100 | 1011110 | 1001011 |
Color Harmonies of #FB84DC
Complementary color
Monochromatic Colors of #FB84DC
Black with #FB84DC
Text Example
Text Example
White with #FB84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB84DC; }
p { color: rgb(251,132,220); }
H1.HeaderClassName
{
color: #FB84DC;
}
.AnyTagClassName
{
color: #FB84DC;
}
</style>
background-color css
<style>
a { background-color: #FB84DC; }
a { background-color: rgb(251,132,220); }
div.DivClassName
{
background-color: #FB84DC;
}
.BgClassName
{
background-color: #FB84DC;
}
</style>
border-color css
<style>
span { border-color: #FB84DC; }
span { border-color: rgb(251,132,220); }
td.TdClassName
{
border-color: #FB84DC;
}
.TagClassName
{
border-color: #FB84DC;
}
</style>