Shades of Persian Pink #FC86BA
Tints of Persian Pink #FC86BA
RGB
CMYK
RGB Variations
Color information
#FC86BA (or 0xFC86BA) is known color: Persian Pink. HEX triplet: FC, 86 and BA. RGB value is (252,134,186). Sum of RGB (Red+Green+Blue) = 252+134+186=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC86BA is #037945. Grayscale: #AFAFAF. Windows color (decimal): -227654 or 12224252. OLE color: 12224252.
HSL color Cylindrical-coordinate representation of color #FC86BA: hue angle of 333.56º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86BA is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 186 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.01 |
| HSL | 333.56º | 0.95% | 0.76% | - |
| HSV(B) | 333.56º | 0.47% | 0.99% | - |
| XYZ | 57.53 | 41.29 | 51.39 | - |
| YUV | 175.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 186 | 0 | 0.47 | 0.26 | 0.01 | 333.56 | 0.95 | 0.76 |
| Hex | FC | 86 | BA | 0 | 2F | 1A | 1 | 14E | 5F | 4C |
| Octal | 374 | 206 | 272 | 0 | 57 | 32 | 1 | 516 | 137 | 114 |
| Binary | 11111100 | 10000110 | 10111010 | 0 | 101111 | 11010 | 1 | 101001110 | 1011111 | 1001100 |
Color Harmonies of #FC86BA
Complementary color
Monochromatic Colors of #FC86BA
Black with #FC86BA
Text Example
Text Example
White with #FC86BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86BA; }
p { color: rgb(252,134,186); }
H1.HeaderClassName
{
color: #FC86BA;
}
.AnyTagClassName
{
color: #FC86BA;
}
</style>
background-color css
<style>
a { background-color: #FC86BA; }
a { background-color: rgb(252,134,186); }
div.DivClassName
{
background-color: #FC86BA;
}
.BgClassName
{
background-color: #FC86BA;
}
</style>
border-color css
<style>
span { border-color: #FC86BA; }
span { border-color: rgb(252,134,186); }
td.TdClassName
{
border-color: #FC86BA;
}
.TagClassName
{
border-color: #FC86BA;
}
</style>