#FC87B5

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

Shades of Persian Pink #FC87B5

Tints of Persian Pink #FC87B5

Color information

#FC87B5 (or 0xFC87B5) is unknown color: approx Persian Pink. HEX triplet: FC, 87 and B5. RGB value is (252,135,181). Sum of RGB (Red+Green+Blue) = 252+135+181=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC87B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC87B5 is #03784A. Grayscale: #AFAFAF. Windows color (decimal): -227403 or 11896828. OLE color: 11896828.

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

Color convert

RGB252135181-
CMYK00.460.280.01
HSL336.41º95.12%75.88%-
HSV(B)336.41º46.43%98.82%-
XYZ57.1541.3648.69-
YUV175.23131.26182.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=44.37%
G=23.77%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213518100.460.280.01336.4195.1275.88
HexFC87B502E1C11505f4c
Octal374207265056341520137114
Binary111111001000011110110101010111011100110101000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC87B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC87B5; }

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

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

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

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

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

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

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

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