Hex #f1b7bb Color

#f1b7bb
equivalent to

RGB

(241, 183, 187)

Details of #f1b7bb

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
241
62.1788
0.99
0.00
79.7023
56.1556
356°
74.9370
183
56.1556
0.67
0.24
21.5382
0.3596
24°
16.9703
187
54.5756
0.83
0.22   0.05
6.1336
0.3248
95°
9.2905

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110001
361
241
F1
Green
10110111
267
183
B7
Blue
10111011
273
187
BB

RGB in % of #f1b7bb

%39.44
%29.95
%30.61

CMYK in % of #f1b7bb

%0
%24
%22
%5

Triads of color #f1b7bb

#f1b7bb #b7bbf1 #bbf1bb

Similar Colors to #f1b7bb

#f1b7bb #f1b7d8 #f1d0b7

Preview Color #f1b7bb on black ground

#f1b7bb is very interesting for text.

Preview Color #f1b7bb on white ground

#f1b7bb is very interesting for text.

CSS Codes #f1b7bb color

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

Text Font Color #f1b7bb

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

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

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

This div background color is #f1b7bb


Border Color #f1b7bb

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

The color of this border is #f1b7bb


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f1b7bb