Shades of Persian Pink #FB89B5
Tints of Persian Pink #FB89B5
RGB
CMYK
RGB Variations
Color information
#FB89B5 (or 0xFB89B5) is known color: Persian Pink. HEX triplet: FB, 89 and B5. RGB value is (251,137,181). Sum of RGB (Red+Green+Blue) = 251+137+181=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89B5 is #04764A. Grayscale: #B0B0B0. Windows color (decimal): -292427 or 11897339. OLE color: 11897339.
HSL color Cylindrical-coordinate representation of color #FB89B5: hue angle of 336.84º 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 #FB89B5 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 181 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.02 |
| HSL | 336.84º | 0.93% | 0.76% | - |
| HSV(B) | 336.84º | 0.45% | 0.98% | - |
| XYZ | 57.07 | 41.74 | 48.76 | - |
| YUV | 176.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 181 | 0 | 0.45 | 0.28 | 0.02 | 336.84 | 0.93 | 0.76 |
| Hex | FB | 89 | B5 | 0 | 2D | 1C | 2 | 151 | 5D | 4C |
| Octal | 373 | 211 | 265 | 0 | 55 | 34 | 2 | 521 | 135 | 114 |
| Binary | 11111011 | 10001001 | 10110101 | 0 | 101101 | 11100 | 10 | 101010001 | 1011101 | 1001100 |
Color Harmonies of #FB89B5
Complementary color
Monochromatic Colors of #FB89B5
Black with #FB89B5
Text Example
Text Example
White with #FB89B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89B5; }
p { color: rgb(251,137,181); }
H1.HeaderClassName
{
color: #FB89B5;
}
.AnyTagClassName
{
color: #FB89B5;
}
</style>
background-color css
<style>
a { background-color: #FB89B5; }
a { background-color: rgb(251,137,181); }
div.DivClassName
{
background-color: #FB89B5;
}
.BgClassName
{
background-color: #FB89B5;
}
</style>
border-color css
<style>
span { border-color: #FB89B5; }
span { border-color: rgb(251,137,181); }
td.TdClassName
{
border-color: #FB89B5;
}
.TagClassName
{
border-color: #FB89B5;
}
</style>