#FC87BA

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

Shades of Persian Pink #FC87BA

Tints of Persian Pink #FC87BA

Color information

#FC87BA (or 0xFC87BA) is unknown color: approx Persian Pink. HEX triplet: FC, 87 and BA. RGB value is (252,135,186). Sum of RGB (Red+Green+Blue) = 252+135+186=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87BA is #037845. Grayscale: #AFAFAF. Windows color (decimal): -227398 or 12224508. OLE color: 12224508.

HSL color Cylindrical-coordinate representation of color #FC87BA: hue angle of 333.85º degrees, saturation: 0.95, 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 #FC87BA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252135186-
CMYK00.460.260.01
HSL333.85º95.12%75.88%-
HSV(B)333.85º46.43%98.82%-
XYZ57.6741.5751.44-
YUV175.8133.76182.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=43.98%
G=23.56%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213518600.460.260.01333.8595.1275.88
HexFC87BA02E1A114e5f4c
Octal374207272056321516137114
Binary111111001000011110111010010111011010110100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87BA; }

 p { color: rgb(252,135,186); }

 H1.HeaderClassName
 {
   color: #FC87BA;
 }
 .AnyTagClassName
 {
   color: #FC87BA;
 }
</style>
background-color css

<style>
 a { background-color: #FC87BA; }

 a { background-color: rgb(252,135,186); }

 div.DivClassName
 {
   background-color: #FC87BA;
 }
 .BgClassName
 {
   background-color: #FC87BA;
 }
</style>
border-color css

<style>
 span { border-color: #FC87BA; }

 span { border-color: rgb(252,135,186); }

 td.TdClassName
 {
   border-color: #FC87BA;
 }
 .TagClassName
 {
   border-color: #FC87BA;
 }
</style>