#FFA9B6

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

Shades of Light Pink #FFA9B6

Tints of Light Pink #FFA9B6

Color information

#FFA9B6 (or 0xFFA9B6) is unknown color: approx Light Pink. HEX triplet: FF, A9 and B6. RGB value is (255,169,182). Sum of RGB (Red+Green+Blue) = 255+169+182=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9B6 is #005649. Grayscale: #C4C4C4. Windows color (decimal): -22090 or 11971071. OLE color: 11971071.

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

Color convert

RGB255169182-
CMYK00.340.290
HSL350.93º100%83.14%-
HSV(B)350.93º33.73%100%-
XYZ63.8753.0151.12-
YUV196.2119.99169.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=42.08%
G=27.89%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516918200.340.290350.9310083.14
HexFFA9B60221D015f6453
Octal377251266042350537144123
Binary111111111010100110110110010001011101010101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9B6; }

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

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

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

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

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

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

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

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