Hex #f2cab1 Color

#f2cab1
equivalent to

RGB

(242, 202, 177)

Details of #f2cab1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
242
65.6743
0.06
0.00
84.1179
64.2926
23°
80.1827
202
64.2926
0.71
0.17
10.4913
0.3638
27°
5.8826
177
50.5433
0.82
0.27   0.05
17.7600
0.3562
95°
18.7668

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110010
362
242
F2
Green
11001010
312
202
CA
Blue
10110001
261
177
B1

RGB in % of #f2cab1

%38.97
%32.53
%28.50

CMYK in % of #f2cab1

%0
%17
%27
%5

Triads of color #f2cab1

#f2cab1 #cab1f2 #b1f2b1

Similar Colors to #f2cab1

#f2cab1 #f2b1b9 #f2ebb1

Preview Color #f2cab1 on black ground

#f2cab1 is very interesting for text.

Preview Color #f2cab1 on white ground

#f2cab1 is very interesting for text.

CSS Codes #f2cab1 color

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

Text Font Color #f2cab1

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

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

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

This div background color is #f2cab1


Border Color #f2cab1

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

The color of this border is #f2cab1


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f2cab1