Color Hex Logo

#fdaecc Color Hex

#FDAECC
(253,174,204)
0 Favorites   0 Comments

Color spaces of #fdaecc

RGB 253174204
HSL0.940.950.84
HSV337°31°99°
CMYK 0.000.310.19   0.01
XYZ66.543155.514464.3349
Yxy55.51440.35700.2978
Hunter Lab74.508029.02940.9609
CIE-Lab79.336633.0409-3.4523

#fdaecc color RGB value is (253,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11001100
Octal 375 256 314
Decimal 253 174 204
Hex FD AE CC

RGB Percentages of Color #fdaecc

%40.10
%27.58
%32.33

CMYK Percentages of Color #fdaecc

%0
%31
%19
%1

Triadic Colors of #fdaecc

#fdaecc #ccfdae #aeccfd

Analogous Colors of #fdaecc

#fdaecc #fdb8ae #fdaef4

Monochromatic Colors of #fdaecc

#fdaecc

Complementary Color

#fdaecc #aefddf

#fdaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaecc Color CSS Codes

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

#fdaecc Text Font Color

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

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


#fdaecc Background Color

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

This div background color is #fdaecc


#fdaecc Border Color

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

This div border color is #fdaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaecc

Related Colors


Comments

No comments written yet.

Please login to write comment.