Shades of Pale Magenta #FB83DE
Tints of Pale Magenta #FB83DE
RGB
CMYK
RGB Variations
Color information
#FB83DE (or 0xFB83DE) is known color: Pale Magenta. HEX triplet: FB, 83 and DE. RGB value is (251,131,222). Sum of RGB (Red+Green+Blue) = 251+131+222=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83DE is #047C21. Grayscale: #B1B1B1. Windows color (decimal): -293922 or 14582779. OLE color: 14582779.
HSL color Cylindrical-coordinate representation of color #FB83DE: hue angle of 314.5º 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 #FB83DE is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 222 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.02 |
| HSL | 314.5º | 0.94% | 0.75% | - |
| HSV(B) | 314.5º | 0.48% | 0.98% | - |
| XYZ | 61.08 | 42.02 | 74 | - |
| YUV | 177.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 222 | 0 | 0.48 | 0.12 | 0.02 | 314.5 | 0.94 | 0.75 |
| Hex | FB | 83 | DE | 0 | 30 | C | 2 | 13A | 5E | 4B |
| Octal | 373 | 203 | 336 | 0 | 60 | 14 | 2 | 472 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11011110 | 0 | 110000 | 1100 | 10 | 100111010 | 1011110 | 1001011 |
Color Harmonies of #FB83DE
Complementary color
Monochromatic Colors of #FB83DE
Black with #FB83DE
Text Example
Text Example
White with #FB83DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83DE; }
p { color: rgb(251,131,222); }
H1.HeaderClassName
{
color: #FB83DE;
}
.AnyTagClassName
{
color: #FB83DE;
}
</style>
background-color css
<style>
a { background-color: #FB83DE; }
a { background-color: rgb(251,131,222); }
div.DivClassName
{
background-color: #FB83DE;
}
.BgClassName
{
background-color: #FB83DE;
}
</style>
border-color css
<style>
span { border-color: #FB83DE; }
span { border-color: rgb(251,131,222); }
td.TdClassName
{
border-color: #FB83DE;
}
.TagClassName
{
border-color: #FB83DE;
}
</style>