#FA87BA

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

Shades of Persian Pink #FA87BA

Tints of Persian Pink #FA87BA

Color information

#FA87BA (or 0xFA87BA) is unknown color: approx Persian Pink. HEX triplet: FA, 87 and BA. RGB value is (250,135,186). Sum of RGB (Red+Green+Blue) = 250+135+186=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA87BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA87BA is #057845. Grayscale: #AFAFAF. Windows color (decimal): -358470 or 12224506. OLE color: 12224506.

HSL color Cylindrical-coordinate representation of color #FA87BA: hue angle of 333.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA87BA is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250135186-
CMYK00.460.260.02
HSL333.39º92%75.49%-
HSV(B)333.39º46%98.04%-
XYZ56.9541.251.4-
YUV175.2134.1181.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=43.78%
G=23.64%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013518600.460.260.02333.399275.49
HexFA87BA02E1A214d5c4b
Octal372207272056322515134113
Binary1111101010000111101110100101110110101010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA87BA; }

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

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

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

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

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

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

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

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