#FFA1B4

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

Shades of Illusion #FFA1B4

Tints of Illusion #FFA1B4

Color information

#FFA1B4 (or 0xFFA1B4) is unknown color: approx Illusion. HEX triplet: FF, A1 and B4. RGB value is (255,161,180). Sum of RGB (Red+Green+Blue) = 255+161+180=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1B4 is #005E4B. Grayscale: #BFBFBF. Windows color (decimal): -24140 or 11837951. OLE color: 11837951.

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

Color convert

RGB255161180-
CMYK00.370.290
HSL347.87º100%81.57%-
HSV(B)347.87º36.86%100%-
XYZ62.2250.0549.56-
YUV191.27121.64173.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 161 (63.28% from 255) = 27.01%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=42.79%
G=27.01%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516118000.370.290347.8710081.57
HexFFA1B40251D015c6452
Octal377241264045350534144122
Binary111111111010000110110100010010111101010101110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1B4; }

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

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

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

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

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

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

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

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