#FA88B4

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

Shades of Persian Pink #FA88B4

Tints of Persian Pink #FA88B4

Color information

#FA88B4 (or 0xFA88B4) is unknown color: approx Persian Pink. HEX triplet: FA, 88 and B4. RGB value is (250,136,180). Sum of RGB (Red+Green+Blue) = 250+136+180=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88B4 is #05774B. Grayscale: #AFAFAF. Windows color (decimal): -358220 or 11831546. OLE color: 11831546.

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

Color convert

RGB250136180-
CMYK00.460.280.02
HSL336.84º91.94%75.69%-
HSV(B)336.84º45.6%98.04%-
XYZ56.4741.2348.16-
YUV175.1130.77181.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.17%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=44.17%
G=24.03%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013618000.460.280.02336.8491.9475.69
HexFA88B402E1C21515c4c
Octal372210264056342521134114
Binary1111101010001000101101000101110111001010101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88B4; }

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

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

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

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

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

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

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

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