#FFAABA

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

Shades of Light Pink #FFAABA

Tints of Light Pink #FFAABA

Color information

#FFAABA (or 0xFFAABA) is unknown color: approx Light Pink. HEX triplet: FF, AA and BA. RGB value is (255,170,186). Sum of RGB (Red+Green+Blue) = 255+170+186=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABA is #005545. Grayscale: #C5C5C5. Windows color (decimal): -21830 or 12233471. OLE color: 12233471.

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

Color convert

RGB255170186-
CMYK00.330.270
HSL348.71º100%83.33%-
HSV(B)348.71º33.33%100%-
XYZ64.4853.5553.39-
YUV197.24121.66169.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=41.73%
G=27.82%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517018600.330.270348.7110083.33
HexFFAABA0211B015d6453
Octal377252272041330535144123
Binary111111111010101010111010010000111011010101110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAABA; }

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

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

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

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

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

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

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

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