Color Hex Logo

#fda48e Color Hex

#FDA48E
(253,164,142)
0 Favorites   0 Comments

Color spaces of #fda48e

RGB 253164142
HSL0.030.970.77
HSV12°44°99°
CMYK 0.000.350.44   0.01
XYZ58.666049.386632.0317
Yxy49.38660.41880.3525
Hunter Lab70.275626.029322.1685
CIE-Lab75.691230.494725.0725

#fda48e color RGB value is (253,164,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 10001110
Octal 375 244 216
Decimal 253 164 142
Hex FD A4 8E

RGB Percentages of Color #fda48e

%45.26
%29.34
%25.40

CMYK Percentages of Color #fda48e

%0
%35
%44
%1

Triadic Colors of #fda48e

#fda48e #8efda4 #a48efd

Analogous Colors of #fda48e

#fda48e #fddc8e #fd8eb0

Monochromatic Colors of #fda48e

#fda48e

Complementary Color

#fda48e #8ee7fd

#fda48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda48e Color CSS Codes

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

#fda48e Text Font Color

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

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


#fda48e Background Color

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

This div background color is #fda48e


#fda48e Border Color

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

This div border color is #fda48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda48e

Related Colors


Comments

No comments written yet.

Please login to write comment.