#FFA3B1

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

Shades of Illusion #FFA3B1

Tints of Illusion #FFA3B1

Color information

#FFA3B1 (or 0xFFA3B1) is unknown color: approx Illusion. HEX triplet: FF, A3 and B1. RGB value is (255,163,177). Sum of RGB (Red+Green+Blue) = 255+163+177=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 163 (64.06% from 255 or 27.39% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA3B1 is #005C4E. Grayscale: #C0C0C0. Windows color (decimal): -23631 or 11641855. OLE color: 11641855.

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

Color convert

RGB255163177-
CMYK00.360.310
HSL350.87º100%81.96%-
HSV(B)350.87º36.08%100%-
XYZ62.2750.6348.09-
YUV192.1119.48172.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 163 (64.06% from 255) = 27.39%
BLUE value IS 177 (69.53% from 255) = 29.75%
R=42.86%
G=27.39%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516317700.360.310350.8710081.96
HexFFA3B10241F015f6452
Octal377243261044370537144122
Binary111111111010001110110001010010011111010101111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3B1; }

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

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

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

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

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

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

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

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