Color Hex Logo

#fdafd5 Color Hex

#FDAFD5
(253,175,213)
0 Favorites   0 Comments

Color spaces of #fdafd5

RGB 253175213
HSL0.920.950.84
HSV331°31°99°
CMYK 0.000.310.16   0.01
XYZ67.848256.346770.2508
Yxy56.34670.34890.2898
Hunter Lab75.064429.9773-2.9428
CIE-Lab79.810733.8812-7.6290

#fdafd5 color RGB value is (253,175,213).

#fdafd5 hex color red value is 253, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #fdafd5 hue: 0.92 , saturation: 0.95 and the lightness value of fdafd5 is 0.84.

The process color (four color CMYK) of #fdafd5 color hex is 0.00, 0.31, 0.16, 0.01. Web safe color of #fdafd5 is #ff99cc. Color #fdafd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11010101
Octal 375 257 325
Decimal 253 175 213
Hex FD AF D5

RGB Percentages of Color #fdafd5

%39.47
%27.30
%33.23

CMYK Percentages of Color #fdafd5

%0
%31
%16
%1

Triadic Colors of #fdafd5

#fdafd5 #d5fdaf #afd5fd

Analogous Colors of #fdafd5

#fdafd5 #fdb0af #fdaffc

Monochromatic Colors of #fdafd5

#fdafd5

Complementary Color

#fdafd5 #affdd7

#fdafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafd5 Color CSS Codes

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

#fdafd5 Text Font Color

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

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


#fdafd5 Background Color

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

This div background color is #fdafd5


#fdafd5 Border Color

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

This div border color is #fdafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafd5


Comments

No comments written yet.

Please login to write comment.