Color Hex Logo

#fdaaac Color Hex

#FDAAAC
(253,170,172)
0 Favorites   0 Comments

Color spaces of #fdaaac

RGB 253170172
HSL1.000.950.83
HSV359°33°99°
CMYK 0.000.330.32   0.01
XYZ62.329152.610745.8995
Yxy52.61070.38750.3271
Hunter Lab72.533226.455113.2542
CIE-Lab77.644630.757211.4949

#fdaaac color RGB value is (253,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 10101100
Octal 375 252 254
Decimal 253 170 172
Hex FD AA AC

RGB Percentages of Color #fdaaac

%42.52
%28.57
%28.91

CMYK Percentages of Color #fdaaac

%0
%33
%32
%1

Triadic Colors of #fdaaac

#fdaaac #acfdaa #aaacfd

Analogous Colors of #fdaaac

#fdaaac #fdd2aa #fdaad6

Monochromatic Colors of #fdaaac

#fdaaac

Complementary Color

#fdaaac #aafdfb

#fdaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaac Color CSS Codes

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

#fdaaac Text Font Color

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

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


#fdaaac Background Color

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

This div background color is #fdaaac


#fdaaac Border Color

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

This div border color is #fdaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaac


Comments

No comments written yet.

Please login to write comment.