#FFA3B5

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

Shades of Light Pink #FFA3B5

Tints of Light Pink #FFA3B5

Color information

#FFA3B5 (or 0xFFA3B5) is unknown color: approx Light Pink. HEX triplet: FF, A3 and B5. RGB value is (255,163,181). Sum of RGB (Red+Green+Blue) = 255+163+181=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 163 (64.06% from 255 or 27.21% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3B5 is #005C4A. Grayscale: #C0C0C0. Windows color (decimal): -23627 or 11903999. OLE color: 11903999.

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

Color convert

RGB255163181-
CMYK00.360.290
HSL348.26º100%81.96%-
HSV(B)348.26º36.08%100%-
XYZ62.6850.7950.22-
YUV192.56121.48172.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 163 (64.06% from 255) = 27.21%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=42.57%
G=27.21%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516318100.360.290348.2610081.96
HexFFA3B50241D015c6452
Octal377243265044350534144122
Binary111111111010001110110101010010011101010101110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3B5; }

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

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

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

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

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

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

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

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