Color Hex Logo

#fdb5ae Color Hex

#FDB5AE
(253,181,174)
0 Favorites   0 Comments

Color spaces of #fdb5ae

RGB 253181174
HSL0.010.950.84
HSV31°99°
CMYK 0.000.280.31   0.01
XYZ64.671956.986447.6353
Yxy56.98640.38200.3366
Hunter Lab75.489320.815015.4293
CIE-Lab80.171925.239313.9853

#fdb5ae color RGB value is (253,181,174).

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

The process color (four color CMYK) of #fdb5ae color hex is 0.00, 0.28, 0.31, 0.01. Web safe color of #fdb5ae is #ffcc99. Color #fdb5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 10101110
Octal 375 265 256
Decimal 253 181 174
Hex FD B5 AE

RGB Percentages of Color #fdb5ae

%41.61
%29.77
%28.62

CMYK Percentages of Color #fdb5ae

%0
%28
%31
%1

Triadic Colors of #fdb5ae

#fdb5ae #aefdb5 #b5aefd

Analogous Colors of #fdb5ae

#fdb5ae #fdddae #fdaecf

Monochromatic Colors of #fdb5ae

#fdb5ae

Complementary Color

#fdb5ae #aef6fd

#fdb5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb5ae Color CSS Codes

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

#fdb5ae Text Font Color

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

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


#fdb5ae Background Color

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

This div background color is #fdb5ae


#fdb5ae Border Color

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

This div border color is #fdb5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb5ae

Related Colors


Comments

No comments written yet.

Please login to write comment.