#FFA9B9

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

Shades of Light Pink #FFA9B9

Tints of Light Pink #FFA9B9

Color information

#FFA9B9 (or 0xFFA9B9) is unknown color: approx Light Pink. HEX triplet: FF, A9 and B9. RGB value is (255,169,185). Sum of RGB (Red+Green+Blue) = 255+169+185=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9B9 is #005646. Grayscale: #C4C4C4. Windows color (decimal): -22087 or 12167679. OLE color: 12167679.

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

Color convert

RGB255169185-
CMYK00.340.270
HSL348.84º100%83.14%-
HSV(B)348.84º33.73%100%-
XYZ64.1853.1452.77-
YUV196.54121.49169.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 185 (72.66% from 255) = 30.38%
R=41.87%
G=27.75%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516918500.340.270348.8410083.14
HexFFA9B90221B015d6453
Octal377251271042330535144123
Binary111111111010100110111001010001011011010101110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9B9; }

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

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

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

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

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

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

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

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