#FFA2AB

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

Shades of Illusion #FFA2AB

Tints of Illusion #FFA2AB

Color information

#FFA2AB (or 0xFFA2AB) is unknown color: approx Illusion. HEX triplet: FF, A2 and AB. RGB value is (255,162,171). Sum of RGB (Red+Green+Blue) = 255+162+171=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2AB is #005D54. Grayscale: #BEBEBE. Windows color (decimal): -23893 or 11248383. OLE color: 11248383.

HSL color Cylindrical-coordinate representation of color #FFA2AB: hue angle of 354.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2AB is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255162171-
CMYK00.360.330
HSL354.19º100%81.76%-
HSV(B)354.19º36.47%100%-
XYZ61.5150.0444.94-
YUV190.83116.81173.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=43.37%
G=27.55%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516217100.360.330354.1910081.76
HexFFA2AB0242101626452
Octal377242253044410542144122
Binary1111111110100010101010110100100100001010110001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2AB; }

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

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

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

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

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

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

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

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