#FFA9BA

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

Shades of Light Pink #FFA9BA

Tints of Light Pink #FFA9BA

Color information

#FFA9BA (or 0xFFA9BA) is unknown color: approx Light Pink. HEX triplet: FF, A9 and BA. RGB value is (255,169,186). Sum of RGB (Red+Green+Blue) = 255+169+186=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9BA is #005645. Grayscale: #C4C4C4. Windows color (decimal): -22086 or 12233215. OLE color: 12233215.

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

Color convert

RGB255169186-
CMYK00.340.270
HSL348.14º100%83.14%-
HSV(B)348.14º33.73%100%-
XYZ64.2953.1853.33-
YUV196.65121.99169.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 169 (66.41% from 255) = 27.70%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=41.80%
G=27.70%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516918600.340.270348.1410083.14
HexFFA9BA0221B015c6453
Octal377251272042330534144123
Binary111111111010100110111010010001011011010101110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9BA; }

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

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

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

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

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

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

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

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