Shades of Pale Magenta #FB89EA
Tints of Pale Magenta #FB89EA
RGB
CMYK
RGB Variations
Color information
#FB89EA (or 0xFB89EA) is known color: Pale Magenta. HEX triplet: FB, 89 and EA. RGB value is (251,137,234). Sum of RGB (Red+Green+Blue) = 251+137+234=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 137 (53.91% from 255 or 22.03% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB89EA is #047615. Grayscale: #B5B5B5. Windows color (decimal): -292374 or 15370747. OLE color: 15370747.
HSL color Cylindrical-coordinate representation of color #FB89EA: hue angle of 308.95º 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 #FB89EA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 234 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.02 |
| HSL | 308.95º | 0.93% | 0.76% | - |
| HSV(B) | 308.95º | 0.45% | 0.98% | - |
| XYZ | 63.58 | 44.34 | 83.05 | - |
| YUV | 182.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 234 | 0 | 0.45 | 0.07 | 0.02 | 308.95 | 0.93 | 0.76 |
| Hex | FB | 89 | EA | 0 | 2D | 7 | 2 | 135 | 5D | 4C |
| Octal | 373 | 211 | 352 | 0 | 55 | 7 | 2 | 465 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11101010 | 0 | 101101 | 111 | 10 | 100110101 | 1011101 | 1001100 |
Color Harmonies of #FB89EA
Complementary color
Monochromatic Colors of #FB89EA
Black with #FB89EA
Text Example
Text Example
White with #FB89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89EA; }
p { color: rgb(251,137,234); }
H1.HeaderClassName
{
color: #FB89EA;
}
.AnyTagClassName
{
color: #FB89EA;
}
</style>
background-color css
<style>
a { background-color: #FB89EA; }
a { background-color: rgb(251,137,234); }
div.DivClassName
{
background-color: #FB89EA;
}
.BgClassName
{
background-color: #FB89EA;
}
</style>
border-color css
<style>
span { border-color: #FB89EA; }
span { border-color: rgb(251,137,234); }
td.TdClassName
{
border-color: #FB89EA;
}
.TagClassName
{
border-color: #FB89EA;
}
</style>