Color Hex Logo

#fdaecb Color Hex

#FDAECB
(253,174,203)
1 Favorites   0 Comments

Color spaces of #fdaecb

RGB 253174203
HSL0.940.950.84
HSV338°31°99°
CMYK 0.000.310.20   0.01
XYZ66.423655.466563.7051
Yxy55.46650.35790.2989
Hunter Lab74.475828.86811.4176
CIE-Lab79.309232.8932-2.9502

#fdaecb color RGB value is (253,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11001011
Octal 375 256 313
Decimal 253 174 203
Hex FD AE CB

RGB Percentages of Color #fdaecb

%40.16
%27.62
%32.22

CMYK Percentages of Color #fdaecb

%0
%31
%20
%1

Triadic Colors of #fdaecb

#fdaecb #cbfdae #aecbfd

Analogous Colors of #fdaecb

#fdaecb #fdb9ae #fdaef3

Monochromatic Colors of #fdaecb

#fdaecb

Complementary Color

#fdaecb #aefde0

#fdaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaecb Color CSS Codes

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

#fdaecb Text Font Color

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

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


#fdaecb Background Color

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

This div background color is #fdaecb


#fdaecb Border Color

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

This div border color is #fdaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaecb


Comments

No comments written yet.

Please login to write comment.