color codes Logo

#fdc4d3 color codes

#FDC4D3
(253,196,211)
0 Favorites   0 Comments

Color spaces of #fdc4d3

RGB 253196211
HSL0.960.930.88
HSV344°23°99°
CMYK 0.000.230.17   0.01
XYZ72.005865.065770.3918
Yxy65.06570.34710.3136
Hunter Lab80.663318.18104.7242
CIE-Lab84.517622.54020.3707

#fdc4d3 color RGB value is (253,196,211).

#fdc4d3 hex color red value is 253, green value is 196 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fdc4d3 hue: 0.96 , saturation: 0.93 and the lightness value of fdc4d3 is 0.88.

The process color (four color CMYK) of #fdc4d3 color code is 0.00, 0.23, 0.17, 0.01. Web safe color of #fdc4d3 is #ffcccc. Color #fdc4d3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000100 11010011
Octal 375 304 323
Decimal 253 196 211
Hex FD C4 D3

RGB Percentages of Color #fdc4d3

%38.33
%29.70
%31.97

CMYK Percentages of Color #fdc4d3

%0
%23
%17
%1

Triadic Colors of #fdc4d3

#fdc4d3 #d3fdc4 #c4d3fd

Analogous Colors of #fdc4d3

#fdc4d3 #fdd2c4 #fdc4f0

Monochromatic Colors of #fdc4d3

#fdc4d3

Complementary Color

#fdc4d3 #c4fdee

#fdc4d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc4d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc4d3 Color CSS Codes

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

#fdc4d3 Text Font Color

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

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


#fdc4d3 Background Color

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

This div background color is #fdc4d3


#fdc4d3 Border Color

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

This div border color is #fdc4d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc4d3

Related Colors


Comments

No comments written yet.

Please login to write comment.