#FC81BA

Color #FC81BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FC81BA

Tints of Persian Pink #FC81BA

Color information

#FC81BA (or 0xFC81BA) is unknown color: approx 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

RGB252129186-
CMYK00.490.260.01
HSL332.2º95.35%74.71%-
HSV(B)332.2º48.81%98.82%-
XYZ56.8639.9451.17-
YUV172.28135.75184.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 44.44%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=44.44%
G=22.75%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212918600.490.260.01332.295.3574.71
HexFC81BA0311A114c5f4b
Octal374201272061321514137113
Binary111111001000000110111010011000111010110100110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>