Color Hex Logo

#fd7daa Color Hex

#FD7DAA
(253,125,170)
0 Favorites   0 Comments

Color spaces of #fd7daa

RGB 253125170
HSL0.940.970.74
HSV339°51°99°
CMYK 0.000.510.33   0.01
XYZ55.097338.452242.5483
Yxy38.45220.40480.2825
Hunter Lab62.009850.08452.7248
CIE-Lab68.352653.3133-0.7836

#fd7daa color RGB value is (253,125,170).

#fd7daa hex color red value is 253, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fd7daa hue: 0.94 , saturation: 0.97 and the lightness value of fd7daa is 0.74.

The process color (four color CMYK) of #fd7daa color hex is 0.00, 0.51, 0.33, 0.01. Web safe color of #fd7daa is #ff6699. Color #fd7daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111101 10101010
Octal 375 175 252
Decimal 253 125 170
Hex FD 7D AA

RGB Percentages of Color #fd7daa

%46.17
%22.81
%31.02

CMYK Percentages of Color #fd7daa

%0
%51
%33
%1

Triadic Colors of #fd7daa

#fd7daa #aafd7d #7daafd

Analogous Colors of #fd7daa

#fd7daa #fd907d #fd7dea

Monochromatic Colors of #fd7daa

#fd7daa

Complementary Color

#fd7daa #7dfdd0

#fd7daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7daa Color CSS Codes

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

#fd7daa Text Font Color

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

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


#fd7daa Background Color

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

This div background color is #fd7daa


#fd7daa Border Color

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

This div border color is #fd7daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7daa


Comments

No comments written yet.

Please login to write comment.