#FFA1AD

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

Shades of Illusion #FFA1AD

Tints of Illusion #FFA1AD

Color information

#FFA1AD (or 0xFFA1AD) is unknown color: approx Illusion. HEX triplet: FF, A1 and AD. RGB value is (255,161,173). Sum of RGB (Red+Green+Blue) = 255+161+173=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA1AD is #005E52. Grayscale: #BEBEBE. Windows color (decimal): -24147 or 11379199. OLE color: 11379199.

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

Color convert

RGB255161173-
CMYK00.370.320
HSL352.34º100%81.57%-
HSV(B)352.34º36.86%100%-
XYZ61.5349.7745.9-
YUV190.47118.14174.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=43.29%
G=27.33%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516117300.370.320352.3410081.57
HexFFA1AD0252001606452
Octal377241255045400540144122
Binary1111111110100001101011010100101100000010110000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1AD; }

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

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

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

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

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

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

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

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