#FA9AB4

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

Shades of Illusion #FA9AB4

Tints of Illusion #FA9AB4

Color information

#FA9AB4 (or 0xFA9AB4) is unknown color: approx Illusion. HEX triplet: FA, 9A and B4. RGB value is (250,154,180). Sum of RGB (Red+Green+Blue) = 250+154+180=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AB4 is #05654B. Grayscale: #B9B9B9. Windows color (decimal): -353612 or 11836154. OLE color: 11836154.

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

Color convert

RGB250154180-
CMYK00.380.280.02
HSL343.75º90.57%79.22%-
HSV(B)343.75º38.4%98.04%-
XYZ59.2246.7349.08-
YUV185.67124.8173.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=42.81%
G=26.37%
B=30.82%

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
Decimal25015418000.380.280.02343.7590.5779.22
HexFA9AB40261C21585b4f
Octal372232264046342530133117
Binary1111101010011010101101000100110111001010101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AB4; }

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

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

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

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

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

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

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

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