Shades of Pale Magenta #FB83DD
Tints of Pale Magenta #FB83DD
RGB
CMYK
RGB Variations
Color information
#FB83DD (or 0xFB83DD) is known color: Pale Magenta. HEX triplet: FB, 83 and DD. RGB value is (251,131,221). Sum of RGB (Red+Green+Blue) = 251+131+221=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83DD is #047C22. Grayscale: #B0B0B0. Windows color (decimal): -293923 or 14517243. OLE color: 14517243.
HSL color Cylindrical-coordinate representation of color #FB83DD: hue angle of 315º 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 #FB83DD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 221 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.02 |
| HSL | 315º | 0.94% | 0.75% | - |
| HSV(B) | 315º | 0.48% | 0.98% | - |
| XYZ | 60.95 | 41.96 | 73.29 | - |
| YUV | 177.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 221 | 0 | 0.48 | 0.12 | 0.02 | 315 | 0.94 | 0.75 |
| Hex | FB | 83 | DD | 0 | 30 | C | 2 | 13B | 5E | 4B |
| Octal | 373 | 203 | 335 | 0 | 60 | 14 | 2 | 473 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11011101 | 0 | 110000 | 1100 | 10 | 100111011 | 1011110 | 1001011 |
Color Harmonies of #FB83DD
Complementary color
Monochromatic Colors of #FB83DD
Black with #FB83DD
Text Example
Text Example
White with #FB83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83DD; }
p { color: rgb(251,131,221); }
H1.HeaderClassName
{
color: #FB83DD;
}
.AnyTagClassName
{
color: #FB83DD;
}
</style>
background-color css
<style>
a { background-color: #FB83DD; }
a { background-color: rgb(251,131,221); }
div.DivClassName
{
background-color: #FB83DD;
}
.BgClassName
{
background-color: #FB83DD;
}
</style>
border-color css
<style>
span { border-color: #FB83DD; }
span { border-color: rgb(251,131,221); }
td.TdClassName
{
border-color: #FB83DD;
}
.TagClassName
{
border-color: #FB83DD;
}
</style>