Shades of Persian Pink #FD86BA
Tints of Persian Pink #FD86BA
RGB
CMYK
RGB Variations
Color information
#FD86BA (or 0xFD86BA) is known color: Persian Pink. HEX triplet: FD, 86 and BA. RGB value is (253,134,186). Sum of RGB (Red+Green+Blue) = 253+134+186=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86BA is #027945. Grayscale: #AFAFAF. Windows color (decimal): -162118 or 12224253. OLE color: 12224253.
HSL color Cylindrical-coordinate representation of color #FD86BA: hue angle of 333.78º degrees, saturation: 0.97, 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 #FD86BA is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 186 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.01 |
| HSL | 333.78º | 0.97% | 0.76% | - |
| HSV(B) | 333.78º | 0.47% | 0.99% | - |
| XYZ | 57.9 | 41.48 | 51.41 | - |
| YUV | 175.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 186 | 0 | 0.47 | 0.26 | 0.01 | 333.78 | 0.97 | 0.76 |
| Hex | FD | 86 | BA | 0 | 2F | 1A | 1 | 14E | 61 | 4C |
| Octal | 375 | 206 | 272 | 0 | 57 | 32 | 1 | 516 | 141 | 114 |
| Binary | 11111101 | 10000110 | 10111010 | 0 | 101111 | 11010 | 1 | 101001110 | 1100001 | 1001100 |
Color Harmonies of #FD86BA
Complementary color
Monochromatic Colors of #FD86BA
Black with #FD86BA
Text Example
Text Example
White with #FD86BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD86BA; }
p { color: rgb(253,134,186); }
H1.HeaderClassName
{
color: #FD86BA;
}
.AnyTagClassName
{
color: #FD86BA;
}
</style>
background-color css
<style>
a { background-color: #FD86BA; }
a { background-color: rgb(253,134,186); }
div.DivClassName
{
background-color: #FD86BA;
}
.BgClassName
{
background-color: #FD86BA;
}
</style>
border-color css
<style>
span { border-color: #FD86BA; }
span { border-color: rgb(253,134,186); }
td.TdClassName
{
border-color: #FD86BA;
}
.TagClassName
{
border-color: #FD86BA;
}
</style>