Hex #f6c0af Color

#f6c0af
equivalent to

RGB

(246, 192, 175)

Details of #f6c0af

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
246
64.5935
0.04
0.00
82.0482
60.3872
14°
77.7092
192
60.3872
0.80
0.22
16.9742
0.3717
29°
12.3821
175
48.8089
0.83
0.29   0.04
15.9835
0.3475
96°
17.1690

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110110
366
246
F6
Green
11000000
300
192
C0
Blue
10101111
257
175
AF

RGB in % of #f6c0af

%40.13
%31.32
%28.55

CMYK in % of #f6c0af

%0
%22
%29
%4

Triads of color #f6c0af

#f6c0af #c0aff6 #aff6af

Similar Colors to #f6c0af

#f6c0af #f6afc2 #f6e4af

Preview Color #f6c0af on black ground

#f6c0af is very interesting for text.

Preview Color #f6c0af on white ground

#f6c0af is very interesting for text.

CSS Codes #f6c0af color

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

Text Font Color #f6c0af

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

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

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

This div background color is #f6c0af


Border Color #f6c0af

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

The color of this border is #f6c0af


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f6c0af