Color Hex Logo

#fdaec1 Color Hex

#FDAEC1
(253,174,193)
0 Favorites   0 Comments

Color spaces of #fdaec1

RGB 253174193
HSL0.960.950.84
HSV346°31°99°
CMYK 0.000.310.24   0.01
XYZ65.269755.005057.6290
Yxy55.00500.36690.3092
Hunter Lab74.165427.30075.8454
CIE-Lab79.044131.45132.0897

#fdaec1 color RGB value is (253,174,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11000001
Octal 375 256 301
Decimal 253 174 193
Hex FD AE C1

RGB Percentages of Color #fdaec1

%40.81
%28.06
%31.13

CMYK Percentages of Color #fdaec1

%0
%31
%24
%1

Triadic Colors of #fdaec1

#fdaec1 #c1fdae #aec1fd

Analogous Colors of #fdaec1

#fdaec1 #fdc3ae #fdaee9

Monochromatic Colors of #fdaec1

#fdaec1

Complementary Color

#fdaec1 #aefdea

#fdaec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaec1 Color CSS Codes

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

#fdaec1 Text Font Color

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

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


#fdaec1 Background Color

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

This div background color is #fdaec1


#fdaec1 Border Color

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

This div border color is #fdaec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaec1


Comments

No comments written yet.

Please login to write comment.