#faa2ab

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

Shades of Illusion #FAA2AB

Tints of Illusion #FAA2AB

Color information

#FAA2AB (or 0xFAA2AB) is unknown color: approx Illusion. HEX triplet: FA, A2 and AB. RGB value is (250,162,171). Sum of RGB (Red+Green+Blue) = 250+162+171=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2AB is #055D54. Grayscale: #BDBDBD. Windows color (decimal): -351573 or 11248378. OLE color: 11248378.

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

Color convert

RGB250162171-
CMYK00.350.320.02
HSL353.86º89.8%80.78%-
HSV(B)353.86º35.2%98.04%-
XYZ59.749.144.86-
YUV189.34117.65171.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=42.88%
G=27.79%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016217100.350.320.02353.8689.880.78
HexFAA2AB0232021625a51
Octal372242253043402542132121
Binary11111010101000101010101101000111000001010110001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faa2ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faa2ab; }

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

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

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

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

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

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

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

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