#FFAAB0

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

Shades of Light Pink #FFAAB0

Tints of Light Pink #FFAAB0

Color information

#FFAAB0 (or 0xFFAAB0) is unknown color: approx Light Pink. HEX triplet: FF, AA and B0. RGB value is (255,170,176). Sum of RGB (Red+Green+Blue) = 255+170+176=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAB0 is #00554F. Grayscale: #C4C4C4. Windows color (decimal): -21840 or 11578111. OLE color: 11578111.

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

Color convert

RGB255170176-
CMYK00.330.310
HSL355.76º100%83.33%-
HSV(B)355.76º33.33%100%-
XYZ63.4553.1447.99-
YUV196.1116.66170.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=42.43%
G=28.29%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517017600.330.310355.7610083.33
HexFFAAB00211F01646453
Octal377252260041370544144123
Binary111111111010101010110000010000111111010110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAB0; }

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

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

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

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

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

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

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

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