Hex #f8939c Color

#f8939c
equivalent to

RGB

(248, 147, 156)

Details of #f8939c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
248
55.1459
0.99
0.00
71.7069
43.2242
355°
65.7451
147
43.2242
0.88
0.41
38.9776
0.4077
41°
34.6690
156
36.8891
0.77
0.37   0.03
11.7931
0.3196
97°
12.7656

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111000
370
248
F8
Green
10010011
223
147
93
Blue
10011100
234
156
9C

RGB in % of #f8939c

%45.01
%26.68
%28.31

CMYK in % of #f8939c

%0
%41
%37
%3

Triads of color #f8939c

#f8939c #939cf8 #9cf89c

Similar Colors to #f8939c

#f8939c #f893cf #f8bd93

Preview Color #f8939c on black ground

#f8939c is very interesting for text.

Preview Color #f8939c on white ground

#f8939c is very interesting for text.

CSS Codes #f8939c color

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

Text Font Color #f8939c

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

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

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

This div background color is #f8939c


Border Color #f8939c

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

The color of this border is #f8939c


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f8939c