#FFA3B2

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

Shades of Illusion #FFA3B2

Tints of Illusion #FFA3B2

Color information

#FFA3B2 (or 0xFFA3B2) is unknown color: approx Illusion. HEX triplet: FF, A3 and B2. RGB value is (255,163,178). Sum of RGB (Red+Green+Blue) = 255+163+178=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 163 (64.06% from 255 or 27.35% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA3B2 is #005C4D. Grayscale: #C0C0C0. Windows color (decimal): -23630 or 11707391. OLE color: 11707391.

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

Color convert

RGB255163178-
CMYK00.360.300
HSL350.22º100%81.96%-
HSV(B)350.22º36.08%100%-
XYZ62.3750.6748.61-
YUV192.22119.98172.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 163 (64.06% from 255) = 27.35%
BLUE value IS 178 (69.92% from 255) = 29.87%
R=42.79%
G=27.35%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516317800.360.300350.2210081.96
HexFFA3B20241E015e6452
Octal377243262044360536144122
Binary111111111010001110110010010010011110010101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3B2; }

 p { color: rgb(255,163,178); }

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

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

 a { background-color: rgb(255,163,178); }

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

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

 span { border-color: rgb(255,163,178); }

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