#FFA1B3

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

Shades of Illusion #FFA1B3

Tints of Illusion #FFA1B3

Color information

#FFA1B3 (or 0xFFA1B3) is unknown color: approx Illusion. HEX triplet: FF, A1 and B3. RGB value is (255,161,179). Sum of RGB (Red+Green+Blue) = 255+161+179=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1B3 is #005E4C. Grayscale: #BFBFBF. Windows color (decimal): -24141 or 11772415. OLE color: 11772415.

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

Color convert

RGB255161179-
CMYK00.370.300
HSL348.51º100%81.57%-
HSV(B)348.51º36.86%100%-
XYZ62.125049.03-
YUV191.16121.14173.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 161 (63.28% from 255) = 27.06%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=42.86%
G=27.06%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516117900.370.300348.5110081.57
HexFFA1B30251E015d6452
Octal377241263045360535144122
Binary111111111010000110110011010010111110010101110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA1B3; }

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

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

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

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

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

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

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

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