Color Hex Logo

#ffa6aa Color Hex

#FFA6AA
(255,166,170)
0 Favorites   0 Comments

Color spaces of #ffa6aa

RGB 255166170
HSL0.991.000.83
HSV357°35°100°
CMYK 0.000.350.33   0.00
XYZ62.131951.434744.6834
Yxy51.43470.39260.3250
Hunter Lab71.718029.134613.2624
CIE-Lab76.941633.328811.6190

#ffa6aa color RGB value is (255,166,170).

#ffa6aa hex color red value is 255, green value is 166 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ffa6aa hue: 0.99 , saturation: 1.00 and the lightness value of ffa6aa is 0.83.

The process color (four color CMYK) of #ffa6aa color hex is 0.00, 0.35, 0.33, 0.00. Web safe color of #ffa6aa is #ff9999. Color #ffa6aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 10101010
Octal 377 246 252
Decimal 255 166 170
Hex FF A6 AA

RGB Percentages of Color #ffa6aa

%43.15
%28.09
%28.76

CMYK Percentages of Color #ffa6aa

%0
%35
%33
%0

Triadic Colors of #ffa6aa

#ffa6aa #aaffa6 #a6aaff

Analogous Colors of #ffa6aa

#ffa6aa #ffcfa6 #ffa6d7

Monochromatic Colors of #ffa6aa

#ffa6aa

Complementary Color

#ffa6aa #a6fffb

#ffa6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa6aa Color CSS Codes

.mybgcolor {background-color:#ffa6aa; } 
.myforecolor {color:#ffa6aa; }
.mybordercolor {border:3px solid #ffa6aa; }

#ffa6aa Text Font Color

<p style="color:#ffa6aa">Text here</p>

This sample text font color is #ffa6aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffa6aa Background Color

<div style="background-color:#ffa6aa">
Div content here</div>

This div background color is #ffa6aa


#ffa6aa Border Color

<div style="border:3px solid #ffa6aa">
Div here</div>

This div border color is #ffa6aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,166,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa6aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa6aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa6aa;
  box-shadow:         1px 1px 3px 2px #ffa6aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffa6aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffa6aa;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa6aa;
  box-shadow:         1px 1px 3px 2px #ffa6aa;">
Div content here</div>

This div box has shadow with color #ffa6aa

Related Colors

#ffa6aa Color Palettes


Comments

No comments written yet.

Please login to write comment.