#FFA9B4

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

Shades of Light Pink #FFA9B4

Tints of Light Pink #FFA9B4

Color information

#FFA9B4 (or 0xFFA9B4) is unknown color: approx Light Pink. HEX triplet: FF, A9 and B4. RGB value is (255,169,180). Sum of RGB (Red+Green+Blue) = 255+169+180=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9B4 is #00564B. Grayscale: #C4C4C4. Windows color (decimal): -22092 or 11839999. OLE color: 11839999.

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

Color convert

RGB255169180-
CMYK00.340.290
HSL352.33º100%83.14%-
HSV(B)352.33º33.73%100%-
XYZ63.6752.9350.04-
YUV195.97118.99170.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=42.22%
G=27.98%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516918000.340.290352.3310083.14
HexFFA9B40221D01606453
Octal377251264042350540144123
Binary111111111010100110110100010001011101010110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9B4; }

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

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

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

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

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

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

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

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