Shades of Pale Magenta #FB82DF
Tints of Pale Magenta #FB82DF
RGB
CMYK
RGB Variations
Color information
#FB82DF (or 0xFB82DF) is known color: Pale Magenta. HEX triplet: FB, 82 and DF. RGB value is (251,130,223). Sum of RGB (Red+Green+Blue) = 251+130+223=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82DF is #047D20. Grayscale: #B0B0B0. Windows color (decimal): -294177 or 14648059. OLE color: 14648059.
HSL color Cylindrical-coordinate representation of color #FB82DF: hue angle of 313.88º 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 #FB82DF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 223 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.02 |
| HSL | 313.88º | 0.94% | 0.75% | - |
| HSV(B) | 313.88º | 0.48% | 0.98% | - |
| XYZ | 61.09 | 41.8 | 74.66 | - |
| YUV | 176.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 223 | 0 | 0.48 | 0.11 | 0.02 | 313.88 | 0.94 | 0.75 |
| Hex | FB | 82 | DF | 0 | 30 | B | 2 | 13A | 5E | 4B |
| Octal | 373 | 202 | 337 | 0 | 60 | 13 | 2 | 472 | 136 | 113 |
| Binary | 11111011 | 10000010 | 11011111 | 0 | 110000 | 1011 | 10 | 100111010 | 1011110 | 1001011 |
Color Harmonies of #FB82DF
Complementary color
Monochromatic Colors of #FB82DF
Black with #FB82DF
Text Example
Text Example
White with #FB82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82DF; }
p { color: rgb(251,130,223); }
H1.HeaderClassName
{
color: #FB82DF;
}
.AnyTagClassName
{
color: #FB82DF;
}
</style>
background-color css
<style>
a { background-color: #FB82DF; }
a { background-color: rgb(251,130,223); }
div.DivClassName
{
background-color: #FB82DF;
}
.BgClassName
{
background-color: #FB82DF;
}
</style>
border-color css
<style>
span { border-color: #FB82DF; }
span { border-color: rgb(251,130,223); }
td.TdClassName
{
border-color: #FB82DF;
}
.TagClassName
{
border-color: #FB82DF;
}
</style>