Shades of Pale Magenta #FB89DF
Tints of Pale Magenta #FB89DF
RGB
CMYK
RGB Variations
Color information
#FB89DF (or 0xFB89DF) is known color: Pale Magenta. HEX triplet: FB, 89 and DF. RGB value is (251,137,223). Sum of RGB (Red+Green+Blue) = 251+137+223=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 137 (53.91% from 255 or 22.42% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89DF is #047620. Grayscale: #B4B4B4. Windows color (decimal): -292385 or 14649851. OLE color: 14649851.
HSL color Cylindrical-coordinate representation of color #FB89DF: hue angle of 314.74º 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 #FB89DF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 223 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.02 |
| HSL | 314.74º | 0.93% | 0.76% | - |
| HSV(B) | 314.74º | 0.45% | 0.98% | - |
| XYZ | 62.05 | 43.73 | 74.98 | - |
| YUV | 180.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 223 | 0 | 0.45 | 0.11 | 0.02 | 314.74 | 0.93 | 0.76 |
| Hex | FB | 89 | DF | 0 | 2D | B | 2 | 13B | 5D | 4C |
| Octal | 373 | 211 | 337 | 0 | 55 | 13 | 2 | 473 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11011111 | 0 | 101101 | 1011 | 10 | 100111011 | 1011101 | 1001100 |
Color Harmonies of #FB89DF
Complementary color
Monochromatic Colors of #FB89DF
Black with #FB89DF
Text Example
Text Example
White with #FB89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89DF; }
p { color: rgb(251,137,223); }
H1.HeaderClassName
{
color: #FB89DF;
}
.AnyTagClassName
{
color: #FB89DF;
}
</style>
background-color css
<style>
a { background-color: #FB89DF; }
a { background-color: rgb(251,137,223); }
div.DivClassName
{
background-color: #FB89DF;
}
.BgClassName
{
background-color: #FB89DF;
}
</style>
border-color css
<style>
span { border-color: #FB89DF; }
span { border-color: rgb(251,137,223); }
td.TdClassName
{
border-color: #FB89DF;
}
.TagClassName
{
border-color: #FB89DF;
}
</style>