Color Hex Logo

#fdafc5 Color Hex

#FDAFC5
(253,175,197)
0 Favorites   0 Comments

Color spaces of #fdafc5

RGB 253175197
HSL0.950.950.84
HSV343°31°99°
CMYK 0.000.310.22   0.01
XYZ65.916055.573860.0760
Yxy55.57380.36300.3061
Hunter Lab74.547827.37294.4033
CIE-Lab79.370631.49530.3944

#fdafc5 color RGB value is (253,175,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11000101
Octal 375 257 305
Decimal 253 175 197
Hex FD AF C5

RGB Percentages of Color #fdafc5

%40.48
%28.00
%31.52

CMYK Percentages of Color #fdafc5

%0
%31
%22
%1

Triadic Colors of #fdafc5

#fdafc5 #c5fdaf #afc5fd

Analogous Colors of #fdafc5

#fdafc5 #fdc0af #fdafec

Monochromatic Colors of #fdafc5

#fdafc5

Complementary Color

#fdafc5 #affde7

#fdafc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafc5 Color CSS Codes

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

#fdafc5 Text Font Color

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

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


#fdafc5 Background Color

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

This div background color is #fdafc5


#fdafc5 Border Color

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

This div border color is #fdafc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafc5

Related Colors


Comments

No comments written yet.

Please login to write comment.