#FFAAB1

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

Shades of Light Pink #FFAAB1

Tints of Light Pink #FFAAB1

Color information

#FFAAB1 (or 0xFFAAB1) is unknown color: approx Light Pink. HEX triplet: FF, AA and B1. RGB value is (255,170,177). Sum of RGB (Red+Green+Blue) = 255+170+177=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAB1 is #00554E. Grayscale: #C4C4C4. Windows color (decimal): -21839 or 11643647. OLE color: 11643647.

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

Color convert

RGB255170177-
CMYK00.330.310
HSL355.06º100%83.33%-
HSV(B)355.06º33.33%100%-
XYZ63.5553.1848.51-
YUV196.21117.16169.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=42.36%
G=28.24%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517017700.330.310355.0610083.33
HexFFAAB10211F01636453
Octal377252261041370543144123
Binary111111111010101010110001010000111111010110001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAB1; }

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

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

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

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

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

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

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

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