#FA8BB7

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

Shades of Persian Pink #FA8BB7

Tints of Persian Pink #FA8BB7

Color information

#FA8BB7 (or 0xFA8BB7) is unknown color: approx Persian Pink. HEX triplet: FA, 8B and B7. RGB value is (250,139,183). Sum of RGB (Red+Green+Blue) = 250+139+183=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BB7 is #057448. Grayscale: #B1B1B1. Windows color (decimal): -357449 or 12028922. OLE color: 12028922.

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

Color convert

RGB250139183-
CMYK00.440.270.02
HSL336.22º91.74%76.27%-
HSV(B)336.22º44.4%98.04%-
XYZ57.242.2149.93-
YUV177.2131.27179.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=43.71%
G=24.30%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013918300.440.270.02336.2291.7476.27
HexFA8BB702C1B21505c4c
Octal372213267054332520134114
Binary1111101010001011101101110101100110111010101000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BB7; }

 p { color: rgb(250,139,183); }

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

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

 a { background-color: rgb(250,139,183); }

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

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

 span { border-color: rgb(250,139,183); }

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