#FFA9AA

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

Shades of Light Pink #FFA9AA

Tints of Light Pink #FFA9AA

Color information

#FFA9AA (or 0xFFA9AA) is unknown color: approx Light Pink. HEX triplet: FF, A9 and AA. RGB value is (255,169,170). Sum of RGB (Red+Green+Blue) = 255+169+170=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA9AA is #005655. Grayscale: #C2C2C2. Windows color (decimal): -22102 or 11184639. OLE color: 11184639.

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

Color convert

RGB255169170-
CMYK00.340.330
HSL359.3º100%83.14%-
HSV(B)359.3º33.73%100%-
XYZ62.6852.5444.87-
YUV194.83113.99170.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=42.93%
G=28.45%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516917000.340.330359.310083.14
HexFFA9AA0222101676453
Octal377251252042410547144123
Binary1111111110101001101010100100010100001010110011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9AA; }

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

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

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

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

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

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

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

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