Shades of Persian Pink #FC81BA
Tints of Persian Pink #FC81BA
RGB
CMYK
RGB Variations
Color information
#FC81BA (or 0xFC81BA) is known color: Persian Pink. HEX triplet: FC, 81 and BA. RGB value is (252,129,186). Sum of RGB (Red+Green+Blue) = 252+129+186=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81BA is #037E45. Grayscale: #ACACAC. Windows color (decimal): -228934 or 12222972. OLE color: 12222972.
HSL color Cylindrical-coordinate representation of color #FC81BA: hue angle of 332.2º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81BA is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 186 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.01 |
| HSL | 332.2º | 0.95% | 0.75% | - |
| HSV(B) | 332.2º | 0.49% | 0.99% | - |
| XYZ | 56.86 | 39.94 | 51.17 | - |
| YUV | 172.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 186 | 0 | 0.49 | 0.26 | 0.01 | 332.2 | 0.95 | 0.75 |
| Hex | FC | 81 | BA | 0 | 31 | 1A | 1 | 14C | 5F | 4B |
| Octal | 374 | 201 | 272 | 0 | 61 | 32 | 1 | 514 | 137 | 113 |
| Binary | 11111100 | 10000001 | 10111010 | 0 | 110001 | 11010 | 1 | 101001100 | 1011111 | 1001011 |
Color Harmonies of #FC81BA
Complementary color
Monochromatic Colors of #FC81BA
Black with #FC81BA
Text Example
Text Example
White with #FC81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81BA; }
p { color: rgb(252,129,186); }
H1.HeaderClassName
{
color: #FC81BA;
}
.AnyTagClassName
{
color: #FC81BA;
}
</style>
background-color css
<style>
a { background-color: #FC81BA; }
a { background-color: rgb(252,129,186); }
div.DivClassName
{
background-color: #FC81BA;
}
.BgClassName
{
background-color: #FC81BA;
}
</style>
border-color css
<style>
span { border-color: #FC81BA; }
span { border-color: rgb(252,129,186); }
td.TdClassName
{
border-color: #FC81BA;
}
.TagClassName
{
border-color: #FC81BA;
}
</style>