Shades of Persian Pink #FF86BB
Tints of Persian Pink #FF86BB
RGB
CMYK
RGB Variations
Color information
#FF86BB (or 0xFF86BB) is known color: Persian Pink. HEX triplet: FF, 86 and BB. RGB value is (255,134,187). Sum of RGB (Red+Green+Blue) = 255+134+187=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86BB is #007944. Grayscale: #B0B0B0. Windows color (decimal): -31045 or 12289791. OLE color: 12289791.
HSL color Cylindrical-coordinate representation of color #FF86BB: hue angle of 333.72º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86BB is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 187 | - |
| CMYK | 0 | 0.47 | 0.27 | 0 |
| HSL | 333.72º | 1% | 0.76% | - |
| HSV(B) | 333.72º | 0.47% | 1% | - |
| XYZ | 58.73 | 41.9 | 52.01 | - |
| YUV | 176.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 187 | 0 | 0.47 | 0.27 | 0 | 333.72 | 1 | 0.76 |
| Hex | FF | 86 | BB | 0 | 2F | 1B | 0 | 14E | 64 | 4C |
| Octal | 377 | 206 | 273 | 0 | 57 | 33 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10111011 | 0 | 101111 | 11011 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF86BB
Complementary color
Monochromatic Colors of #FF86BB
Black with #FF86BB
Text Example
Text Example
White with #FF86BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86BB; }
p { color: rgb(255,134,187); }
H1.HeaderClassName
{
color: #FF86BB;
}
.AnyTagClassName
{
color: #FF86BB;
}
</style>
background-color css
<style>
a { background-color: #FF86BB; }
a { background-color: rgb(255,134,187); }
div.DivClassName
{
background-color: #FF86BB;
}
.BgClassName
{
background-color: #FF86BB;
}
</style>
border-color css
<style>
span { border-color: #FF86BB; }
span { border-color: rgb(255,134,187); }
td.TdClassName
{
border-color: #FF86BB;
}
.TagClassName
{
border-color: #FF86BB;
}
</style>