#FFA0AE

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

Shades of Illusion #FFA0AE

Tints of Illusion #FFA0AE

Color information

#FFA0AE (or 0xFFA0AE) is unknown color: approx Illusion. HEX triplet: FF, A0 and AE. RGB value is (255,160,174). Sum of RGB (Red+Green+Blue) = 255+160+174=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0AE is #005F51. Grayscale: #BEBEBE. Windows color (decimal): -24402 or 11444479. OLE color: 11444479.

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

Color convert

RGB255160174-
CMYK00.370.320
HSL351.16º100%81.37%-
HSV(B)351.16º37.25%100%-
XYZ61.4549.4646.35-
YUV190118.97174.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 174 (68.36% from 255) = 29.54%
R=43.29%
G=27.16%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516017400.370.320351.1610081.37
HexFFA0AE02520015f6451
Octal377240256045400537144121
Binary1111111110100000101011100100101100000010101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0AE; }

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

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

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

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

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

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

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

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