Color Hex Logo

#fdab8d Color Hex

#FDAB8D
(253,171,141)
0 Favorites   0 Comments

Color spaces of #fdab8d

RGB 253171141
HSL0.040.970.77
HSV16°44°99°
CMYK 0.000.320.44   0.01
XYZ59.878651.931632.0671
Yxy51.93160.41620.3609
Hunter Lab72.063622.206824.0614
CIE-Lab77.239926.732327.6937

#fdab8d color RGB value is (253,171,141).

#fdab8d hex color red value is 253, green value is 171 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fdab8d hue: 0.04 , saturation: 0.97 and the lightness value of fdab8d is 0.77.

The process color (four color CMYK) of #fdab8d color hex is 0.00, 0.32, 0.44, 0.01. Web safe color of #fdab8d is #ff9999. Color #fdab8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10001101
Octal 375 253 215
Decimal 253 171 141
Hex FD AB 8D

RGB Percentages of Color #fdab8d

%44.78
%30.27
%24.96

CMYK Percentages of Color #fdab8d

%0
%32
%44
%1

Triadic Colors of #fdab8d

#fdab8d #8dfdab #ab8dfd

Analogous Colors of #fdab8d

#fdab8d #fde38d #fd8da7

Monochromatic Colors of #fdab8d

#fdab8d

Complementary Color

#fdab8d #8ddffd

#fdab8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdab8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdab8d Color CSS Codes

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

#fdab8d Text Font Color

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

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


#fdab8d Background Color

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

This div background color is #fdab8d


#fdab8d Border Color

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

This div border color is #fdab8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdab8d

#fdab8d Color Palettes


Comments

No comments written yet.

Please login to write comment.