Color Hex Logo

#fdaaea Color Hex

#FDAAEA
(253,170,234)
0 Favorites   0 Comments

Color spaces of #fdaaea

RGB 253170234
HSL0.870.950.83
HSV314°33°99°
CMYK 0.000.330.08   0.01
XYZ69.734055.572684.8931
Yxy55.57260.33180.2644
Hunter Lab74.547036.5181-15.3357
CIE-Lab79.370039.8834-19.6466

#fdaaea color RGB value is (253,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11101010
Octal 375 252 352
Decimal 253 170 234
Hex FD AA EA

RGB Percentages of Color #fdaaea

%38.51
%25.88
%35.62

CMYK Percentages of Color #fdaaea

%0
%33
%8
%1

Triadic Colors of #fdaaea

#fdaaea #eafdaa #aaeafd

Analogous Colors of #fdaaea

#fdaaea #fdaac1 #e7aafd

Monochromatic Colors of #fdaaea

#fdaaea

Complementary Color

#fdaaea #aafdbd

#fdaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaea Color CSS Codes

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

#fdaaea Text Font Color

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

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


#fdaaea Background Color

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

This div background color is #fdaaea


#fdaaea Border Color

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

This div border color is #fdaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaea


Comments

No comments written yet.

Please login to write comment.