#FFA3B7

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

Shades of Light Pink #FFA3B7

Tints of Light Pink #FFA3B7

Color information

#FFA3B7 (or 0xFFA3B7) is unknown color: approx Light Pink. HEX triplet: FF, A3 and B7. RGB value is (255,163,183). Sum of RGB (Red+Green+Blue) = 255+163+183=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 163 (64.06% from 255 or 27.12% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3B7 is #005C48. Grayscale: #C0C0C0. Windows color (decimal): -23625 or 12035071. OLE color: 12035071.

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

Color convert

RGB255163183-
CMYK00.360.280
HSL346.96º100%81.96%-
HSV(B)346.96º36.08%100%-
XYZ62.8850.8751.3-
YUV192.79122.48172.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 163 (64.06% from 255) = 27.12%
BLUE value IS 183 (71.88% from 255) = 30.45%
R=42.43%
G=27.12%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516318300.360.280346.9610081.96
HexFFA3B70241C015b6452
Octal377243267044340533144122
Binary111111111010001110110111010010011100010101101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA3B7; }

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

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

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

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

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

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

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

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