#FFA2B1

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

Shades of Illusion #FFA2B1

Tints of Illusion #FFA2B1

Color information

#FFA2B1 (or 0xFFA2B1) is unknown color: approx Illusion. HEX triplet: FF, A2 and B1. RGB value is (255,162,177). Sum of RGB (Red+Green+Blue) = 255+162+177=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 162 (63.67% from 255 or 27.27% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA2B1 is #005D4E. Grayscale: #BFBFBF. Windows color (decimal): -23887 or 11641599. OLE color: 11641599.

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

Color convert

RGB255162177-
CMYK00.360.310
HSL350.32º100%81.76%-
HSV(B)350.32º36.47%100%-
XYZ62.150.2748.03-
YUV191.52119.81173.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 162 (63.67% from 255) = 27.27%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=42.93%
G=27.27%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516217700.360.310350.3210081.76
HexFFA2B10241F015e6452
Octal377242261044370536144122
Binary111111111010001010110001010010011111010101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2B1; }

 p { color: rgb(255,162,177); }

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

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

 a { background-color: rgb(255,162,177); }

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

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

 span { border-color: rgb(255,162,177); }

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