Color Hex Logo

#fdaaef Color Hex

#FDAAEF
(253,170,239)
0 Favorites   0 Comments

Color spaces of #fdaaef

RGB 253170239
HSL0.860.950.83
HSV310°33°99°
CMYK 0.000.330.06   0.01
XYZ70.462755.864188.7304
Yxy55.86410.32760.2598
Hunter Lab74.742337.4804-18.0666
CIE-Lab79.536440.7312-22.0923

#fdaaef color RGB value is (253,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11101111
Octal 375 252 357
Decimal 253 170 239
Hex FD AA EF

RGB Percentages of Color #fdaaef

%38.22
%25.68
%36.10

CMYK Percentages of Color #fdaaef

%0
%33
%6
%1

Triadic Colors of #fdaaef

#fdaaef #effdaa #aaeffd

Analogous Colors of #fdaaef

#fdaaef #fdaac6 #e2aafd

Monochromatic Colors of #fdaaef

#fdaaef

Complementary Color

#fdaaef #aafdb8

#fdaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaef Color CSS Codes

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

#fdaaef Text Font Color

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

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


#fdaaef Background Color

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

This div background color is #fdaaef


#fdaaef Border Color

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

This div border color is #fdaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaef


Comments

No comments written yet.

Please login to write comment.