Color Hex Logo

#fdb49f Color Hex

#FDB49F
(253,180,159)
0 Favorites   0 Comments

Color spaces of #fdb49f

RGB 253180159
HSL0.040.960.81
HSV13°37°99°
CMYK 0.000.290.37   0.01
XYZ63.087356.028440.2904
Yxy56.02840.39580.3515
Hunter Lab74.852119.453220.4827
CIE-Lab79.630023.953821.2938

#fdb49f color RGB value is (253,180,159).

#fdb49f hex color red value is 253, green value is 180 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fdb49f hue: 0.04 , saturation: 0.96 and the lightness value of fdb49f is 0.81.

The process color (four color CMYK) of #fdb49f color hex is 0.00, 0.29, 0.37, 0.01. Web safe color of #fdb49f is #ffcc99. Color #fdb49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110100 10011111
Octal 375 264 237
Decimal 253 180 159
Hex FD B4 9F

RGB Percentages of Color #fdb49f

%42.74
%30.41
%26.86

CMYK Percentages of Color #fdb49f

%0
%29
%37
%1

Triadic Colors of #fdb49f

#fdb49f #9ffdb4 #b49ffd

Analogous Colors of #fdb49f

#fdb49f #fde39f #fd9fb9

Monochromatic Colors of #fdb49f

#fdb49f

Complementary Color

#fdb49f #9fe8fd

#fdb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb49f Color CSS Codes

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

#fdb49f Text Font Color

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

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


#fdb49f Background Color

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

This div background color is #fdb49f


#fdb49f Border Color

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

This div border color is #fdb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb49f

Related Colors


Comments

No comments written yet.

Please login to write comment.