Shades of Pale Magenta #FB82D7
Tints of Pale Magenta #FB82D7
RGB
CMYK
RGB Variations
Color information
#FB82D7 (or 0xFB82D7) is known color: Pale Magenta. HEX triplet: FB, 82 and D7. RGB value is (251,130,215). Sum of RGB (Red+Green+Blue) = 251+130+215=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82D7 is #047D28. Grayscale: #AFAFAF. Windows color (decimal): -294185 or 14123771. OLE color: 14123771.
HSL color Cylindrical-coordinate representation of color #FB82D7: hue angle of 317.85º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB82D7 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 215 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.02 |
| HSL | 317.85º | 0.94% | 0.75% | - |
| HSV(B) | 317.85º | 0.48% | 0.98% | - |
| XYZ | 60.03 | 41.38 | 69.11 | - |
| YUV | 175.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 215 | 0 | 0.48 | 0.14 | 0.02 | 317.85 | 0.94 | 0.75 |
| Hex | FB | 82 | D7 | 0 | 30 | E | 2 | 13E | 5E | 4B |
| Octal | 373 | 202 | 327 | 0 | 60 | 16 | 2 | 476 | 136 | 113 |
| Binary | 11111011 | 10000010 | 11010111 | 0 | 110000 | 1110 | 10 | 100111110 | 1011110 | 1001011 |
Color Harmonies of #FB82D7
Complementary color
Monochromatic Colors of #FB82D7
Black with #FB82D7
Text Example
Text Example
White with #FB82D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82D7; }
p { color: rgb(251,130,215); }
H1.HeaderClassName
{
color: #FB82D7;
}
.AnyTagClassName
{
color: #FB82D7;
}
</style>
background-color css
<style>
a { background-color: #FB82D7; }
a { background-color: rgb(251,130,215); }
div.DivClassName
{
background-color: #FB82D7;
}
.BgClassName
{
background-color: #FB82D7;
}
</style>
border-color css
<style>
span { border-color: #FB82D7; }
span { border-color: rgb(251,130,215); }
td.TdClassName
{
border-color: #FB82D7;
}
.TagClassName
{
border-color: #FB82D7;
}
</style>