#FFA2AA

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

Shades of Illusion #FFA2AA

Tints of Illusion #FFA2AA

Color information

#FFA2AA (or 0xFFA2AA) is unknown color: approx Illusion. HEX triplet: FF, A2 and AA. RGB value is (255,162,170). Sum of RGB (Red+Green+Blue) = 255+162+170=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2AA is #005D55. Grayscale: #BEBEBE. Windows color (decimal): -23894 or 11182847. OLE color: 11182847.

HSL color Cylindrical-coordinate representation of color #FFA2AA: hue angle of 354.84º 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 #FFA2AA is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255162170-
CMYK00.360.330
HSL354.84º100%81.76%-
HSV(B)354.84º36.47%100%-
XYZ61.425044.44-
YUV190.72116.31173.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=43.44%
G=27.60%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516217000.360.330354.8410081.76
HexFFA2AA0242101636452
Octal377242252044410543144122
Binary1111111110100010101010100100100100001010110001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2AA; }

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

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

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

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

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

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

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

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