#FFA5BA

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

Shades of Light Pink #FFA5BA

Tints of Light Pink #FFA5BA

Color information

#FFA5BA (or 0xFFA5BA) is unknown color: approx Light Pink. HEX triplet: FF, A5 and BA. RGB value is (255,165,186). Sum of RGB (Red+Green+Blue) = 255+165+186=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5BA is #005A45. Grayscale: #C2C2C2. Windows color (decimal): -23110 or 12232191. OLE color: 12232191.

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

Color convert

RGB255165186-
CMYK00.350.270
HSL346º100%82.35%-
HSV(B)346º35.29%100%-
XYZ63.5651.7253.09-
YUV194.3123.32171.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=42.08%
G=27.23%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516518600.350.27034610082.35
HexFFA5BA0231B015a6452
Octal377245272043330532144122
Binary111111111010010110111010010001111011010101101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5BA; }

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

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

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

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

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

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

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

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