#FA88BA

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

Shades of Persian Pink #FA88BA

Tints of Persian Pink #FA88BA

Color information

#FA88BA (or 0xFA88BA) is unknown color: approx Persian Pink. HEX triplet: FA, 88 and BA. RGB value is (250,136,186). Sum of RGB (Red+Green+Blue) = 250+136+186=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88BA is #057745. Grayscale: #AFAFAF. Windows color (decimal): -358214 or 12224762. OLE color: 12224762.

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

Color convert

RGB250136186-
CMYK00.460.260.02
HSL333.68º91.94%75.69%-
HSV(B)333.68º45.6%98.04%-
XYZ57.0941.4851.45-
YUV175.79133.77180.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 136 (53.52% from 255) = 23.78%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=43.71%
G=23.78%
B=32.52%

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
Decimal25013618600.460.260.02333.6891.9475.69
HexFA88BA02E1A214e5c4c
Octal372210272056322516134114
Binary1111101010001000101110100101110110101010100111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88BA; }

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

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

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

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

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

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

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

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