#FA9ABA

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

Shades of Illusion #FA9ABA

Tints of Illusion #FA9ABA

Color information

#FA9ABA (or 0xFA9ABA) is unknown color: approx Illusion. HEX triplet: FA, 9A and BA. RGB value is (250,154,186). Sum of RGB (Red+Green+Blue) = 250+154+186=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ABA is #056545. Grayscale: #BABABA. Windows color (decimal): -353606 or 12229370. OLE color: 12229370.

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

Color convert

RGB250154186-
CMYK00.380.260.02
HSL340º90.57%79.22%-
HSV(B)340º38.4%98.04%-
XYZ59.8446.9852.37-
YUV186.35127.8173.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=42.37%
G=26.10%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015418600.380.260.0234090.5779.22
HexFA9ABA0261A21545b4f
Octal372232272046322524133117
Binary1111101010011010101110100100110110101010101010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9ABA; }

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

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

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

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

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

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

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

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