#FA9BBB

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

Shades of Illusion #FA9BBB

Tints of Illusion #FA9BBB

Color information

#FA9BBB (or 0xFA9BBB) is unknown color: approx Illusion. HEX triplet: FA, 9B and BB. RGB value is (250,155,187). Sum of RGB (Red+Green+Blue) = 250+155+187=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BBB is #056444. Grayscale: #BBBBBB. Windows color (decimal): -353349 or 12295162. OLE color: 12295162.

HSL color Cylindrical-coordinate representation of color #FA9BBB: hue angle of 339.79º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BBB is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250155187-
CMYK00.380.250.02
HSL339.79º90.48%79.41%-
HSV(B)339.79º38%98.04%-
XYZ60.1247.3552.99-
YUV187.05127.97172.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=42.23%
G=26.18%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015518700.380.250.02339.7990.4879.41
HexFA9BBB0261921545a4f
Octal372233273046312524132117
Binary1111101010011011101110110100110110011010101010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BBB; }

 p { color: rgb(250,155,187); }

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

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

 a { background-color: rgb(250,155,187); }

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

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

 span { border-color: rgb(250,155,187); }

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