Hex #fcd1d4 Color

#fcd1d4
equivalent to

RGB

(252, 209, 212)

Details of #fcd1d4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
252
74.8290
0.99
0.00
87.5092
71.0498
356°
84.2911
209
71.0498
0.88
0.17
15.5261
0.3434
17°
10.9536
212
72.0574
0.90
0.16   0.01
4.1753
0.3260
99°
8.3361

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111100
374
252
FC
Green
11010001
321
209
D1
Blue
11010100
324
212
D4

RGB in % of #fcd1d4

%37.44
%31.05
%31.50

CMYK in % of #fcd1d4

%0
%17
%16
%1

Triads of color #fcd1d4

#fcd1d4 #d1d4fc #d4fcd4

Similar Colors to #fcd1d4

#fcd1d4 #fcd1ea #fce4d1

Preview Color #fcd1d4 on black ground

#fcd1d4 is very interesting for text.

Preview Color #fcd1d4 on white ground

#fcd1d4 is very interesting for text.

CSS Codes #fcd1d4 color

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

Text Font Color #fcd1d4

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

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


Background Color #fcd1d4

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

This div background color is #fcd1d4


Border Color #fcd1d4

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

The color of this border is #fcd1d4


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fcd1d4