Shades of Pale Magenta #FB8BEA
Tints of Pale Magenta #FB8BEA
RGB
CMYK
RGB Variations
Color information
#FB8BEA (or 0xFB8BEA) is known color: Pale Magenta. HEX triplet: FB, 8B and EA. RGB value is (251,139,234). Sum of RGB (Red+Green+Blue) = 251+139+234=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8BEA is #047415. Grayscale: #B7B7B7. Windows color (decimal): -291862 or 15371259. OLE color: 15371259.
HSL color Cylindrical-coordinate representation of color #FB8BEA: hue angle of 309.11º 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 #FB8BEA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 234 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.02 |
| HSL | 309.11º | 0.93% | 0.76% | - |
| HSV(B) | 309.11º | 0.45% | 0.98% | - |
| XYZ | 63.87 | 44.91 | 83.15 | - |
| YUV | 183.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 234 | 0 | 0.45 | 0.07 | 0.02 | 309.11 | 0.93 | 0.76 |
| Hex | FB | 8B | EA | 0 | 2D | 7 | 2 | 135 | 5D | 4C |
| Octal | 373 | 213 | 352 | 0 | 55 | 7 | 2 | 465 | 135 | 114 |
| Binary | 11111011 | 10001011 | 11101010 | 0 | 101101 | 111 | 10 | 100110101 | 1011101 | 1001100 |
Color Harmonies of #FB8BEA
Complementary color
Monochromatic Colors of #FB8BEA
Black with #FB8BEA
Text Example
Text Example
White with #FB8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8BEA; }
p { color: rgb(251,139,234); }
H1.HeaderClassName
{
color: #FB8BEA;
}
.AnyTagClassName
{
color: #FB8BEA;
}
</style>
background-color css
<style>
a { background-color: #FB8BEA; }
a { background-color: rgb(251,139,234); }
div.DivClassName
{
background-color: #FB8BEA;
}
.BgClassName
{
background-color: #FB8BEA;
}
</style>
border-color css
<style>
span { border-color: #FB8BEA; }
span { border-color: rgb(251,139,234); }
td.TdClassName
{
border-color: #FB8BEA;
}
.TagClassName
{
border-color: #FB8BEA;
}
</style>