#FA88B8

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

Shades of Persian Pink #FA88B8

Tints of Persian Pink #FA88B8

Color information

#FA88B8 (or 0xFA88B8) is unknown color: approx Persian Pink. HEX triplet: FA, 88 and B8. RGB value is (250,136,184). Sum of RGB (Red+Green+Blue) = 250+136+184=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 184 (72.27% from 255 or 32.28% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA88B8 is #057747. Grayscale: #AFAFAF. Windows color (decimal): -358216 or 12093690. OLE color: 12093690.

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

Color convert

RGB250136184-
CMYK00.460.260.02
HSL334.74º91.94%75.69%-
HSV(B)334.74º45.6%98.04%-
XYZ56.8841.3950.34-
YUV175.56132.77181.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 184 (72.27% from 255) = 32.28%
R=43.86%
G=23.86%
B=32.28%

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
Decimal25013618400.460.260.02334.7491.9475.69
HexFA88B802E1A214f5c4c
Octal372210270056322517134114
Binary1111101010001000101110000101110110101010100111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA88B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA88B8; }

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

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

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

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

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

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

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

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