Color Hex Logo

#fdafa0 Color Hex

#FDAFA0
(253,175,160)
0 Favorites   0 Comments

Color spaces of #fdafa0

RGB 253175160
HSL0.030.960.81
HSV10°37°99°
CMYK 0.000.310.37   0.01
XYZ62.183154.080740.4189
Yxy54.08070.39690.3452
Hunter Lab73.539622.240618.8907
CIE-Lab78.508826.692919.2082

#fdafa0 color RGB value is (253,175,160).

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

The process color (four color CMYK) of #fdafa0 color hex is 0.00, 0.31, 0.37, 0.01. Web safe color of #fdafa0 is #ff9999. Color #fdafa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 10100000
Octal 375 257 240
Decimal 253 175 160
Hex FD AF A0

RGB Percentages of Color #fdafa0

%43.03
%29.76
%27.21

CMYK Percentages of Color #fdafa0

%0
%31
%37
%1

Triadic Colors of #fdafa0

#fdafa0 #a0fdaf #afa0fd

Analogous Colors of #fdafa0

#fdafa0 #fddea0 #fda0c0

Monochromatic Colors of #fdafa0

#fdafa0

Complementary Color

#fdafa0 #a0eefd

#fdafa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafa0 Color CSS Codes

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

#fdafa0 Text Font Color

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

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


#fdafa0 Background Color

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

This div background color is #fdafa0


#fdafa0 Border Color

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

This div border color is #fdafa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafa0

Related Colors


Comments

No comments written yet.

Please login to write comment.