Color Hex Logo

#fdaeab Color Hex

#FDAEAB
(253,174,171)
0 Favorites   0 Comments

Color spaces of #fdaeab

RGB 253174171
HSL0.010.950.83
HSV32°99°
CMYK 0.000.310.32   0.01
XYZ62.994854.095045.6493
Yxy54.09500.38710.3324
Hunter Lab73.549324.173514.6854
CIE-Lab78.517128.537413.2722

#fdaeab color RGB value is (253,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10101011
Octal 375 256 253
Decimal 253 174 171
Hex FD AE AB

RGB Percentages of Color #fdaeab

%42.31
%29.10
%28.60

CMYK Percentages of Color #fdaeab

%0
%31
%32
%1

Triadic Colors of #fdaeab

#fdaeab #abfdae #aeabfd

Analogous Colors of #fdaeab

#fdaeab #fdd7ab #fdabd1

Monochromatic Colors of #fdaeab

#fdaeab

Complementary Color

#fdaeab #abfafd

#fdaeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaeab Color CSS Codes

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

#fdaeab Text Font Color

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

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


#fdaeab Background Color

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

This div background color is #fdaeab


#fdaeab Border Color

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

This div border color is #fdaeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaeab

Related Colors


Comments

No comments written yet.

Please login to write comment.