#FFA5AB

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

Shades of Light Pink #FFA5AB

Tints of Light Pink #FFA5AB

Color information

#FFA5AB (or 0xFFA5AB) is unknown color: approx Light Pink. HEX triplet: FF, A5 and AB. RGB value is (255,165,171). Sum of RGB (Red+Green+Blue) = 255+165+171=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA5AB is #005A54. Grayscale: #C0C0C0. Windows color (decimal): -23125 or 11249151. OLE color: 11249151.

HSL color Cylindrical-coordinate representation of color #FFA5AB: hue angle of 356º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5AB is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255165171-
CMYK00.350.330
HSL356º100%82.35%-
HSV(B)356º35.29%100%-
XYZ62.0551.1145.12-
YUV192.59115.82172.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=43.15%
G=27.92%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516517100.350.33035610082.35
HexFFA5AB0232101646452
Octal377245253043410544144122
Binary1111111110100101101010110100011100001010110010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5AB; }

 p { color: rgb(255,165,171); }

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

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

 a { background-color: rgb(255,165,171); }

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

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

 span { border-color: rgb(255,165,171); }

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