#FAA2B4

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

Shades of Illusion #FAA2B4

Tints of Illusion #FAA2B4

Color information

#FAA2B4 (or 0xFAA2B4) is unknown color: approx Illusion. HEX triplet: FA, A2 and B4. RGB value is (250,162,180). Sum of RGB (Red+Green+Blue) = 250+162+180=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2B4 is #055D4B. Grayscale: #BEBEBE. Windows color (decimal): -351564 or 11838202. OLE color: 11838202.

HSL color Cylindrical-coordinate representation of color #FAA2B4: hue angle of 347.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2B4 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB250162180-
CMYK00.350.280.02
HSL347.73º89.8%80.78%-
HSV(B)347.73º35.2%98.04%-
XYZ60.5849.4649.53-
YUV190.36122.15170.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 162 (63.67% from 255) = 27.36%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=42.23%
G=27.36%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016218000.350.280.02347.7389.880.78
HexFAA2B40231C215c5a51
Octal372242264043342534132121
Binary1111101010100010101101000100011111001010101110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2B4; }

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

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

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

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

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

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

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

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