#FFA5B5

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

Shades of Light Pink #FFA5B5

Tints of Light Pink #FFA5B5

Color information

#FFA5B5 (or 0xFFA5B5) is unknown color: approx Light Pink. HEX triplet: FF, A5 and B5. RGB value is (255,165,181). Sum of RGB (Red+Green+Blue) = 255+165+181=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5B5 is #005A4A. Grayscale: #C1C1C1. Windows color (decimal): -23115 or 11904511. OLE color: 11904511.

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

Color convert

RGB255165181-
CMYK00.350.290
HSL349.33º100%82.35%-
HSV(B)349.33º35.29%100%-
XYZ63.0451.5150.34-
YUV193.73120.82171.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 165 (64.84% from 255) = 27.45%
BLUE value IS 181 (71.09% from 255) = 30.12%
R=42.43%
G=27.45%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516518100.350.290349.3310082.35
HexFFA5B50231D015d6452
Octal377245265043350535144122
Binary111111111010010110110101010001111101010101110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5B5; }

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

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

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

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

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

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

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

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