#FA9AB3

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

Shades of Illusion #FA9AB3

Tints of Illusion #FA9AB3

Color information

#FA9AB3 (or 0xFA9AB3) is unknown color: approx Illusion. HEX triplet: FA, 9A and B3. RGB value is (250,154,179). Sum of RGB (Red+Green+Blue) = 250+154+179=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AB3 is #05654C. Grayscale: #B9B9B9. Windows color (decimal): -353613 or 11770618. OLE color: 11770618.

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

Color convert

RGB250154179-
CMYK00.380.280.02
HSL344.38º90.57%79.22%-
HSV(B)344.38º38.4%98.04%-
XYZ59.1246.6948.54-
YUV185.55124.3173.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 179 (70.31% from 255) = 30.70%
R=42.88%
G=26.42%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015417900.380.280.02344.3890.5779.22
HexFA9AB30261C21585b4f
Octal372232263046342530133117
Binary1111101010011010101100110100110111001010101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AB3; }

 p { color: rgb(250,154,179); }

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

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

 a { background-color: rgb(250,154,179); }

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

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

 span { border-color: rgb(250,154,179); }

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