Color Hex Logo

#fdacd7 Color Hex

#FDACD7
(253,172,215)
0 Favorites   0 Comments

Color spaces of #fdacd7

RGB 253172215
HSL0.910.950.83
HSV328°32°99°
CMYK 0.000.320.15   0.01
XYZ67.526355.294071.4038
Yxy55.29400.34770.2847
Hunter Lab74.359931.9661-4.8810
CIE-Lab79.210335.7614-9.6045

#fdacd7 color RGB value is (253,172,215).

#fdacd7 hex color red value is 253, green value is 172 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fdacd7 hue: 0.91 , saturation: 0.95 and the lightness value of fdacd7 is 0.83.

The process color (four color CMYK) of #fdacd7 color hex is 0.00, 0.32, 0.15, 0.01. Web safe color of #fdacd7 is #ff99cc. Color #fdacd7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11010111
Octal 375 254 327
Decimal 253 172 215
Hex FD AC D7

RGB Percentages of Color #fdacd7

%39.53
%26.88
%33.59

CMYK Percentages of Color #fdacd7

%0
%32
%15
%1

Triadic Colors of #fdacd7

#fdacd7 #d7fdac #acd7fd

Analogous Colors of #fdacd7

#fdacd7 #fdacaf #fbacfd

Monochromatic Colors of #fdacd7

#fdacd7

Complementary Color

#fdacd7 #acfdd2

#fdacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacd7 Color CSS Codes

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

#fdacd7 Text Font Color

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

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


#fdacd7 Background Color

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

This div background color is #fdacd7


#fdacd7 Border Color

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

This div border color is #fdacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacd7

Related Colors


Comments

No comments written yet.

Please login to write comment.