#FFA2B4

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

Shades of Illusion #FFA2B4

Tints of Illusion #FFA2B4

Color information

#FFA2B4 (or 0xFFA2B4) is unknown color: approx Illusion. HEX triplet: FF, A2 and B4. RGB value is (255,162,180). Sum of RGB (Red+Green+Blue) = 255+162+180=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2B4 is #005D4B. Grayscale: #BFBFBF. Windows color (decimal): -23884 or 11838207. OLE color: 11838207.

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

Color convert

RGB255162180-
CMYK00.360.290
HSL348.39º100%81.76%-
HSV(B)348.39º36.47%100%-
XYZ62.450.449.62-
YUV191.86121.31173.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=42.71%
G=27.14%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516218000.360.290348.3910081.76
HexFFA2B40241D015c6452
Octal377242264044350534144122
Binary111111111010001010110100010010011101010101110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA2B4; }

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

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

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

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

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

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

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

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