Shades of Pale Magenta #FB8DE5
Tints of Pale Magenta #FB8DE5
RGB
CMYK
RGB Variations
Color information
#FB8DE5 (or 0xFB8DE5) is known color: Pale Magenta. HEX triplet: FB, 8D and E5. RGB value is (251,141,229). Sum of RGB (Red+Green+Blue) = 251+141+229=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 141 (55.47% from 255 or 22.71% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DE5 is #04721A. Grayscale: #B7B7B7. Windows color (decimal): -291355 or 15044091. OLE color: 15044091.
HSL color Cylindrical-coordinate representation of color #FB8DE5: hue angle of 312º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DE5 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 229 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.02 |
| HSL | 312º | 0.93% | 0.77% | - |
| HSV(B) | 312º | 0.44% | 0.98% | - |
| XYZ | 63.45 | 45.22 | 79.51 | - |
| YUV | 183.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 229 | 0 | 0.44 | 0.09 | 0.02 | 312 | 0.93 | 0.77 |
| Hex | FB | 8D | E5 | 0 | 2C | 9 | 2 | 138 | 5D | 4D |
| Octal | 373 | 215 | 345 | 0 | 54 | 11 | 2 | 470 | 135 | 115 |
| Binary | 11111011 | 10001101 | 11100101 | 0 | 101100 | 1001 | 10 | 100111000 | 1011101 | 1001101 |
Color Harmonies of #FB8DE5
Complementary color
Monochromatic Colors of #FB8DE5
Black with #FB8DE5
Text Example
Text Example
White with #FB8DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8DE5; }
p { color: rgb(251,141,229); }
H1.HeaderClassName
{
color: #FB8DE5;
}
.AnyTagClassName
{
color: #FB8DE5;
}
</style>
background-color css
<style>
a { background-color: #FB8DE5; }
a { background-color: rgb(251,141,229); }
div.DivClassName
{
background-color: #FB8DE5;
}
.BgClassName
{
background-color: #FB8DE5;
}
</style>
border-color css
<style>
span { border-color: #FB8DE5; }
span { border-color: rgb(251,141,229); }
td.TdClassName
{
border-color: #FB8DE5;
}
.TagClassName
{
border-color: #FB8DE5;
}
</style>