#FA9AB1

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

Shades of Illusion #FA9AB1

Tints of Illusion #FA9AB1

Color information

#FA9AB1 (or 0xFA9AB1) is unknown color: approx Illusion. HEX triplet: FA, 9A and B1. RGB value is (250,154,177). Sum of RGB (Red+Green+Blue) = 250+154+177=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9AB1 is #05654E. Grayscale: #B9B9B9. Windows color (decimal): -353615 or 11639546. OLE color: 11639546.

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

Color convert

RGB250154177-
CMYK00.380.290.02
HSL345.62º90.57%79.22%-
HSV(B)345.62º38.4%98.04%-
XYZ58.9246.6147.49-
YUV185.33123.3174.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 177 (69.53% from 255) = 30.46%
R=43.03%
G=26.51%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015417700.380.290.02345.6290.5779.22
HexFA9AB10261D215a5b4f
Octal372232261046352532133117
Binary1111101010011010101100010100110111011010101101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AB1; }

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

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

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

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

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

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

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

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