Color Hex Logo

#fda4cd Color Hex

#FDA4CD
(253,164,205)
0 Favorites   0 Comments

Color spaces of #fda4cd

RGB 253164205
HSL0.920.960.82
HSV332°35°99°
CMYK 0.000.350.19   0.01
XYZ64.802951.841364.3485
Yxy51.84130.35800.2864
Hunter Lab72.000934.6536-2.5879
CIE-Lab77.185838.4071-7.1724

#fda4cd color RGB value is (253,164,205).

#fda4cd hex color red value is 253, green value is 164 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fda4cd hue: 0.92 , saturation: 0.96 and the lightness value of fda4cd is 0.82.

The process color (four color CMYK) of #fda4cd color hex is 0.00, 0.35, 0.19, 0.01. Web safe color of #fda4cd is #ff99cc. Color #fda4cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 11001101
Octal 375 244 315
Decimal 253 164 205
Hex FD A4 CD

RGB Percentages of Color #fda4cd

%40.68
%26.37
%32.96

CMYK Percentages of Color #fda4cd

%0
%35
%19
%1

Triadic Colors of #fda4cd

#fda4cd #cdfda4 #a4cdfd

Analogous Colors of #fda4cd

#fda4cd #fda8a4 #fda4fa

Monochromatic Colors of #fda4cd

#fda4cd

Complementary Color

#fda4cd #a4fdd4

#fda4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda4cd Color CSS Codes

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

#fda4cd Text Font Color

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

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


#fda4cd Background Color

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

This div background color is #fda4cd


#fda4cd Border Color

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

This div border color is #fda4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda4cd


Comments

No comments written yet.

Please login to write comment.