Shades of Pale Magenta #FB8BEB
Tints of Pale Magenta #FB8BEB
RGB
CMYK
RGB Variations
Color information
#FB8BEB (or 0xFB8BEB) is known color: Pale Magenta. HEX triplet: FB, 8B and EB. RGB value is (251,139,235). Sum of RGB (Red+Green+Blue) = 251+139+235=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 139 (54.69% from 255 or 22.24% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BEB is #047414. Grayscale: #B7B7B7. Windows color (decimal): -291861 or 15436795. OLE color: 15436795.
HSL color Cylindrical-coordinate representation of color #FB8BEB: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BEB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 235 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.02 |
| HSL | 308.57º | 0.93% | 0.76% | - |
| HSV(B) | 308.57º | 0.45% | 0.98% | - |
| XYZ | 64.01 | 44.97 | 83.9 | - |
| YUV | 183.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 235 | 0 | 0.45 | 0.06 | 0.02 | 308.57 | 0.93 | 0.76 |
| Hex | FB | 8B | EB | 0 | 2D | 6 | 2 | 135 | 5D | 4C |
| Octal | 373 | 213 | 353 | 0 | 55 | 6 | 2 | 465 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11101011 | 0 | 101101 | 110 | 10 | 100110101 | 1011101 | 1001100 |
Color Harmonies of #FB8BEB
Complementary color
Monochromatic Colors of #FB8BEB
Black with #FB8BEB
Text Example
Text Example
White with #FB8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BEB; }
p { color: rgb(251,139,235); }
H1.HeaderClassName
{
color: #FB8BEB;
}
.AnyTagClassName
{
color: #FB8BEB;
}
</style>
background-color css
<style>
a { background-color: #FB8BEB; }
a { background-color: rgb(251,139,235); }
div.DivClassName
{
background-color: #FB8BEB;
}
.BgClassName
{
background-color: #FB8BEB;
}
</style>
border-color css
<style>
span { border-color: #FB8BEB; }
span { border-color: rgb(251,139,235); }
td.TdClassName
{
border-color: #FB8BEB;
}
.TagClassName
{
border-color: #FB8BEB;
}
</style>