Shades of Persian Pink #FF88B9
Tints of Persian Pink #FF88B9
RGB
CMYK
RGB Variations
Color information
#FF88B9 (or 0xFF88B9) is known color: Persian Pink. HEX triplet: FF, 88 and B9. RGB value is (255,136,185). Sum of RGB (Red+Green+Blue) = 255+136+185=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88B9 is #007746. Grayscale: #B1B1B1. Windows color (decimal): -30535 or 12159231. OLE color: 12159231.
HSL color Cylindrical-coordinate representation of color #FF88B9: hue angle of 335.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88B9 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 185 | - |
| CMYK | 0 | 0.47 | 0.27 | 0 |
| HSL | 335.29º | 1% | 0.77% | - |
| HSV(B) | 335.29º | 0.47% | 1% | - |
| XYZ | 58.8 | 42.37 | 50.98 | - |
| YUV | 177.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 185 | 0 | 0.47 | 0.27 | 0 | 335.29 | 1 | 0.77 |
| Hex | FF | 88 | B9 | 0 | 2F | 1B | 0 | 14F | 64 | 4D |
| Octal | 377 | 210 | 271 | 0 | 57 | 33 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10111001 | 0 | 101111 | 11011 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF88B9
Complementary color
Monochromatic Colors of #FF88B9
Black with #FF88B9
Text Example
Text Example
White with #FF88B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88B9; }
p { color: rgb(255,136,185); }
H1.HeaderClassName
{
color: #FF88B9;
}
.AnyTagClassName
{
color: #FF88B9;
}
</style>
background-color css
<style>
a { background-color: #FF88B9; }
a { background-color: rgb(255,136,185); }
div.DivClassName
{
background-color: #FF88B9;
}
.BgClassName
{
background-color: #FF88B9;
}
</style>
border-color css
<style>
span { border-color: #FF88B9; }
span { border-color: rgb(255,136,185); }
td.TdClassName
{
border-color: #FF88B9;
}
.TagClassName
{
border-color: #FF88B9;
}
</style>