Shades of Persian Pink #FF86BA
Tints of Persian Pink #FF86BA
RGB
CMYK
RGB Variations
Color information
#FF86BA (or 0xFF86BA) is known color: Persian Pink. HEX triplet: FF, 86 and BA. RGB value is (255,134,186). Sum of RGB (Red+Green+Blue) = 255+134+186=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86BA is #007945. Grayscale: #B0B0B0. Windows color (decimal): -31046 or 12224255. OLE color: 12224255.
HSL color Cylindrical-coordinate representation of color #FF86BA: hue angle of 334.21º 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 #FF86BA is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 186 | - |
| CMYK | 0 | 0.47 | 0.27 | 0 |
| HSL | 334.21º | 1% | 0.76% | - |
| HSV(B) | 334.21º | 0.47% | 1% | - |
| XYZ | 58.63 | 41.86 | 51.44 | - |
| YUV | 176.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 186 | 0 | 0.47 | 0.27 | 0 | 334.21 | 1 | 0.76 |
| Hex | FF | 86 | BA | 0 | 2F | 1B | 0 | 14E | 64 | 4C |
| Octal | 377 | 206 | 272 | 0 | 57 | 33 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10111010 | 0 | 101111 | 11011 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF86BA
Complementary color
Monochromatic Colors of #FF86BA
Black with #FF86BA
Text Example
Text Example
White with #FF86BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86BA; }
p { color: rgb(255,134,186); }
H1.HeaderClassName
{
color: #FF86BA;
}
.AnyTagClassName
{
color: #FF86BA;
}
</style>
background-color css
<style>
a { background-color: #FF86BA; }
a { background-color: rgb(255,134,186); }
div.DivClassName
{
background-color: #FF86BA;
}
.BgClassName
{
background-color: #FF86BA;
}
</style>
border-color css
<style>
span { border-color: #FF86BA; }
span { border-color: rgb(255,134,186); }
td.TdClassName
{
border-color: #FF86BA;
}
.TagClassName
{
border-color: #FF86BA;
}
</style>