Color Hex Logo

#fdaecd Color Hex

#FDAECD
(253,174,205)
0 Favorites   0 Comments

Color spaces of #fdaecd

RGB 253174205
HSL0.930.950.84
HSV336°31°99°
CMYK 0.000.310.19   0.01
XYZ66.663555.562564.9687
Yxy55.56250.35610.2968
Hunter Lab74.540329.19220.5015
CIE-Lab79.364233.1898-3.9542

#fdaecd color RGB value is (253,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11001101
Octal 375 256 315
Decimal 253 174 205
Hex FD AE CD

RGB Percentages of Color #fdaecd

%40.03
%27.53
%32.44

CMYK Percentages of Color #fdaecd

%0
%31
%19
%1

Triadic Colors of #fdaecd

#fdaecd #cdfdae #aecdfd

Analogous Colors of #fdaecd

#fdaecd #fdb7ae #fdaef5

Monochromatic Colors of #fdaecd

#fdaecd

Complementary Color

#fdaecd #aefdde

#fdaecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaecd Color CSS Codes

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

#fdaecd Text Font Color

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

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


#fdaecd Background Color

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

This div background color is #fdaecd


#fdaecd Border Color

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

This div border color is #fdaecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaecd

Related Colors


Comments

No comments written yet.

Please login to write comment.