Color Hex Logo

#fdaee0 Color Hex

#FDAEE0
(253,174,224)
0 Favorites   0 Comments

Color spaces of #fdaee0

RGB 253174224
HSL0.890.950.84
HSV322°31°99°
CMYK 0.000.310.11   0.01
XYZ69.098656.536677.7918
Yxy56.53660.33970.2779
Hunter Lab75.190832.4534-8.7074
CIE-Lab79.918236.1462-13.4184

#fdaee0 color RGB value is (253,174,224).

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

The process color (four color CMYK) of #fdaee0 color hex is 0.00, 0.31, 0.11, 0.01. Web safe color of #fdaee0 is #ff99cc. Color #fdaee0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11100000
Octal 375 256 340
Decimal 253 174 224
Hex FD AE E0

RGB Percentages of Color #fdaee0

%38.86
%26.73
%34.41

CMYK Percentages of Color #fdaee0

%0
%31
%11
%1

Triadic Colors of #fdaee0

#fdaee0 #e0fdae #aee0fd

Analogous Colors of #fdaee0

#fdaee0 #fdaeb9 #f3aefd

Monochromatic Colors of #fdaee0

#fdaee0

Complementary Color

#fdaee0 #aefdcb

#fdaee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaee0 Color CSS Codes

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

#fdaee0 Text Font Color

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

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


#fdaee0 Background Color

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

This div background color is #fdaee0


#fdaee0 Border Color

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

This div border color is #fdaee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaee0

Related Colors


Comments

No comments written yet.

Please login to write comment.