Color Hex Logo

#fdaebd Color Hex

#FDAEBD
(253,174,189)
0 Favorites   0 Comments

Color spaces of #fdaebd

RGB 253174189
HSL0.970.950.84
HSV349°31°99°
CMYK 0.000.310.25   0.01
XYZ64.829454.828955.3103
Yxy54.82890.37050.3134
Hunter Lab74.046526.69937.5449
CIE-Lab78.942630.89484.1141

#fdaebd color RGB value is (253,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10111101
Octal 375 256 275
Decimal 253 174 189
Hex FD AE BD

RGB Percentages of Color #fdaebd

%41.07
%28.25
%30.68

CMYK Percentages of Color #fdaebd

%0
%31
%25
%1

Triadic Colors of #fdaebd

#fdaebd #bdfdae #aebdfd

Analogous Colors of #fdaebd

#fdaebd #fdc7ae #fdaee5

Monochromatic Colors of #fdaebd

#fdaebd

Complementary Color

#fdaebd #aefdee

#fdaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaebd Color CSS Codes

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

#fdaebd Text Font Color

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

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


#fdaebd Background Color

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

This div background color is #fdaebd


#fdaebd Border Color

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

This div border color is #fdaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaebd

Related Colors


Comments

No comments written yet.

Please login to write comment.