#FFA1AE

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

Shades of Illusion #FFA1AE

Tints of Illusion #FFA1AE

Color information

#FFA1AE (or 0xFFA1AE) is unknown color: approx Illusion. HEX triplet: FF, A1 and AE. RGB value is (255,161,174). Sum of RGB (Red+Green+Blue) = 255+161+174=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA1AE is #005E51. Grayscale: #BEBEBE. Windows color (decimal): -24146 or 11444735. OLE color: 11444735.

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

Color convert

RGB255161174-
CMYK00.370.320
HSL351.7º100%81.57%-
HSV(B)351.7º36.86%100%-
XYZ61.6249.8146.41-
YUV190.59118.64173.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=43.22%
G=27.29%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516117400.370.320351.710081.57
HexFFA1AE0252001606452
Octal377241256045400540144122
Binary1111111110100001101011100100101100000010110000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1AE; }

 p { color: rgb(255,161,174); }

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

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

 a { background-color: rgb(255,161,174); }

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

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

 span { border-color: rgb(255,161,174); }

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