Color Hex Logo

#fdaaee Color Hex

#FDAAEE
(253,170,238)
0 Favorites   0 Comments

Color spaces of #fdaaee

RGB 253170238
HSL0.860.950.83
HSV311°33°99°
CMYK 0.000.330.06   0.01
XYZ70.315455.805187.9544
Yxy55.80510.32850.2607
Hunter Lab74.702837.2865-17.5155
CIE-Lab79.502840.5607-21.6042

#fdaaee color RGB value is (253,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11101110
Octal 375 252 356
Decimal 253 170 238
Hex FD AA EE

RGB Percentages of Color #fdaaee

%38.28
%25.72
%36.01

CMYK Percentages of Color #fdaaee

%0
%33
%6
%1

Triadic Colors of #fdaaee

#fdaaee #eefdaa #aaeefd

Analogous Colors of #fdaaee

#fdaaee #fdaac5 #e3aafd

Monochromatic Colors of #fdaaee

#fdaaee

Complementary Color

#fdaaee #aafdb9

#fdaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaaee Color CSS Codes

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

#fdaaee Text Font Color

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

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


#fdaaee Background Color

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

This div background color is #fdaaee


#fdaaee Border Color

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

This div border color is #fdaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaaee

Related Colors


Comments

No comments written yet.

Please login to write comment.