#FFA0AF

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

Shades of Illusion #FFA0AF

Tints of Illusion #FFA0AF

Color information

#FFA0AF (or 0xFFA0AF) is unknown color: approx Illusion. HEX triplet: FF, A0 and AF. RGB value is (255,160,175). Sum of RGB (Red+Green+Blue) = 255+160+175=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA0AF is #005F50. Grayscale: #BEBEBE. Windows color (decimal): -24401 or 11510015. OLE color: 11510015.

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

Color convert

RGB255160175-
CMYK00.370.310
HSL350.53º100%81.37%-
HSV(B)350.53º37.25%100%-
XYZ61.5549.546.87-
YUV190.11119.47174.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 175 (68.75% from 255) = 29.66%
R=43.22%
G=27.12%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516017500.370.310350.5310081.37
HexFFA0AF0251F015f6451
Octal377240257045370537144121
Binary111111111010000010101111010010111111010101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA0AF; }

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

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

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

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

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

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

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

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