Color Hex Logo

#fdaaec Color Hex

#FDAAEC
(253,170,236)
0 Favorites   0 Comments

Color spaces of #fdaaec

RGB 253170236
HSL0.870.950.83
HSV312°33°99°
CMYK 0.000.330.07   0.01
XYZ70.023155.688286.4152
Yxy55.68820.33010.2625
Hunter Lab74.624536.9006-16.4206
CIE-Lab79.436040.2208-20.6263

#fdaaec color RGB value is (253,170,236).

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

The process color (four color CMYK) of #fdaaec color hex is 0.00, 0.33, 0.07, 0.01. Web safe color of #fdaaec is #ff99ff. Color #fdaaec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11101100
Octal 375 252 354
Decimal 253 170 236
Hex FD AA EC

RGB Percentages of Color #fdaaec

%38.39
%25.80
%35.81

CMYK Percentages of Color #fdaaec

%0
%33
%7
%1

Triadic Colors of #fdaaec

#fdaaec #ecfdaa #aaecfd

Analogous Colors of #fdaaec

#fdaaec #fdaac3 #e5aafd

Monochromatic Colors of #fdaaec

#fdaaec

Complementary Color

#fdaaec #aafdbb

#fdaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaec Color CSS Codes

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

#fdaaec Text Font Color

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

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


#fdaaec Background Color

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

This div background color is #fdaaec


#fdaaec Border Color

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

This div border color is #fdaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaec


Comments

No comments written yet.

Please login to write comment.