Hex #f2dfd1 Color

#f2dfd1
equivalent to

RGB

(242, 223, 209)

Details of #f2dfd1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
242
74.5142
0.07
0.00
89.9781
76.2560
25°
87.3247
223
76.2560
0.56
0.08
4.2362
0.3358
14°
-0.5036
209
71.1132
0.88
0.14   0.05
9.1967
0.3437
95°
12.8606

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110010
362
242
F2
Green
11011111
337
223
DF
Blue
11010001
321
209
D1

RGB in % of #f2dfd1

%35.91
%33.09
%31.01

CMYK in % of #f2dfd1

%0
%8
%14
%5

Triads of color #f2dfd1

#f2dfd1 #dfd1f2 #d1f2d1

Similar Colors to #f2dfd1

#f2dfd1 #f2d1d4 #f2f0d1

Preview Color #f2dfd1 on black ground

#f2dfd1 is very interesting for text.

Preview Color #f2dfd1 on white ground

#f2dfd1 is very interesting for text.

CSS Codes #f2dfd1 color

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

Text Font Color #f2dfd1

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

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

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

This div background color is #f2dfd1


Border Color #f2dfd1

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

The color of this border is #f2dfd1


Examples Css3

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

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 #f2dfd1">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f2dfd1