Shades of Pale Magenta #FB89E2
Tints of Pale Magenta #FB89E2
RGB
CMYK
RGB Variations
Color information
#FB89E2 (or 0xFB89E2) is known color: Pale Magenta. HEX triplet: FB, 89 and E2. RGB value is (251,137,226). Sum of RGB (Red+Green+Blue) = 251+137+226=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 137 (53.91% from 255 or 22.31% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89E2 is #04761D. Grayscale: #B4B4B4. Windows color (decimal): -292382 or 14846459. OLE color: 14846459.
HSL color Cylindrical-coordinate representation of color #FB89E2: hue angle of 313.16º 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 #FB89E2 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 226 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.02 |
| HSL | 313.16º | 0.93% | 0.76% | - |
| HSV(B) | 313.16º | 0.45% | 0.98% | - |
| XYZ | 62.46 | 43.89 | 77.13 | - |
| YUV | 181.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 226 | 0 | 0.45 | 0.10 | 0.02 | 313.16 | 0.93 | 0.76 |
| Hex | FB | 89 | E2 | 0 | 2D | A | 2 | 139 | 5D | 4C |
| Octal | 373 | 211 | 342 | 0 | 55 | 12 | 2 | 471 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11100010 | 0 | 101101 | 1010 | 10 | 100111001 | 1011101 | 1001100 |
Color Harmonies of #FB89E2
Complementary color
Monochromatic Colors of #FB89E2
Black with #FB89E2
Text Example
Text Example
White with #FB89E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89E2; }
p { color: rgb(251,137,226); }
H1.HeaderClassName
{
color: #FB89E2;
}
.AnyTagClassName
{
color: #FB89E2;
}
</style>
background-color css
<style>
a { background-color: #FB89E2; }
a { background-color: rgb(251,137,226); }
div.DivClassName
{
background-color: #FB89E2;
}
.BgClassName
{
background-color: #FB89E2;
}
</style>
border-color css
<style>
span { border-color: #FB89E2; }
span { border-color: rgb(251,137,226); }
td.TdClassName
{
border-color: #FB89E2;
}
.TagClassName
{
border-color: #FB89E2;
}
</style>