#FFA5B4

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

Shades of Light Pink #FFA5B4

Tints of Light Pink #FFA5B4

Color information

#FFA5B4 (or 0xFFA5B4) is unknown color: approx Light Pink. HEX triplet: FF, A5 and B4. RGB value is (255,165,180). Sum of RGB (Red+Green+Blue) = 255+165+180=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5B4 is #005A4B. Grayscale: #C1C1C1. Windows color (decimal): -23116 or 11838975. OLE color: 11838975.

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

Color convert

RGB255165180-
CMYK00.350.290
HSL350º100%82.35%-
HSV(B)350º35.29%100%-
XYZ62.9351.4749.8-
YUV193.62120.32171.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 165 (64.84% from 255) = 27.5%
BLUE value IS 180 (70.70% from 255) = 30%
R=42.5%
G=27.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516518000.350.29035010082.35
HexFFA5B40231D015e6452
Octal377245264043350536144122
Binary111111111010010110110100010001111101010101111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5B4; }

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

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

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

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

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

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

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

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