Color Hex Logo

#fdaaa2 Color Hex

#FDAAA2
(253,170,162)
0 Favorites   0 Comments

Color spaces of #fdaaa2

RGB 253170162
HSL0.010.960.81
HSV36°99°
CMYK 0.000.330.36   0.01
XYZ61.404352.240741.0295
Yxy52.24070.39700.3377
Hunter Lab72.277725.160516.9376
CIE-Lab77.424529.546516.6187

#fdaaa2 color RGB value is (253,170,162).

#fdaaa2 hex color red value is 253, green value is 170 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #fdaaa2 hue: 0.01 , saturation: 0.96 and the lightness value of fdaaa2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 10100010
Octal 375 252 242
Decimal 253 170 162
Hex FD AA A2

RGB Percentages of Color #fdaaa2

%43.25
%29.06
%27.69

CMYK Percentages of Color #fdaaa2

%0
%33
%36
%1

Triadic Colors of #fdaaa2

#fdaaa2 #a2fdaa #aaa2fd

Analogous Colors of #fdaaa2

#fdaaa2 #fdd8a2 #fda2c8

Monochromatic Colors of #fdaaa2

#fdaaa2

Complementary Color

#fdaaa2 #a2f5fd

#fdaaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaa2 Color CSS Codes

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

#fdaaa2 Text Font Color

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

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


#fdaaa2 Background Color

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

This div background color is #fdaaa2


#fdaaa2 Border Color

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

This div border color is #fdaaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaa2

Related Colors


Comments

No comments written yet.

Please login to write comment.