Color Hex Logo

#ffa2ab Color Hex

#FFA2AB
(255,162,171)
1 Favorites   0 Comments

Color spaces of #ffa2ab

RGB 255162171
HSL0.981.000.82
HSV354°36°100°
CMYK 0.000.360.33   0.00
XYZ61.511050.040944.9450
Yxy50.04090.39300.3198
Hunter Lab70.739631.418811.8473
CIE-Lab76.094435.53039.8688

#ffa2ab color RGB value is (255,162,171).

#ffa2ab hex color red value is 255, green value is 162 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ffa2ab hue: 0.98 , saturation: 1.00 and the lightness value of ffa2ab is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 10101011
Octal 377 242 253
Decimal 255 162 171
Hex FF A2 AB

RGB Percentages of Color #ffa2ab

%43.37
%27.55
%29.08

CMYK Percentages of Color #ffa2ab

%0
%36
%33
%0

Triadic Colors of #ffa2ab

#ffa2ab #abffa2 #a2abff

Analogous Colors of #ffa2ab

#ffa2ab #ffc8a2 #ffa2da

Monochromatic Colors of #ffa2ab

#ffa2ab

Complementary Color

#ffa2ab #a2fff6

#ffa2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa2ab Color CSS Codes

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

#ffa2ab Text Font Color

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

This sample text font color is #ffa2ab
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.


#ffa2ab Background Color

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

This div background color is #ffa2ab


#ffa2ab Border Color

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

This div border color is #ffa2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa2ab

Related Colors


Comments

No comments written yet.

Please login to write comment.