#FA8BB6

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

Shades of Persian Pink #FA8BB6

Tints of Persian Pink #FA8BB6

Color information

#FA8BB6 (or 0xFA8BB6) is unknown color: approx Persian Pink. HEX triplet: FA, 8B and B6. RGB value is (250,139,182). Sum of RGB (Red+Green+Blue) = 250+139+182=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BB6 is #057449. Grayscale: #B1B1B1. Windows color (decimal): -357450 or 11963386. OLE color: 11963386.

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

Color convert

RGB250139182-
CMYK00.440.270.02
HSL336.76º91.74%76.27%-
HSV(B)336.76º44.4%98.04%-
XYZ57.142.1749.39-
YUV177.09130.77180-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=43.78%
G=24.34%
B=31.87%

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
Decimal25013918200.440.270.02336.7691.7476.27
HexFA8BB602C1B21515c4c
Octal372213266054332521134114
Binary1111101010001011101101100101100110111010101000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BB6; }

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

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

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

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

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

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

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

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