#FA9BAE

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

Shades of Illusion #FA9BAE

Tints of Illusion #FA9BAE

Color information

#FA9BAE (or 0xFA9BAE) is unknown color: approx Illusion. HEX triplet: FA, 9B and AE. RGB value is (250,155,174). Sum of RGB (Red+Green+Blue) = 250+155+174=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9BAE is #056451. Grayscale: #B9B9B9. Windows color (decimal): -353362 or 11443194. OLE color: 11443194.

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

Color convert

RGB250155174-
CMYK00.380.300.02
HSL348º90.48%79.41%-
HSV(B)348º38%98.04%-
XYZ58.7946.8245.98-
YUV185.57121.47173.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=43.18%
G=26.77%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015517400.380.300.0234890.4879.41
HexFA9BAE0261E215c5a4f
Octal372233256046362534132117
Binary1111101010011011101011100100110111101010101110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BAE; }

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

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

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

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

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

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

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

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