Shades of Persian Pink #FD88BA
Tints of Persian Pink #FD88BA
RGB
CMYK
RGB Variations
Color information
#FD88BA (or 0xFD88BA) is known color: Persian Pink. HEX triplet: FD, 88 and BA. RGB value is (253,136,186). Sum of RGB (Red+Green+Blue) = 253+136+186=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD88BA is #027745. Grayscale: #B0B0B0. Windows color (decimal): -161606 or 12224765. OLE color: 12224765.
HSL color Cylindrical-coordinate representation of color #FD88BA: hue angle of 334.36º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD88BA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 186 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.01 |
| HSL | 334.36º | 0.97% | 0.76% | - |
| HSV(B) | 334.36º | 0.46% | 0.99% | - |
| XYZ | 58.18 | 42.04 | 51.5 | - |
| YUV | 176.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 186 | 0 | 0.46 | 0.26 | 0.01 | 334.36 | 0.97 | 0.76 |
| Hex | FD | 88 | BA | 0 | 2E | 1A | 1 | 14E | 61 | 4C |
| Octal | 375 | 210 | 272 | 0 | 56 | 32 | 1 | 516 | 141 | 114 |
| Binary | 11111101 | 10001000 | 10111010 | 0 | 101110 | 11010 | 1 | 101001110 | 1100001 | 1001100 |
Color Harmonies of #FD88BA
Complementary color
Monochromatic Colors of #FD88BA
Black with #FD88BA
Text Example
Text Example
White with #FD88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD88BA; }
p { color: rgb(253,136,186); }
H1.HeaderClassName
{
color: #FD88BA;
}
.AnyTagClassName
{
color: #FD88BA;
}
</style>
background-color css
<style>
a { background-color: #FD88BA; }
a { background-color: rgb(253,136,186); }
div.DivClassName
{
background-color: #FD88BA;
}
.BgClassName
{
background-color: #FD88BA;
}
</style>
border-color css
<style>
span { border-color: #FD88BA; }
span { border-color: rgb(253,136,186); }
td.TdClassName
{
border-color: #FD88BA;
}
.TagClassName
{
border-color: #FD88BA;
}
</style>