#FFA5B3

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

Shades of Light Pink #FFA5B3

Tints of Light Pink #FFA5B3

Color information

#FFA5B3 (or 0xFFA5B3) is unknown color: approx Light Pink. HEX triplet: FF, A5 and B3. RGB value is (255,165,179). Sum of RGB (Red+Green+Blue) = 255+165+179=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5B3 is #005A4C. Grayscale: #C1C1C1. Windows color (decimal): -23117 or 11773439. OLE color: 11773439.

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

Color convert

RGB255165179-
CMYK00.350.300
HSL350.67º100%82.35%-
HSV(B)350.67º35.29%100%-
XYZ62.8351.4249.26-
YUV193.51119.82171.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 165 (64.84% from 255) = 27.55%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=42.57%
G=27.55%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516517900.350.300350.6710082.35
HexFFA5B30231E015f6452
Octal377245263043360537144122
Binary111111111010010110110011010001111110010101111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA5B3; }

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

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

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

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

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

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

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

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