#FA9ABB

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

Shades of Illusion #FA9ABB

Tints of Illusion #FA9ABB

Color information

#FA9ABB (or 0xFA9ABB) is unknown color: approx Illusion. HEX triplet: FA, 9A and BB. RGB value is (250,154,187). Sum of RGB (Red+Green+Blue) = 250+154+187=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ABB is #056544. Grayscale: #BABABA. Windows color (decimal): -353605 or 12294906. OLE color: 12294906.

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

Color convert

RGB250154187-
CMYK00.380.250.02
HSL339.38º90.57%79.22%-
HSV(B)339.38º38.4%98.04%-
XYZ59.9547.0252.93-
YUV186.47128.3173.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=42.30%
G=26.06%
B=31.64%

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
Decimal25015418700.380.250.02339.3890.5779.22
HexFA9ABB0261921535b4f
Octal372232273046312523133117
Binary1111101010011010101110110100110110011010101001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9ABB; }

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

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

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

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

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

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

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

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