Color Hex Logo

#fdaaab Color Hex

#FDAAAB
(253,170,171)
0 Favorites   0 Comments

Color spaces of #fdaaab

RGB 253170171
HSL1.000.950.83
HSV359°33°99°
CMYK 0.000.330.32   0.01
XYZ62.233452.572445.3955
Yxy52.57240.38850.3282
Hunter Lab72.506826.321513.6341
CIE-Lab77.621930.632712.0066

#fdaaab color RGB value is (253,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 10101011
Octal 375 252 253
Decimal 253 170 171
Hex FD AA AB

RGB Percentages of Color #fdaaab

%42.59
%28.62
%28.79

CMYK Percentages of Color #fdaaab

%0
%33
%32
%1

Triadic Colors of #fdaaab

#fdaaab #abfdaa #aaabfd

Analogous Colors of #fdaaab

#fdaaab #fdd3aa #fdaad5

Monochromatic Colors of #fdaaab

#fdaaab

Complementary Color

#fdaaab #aafdfc

#fdaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaab Color CSS Codes

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

#fdaaab Text Font Color

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

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


#fdaaab Background Color

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

This div background color is #fdaaab


#fdaaab Border Color

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

This div border color is #fdaaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,170,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 #fdaaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaab

Related Colors


Comments

No comments written yet.

Please login to write comment.