Shades of Persian Pink #FB88BA
Tints of Persian Pink #FB88BA
RGB
CMYK
RGB Variations
Color information
#FB88BA (or 0xFB88BA) is known color: Persian Pink. HEX triplet: FB, 88 and BA. RGB value is (251,136,186). Sum of RGB (Red+Green+Blue) = 251+136+186=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88BA is #047745. Grayscale: #B0B0B0. Windows color (decimal): -292678 or 12224763. OLE color: 12224763.
HSL color Cylindrical-coordinate representation of color #FB88BA: hue angle of 333.91º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88BA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 186 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.02 |
| HSL | 333.91º | 0.93% | 0.76% | - |
| HSV(B) | 333.91º | 0.46% | 0.98% | - |
| XYZ | 57.45 | 41.66 | 51.47 | - |
| YUV | 176.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 186 | 0 | 0.46 | 0.26 | 0.02 | 333.91 | 0.93 | 0.76 |
| Hex | FB | 88 | BA | 0 | 2E | 1A | 2 | 14E | 5D | 4C |
| Octal | 373 | 210 | 272 | 0 | 56 | 32 | 2 | 516 | 135 | 114 |
| Binary | 11111011 | 10001000 | 10111010 | 0 | 101110 | 11010 | 10 | 101001110 | 1011101 | 1001100 |
Color Harmonies of #FB88BA
Complementary color
Monochromatic Colors of #FB88BA
Black with #FB88BA
Text Example
Text Example
White with #FB88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB88BA; }
p { color: rgb(251,136,186); }
H1.HeaderClassName
{
color: #FB88BA;
}
.AnyTagClassName
{
color: #FB88BA;
}
</style>
background-color css
<style>
a { background-color: #FB88BA; }
a { background-color: rgb(251,136,186); }
div.DivClassName
{
background-color: #FB88BA;
}
.BgClassName
{
background-color: #FB88BA;
}
</style>
border-color css
<style>
span { border-color: #FB88BA; }
span { border-color: rgb(251,136,186); }
td.TdClassName
{
border-color: #FB88BA;
}
.TagClassName
{
border-color: #FB88BA;
}
</style>