COLOR #F1C6A3

HEX: #F1C6A3
RGB: (241,198,163)

Color info

#F1C6A3 contains mainly red and green colors. Web safe color of #F1C6A3 is #FFCC99 (or #FC9).

RGB color model

#F1C6A3 color RGB value is (241,198,163).

  • red value is 241;
  • green value is 198;
  • blue value is 163.
RGB:
(241,198,163)
(95%,78%,64%)

RGB channels and saturation

R 241 of 255 = 95%
G 198 of 255 = 78%
B 163 of 255 = 64%

241
198
163

R + G + B ~ 79%. #F1C6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 198 + 163 = 602 (100%)
R 241 of 602 ~ 40.03%
G 198 of 602 ~ 32.89%
B 163 of 602 ~ 27.08%

%40.03
%32.89
%27.08

CMYK color model

#F1C6A3 color CMYK value is (0,18,32,5).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,18,32,5)
C0M18Y32K5 
(0%,18%,32%,5%)
(0.00/0.18/0.32/0.05)	

CMYK percentages

%0
%17.84
%32.37
%5.49

Codes

Color #F1C6A3 in popluar color models

F1C6A3
RGB241198163
HSL27°73.58%79.22%
HSB/HSV27°32.37%94.51%
CMYK0.00%17.84%32.37%
5.49%

Color #F1C6A3 in popluar number systems.

HEXF1C6A3
Decimal241198163
Binary111100011100011010100011
Octal361306243

Shades and tints

Shades of #F1C6A3

#F1C6A3
(241,198,163)
#DCB495
(220,180,149)
#C7A287
(199,162,135)
#B29079
(178,144,121)
#9D7E6B
(157,126,107)
#886C5D
(136,108,93)
#735A4F
(115,90,79)
#5E4841
(94,72,65)
#493633
(73,54,51)
#342425
(52,36,37)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #F1C6A3

#F1C6A3
(241,198,163)
#F2CBAB
(242,203,171)
#F3D0B3
(243,208,179)
#F4D5BB
(244,213,187)
#F5DAC3
(245,218,195)
#F6DFCB
(246,223,203)
#F7E4D3
(247,228,211)
#F8E9DB
(248,233,219)
#F9EEE3
(249,238,227)
#FAF3EB
(250,243,235)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C6A3 color. Also use rgb(241,198,163) instead hex code.

Text Font Color

.myTextColor { color: #F1C6A3; }

<p style="color:#F1C6A3">This sample text font color is #F1C6A3.</p>

This text font color is #F1C6A3.


Background Color

.myBgColor { background-color: #F1C6A3; }

<div style="background-color:#F1C6A3">Inner text</div>

This div background color is #F1C6A3.


Border color

.myBorderColor { border: 1px solid #F1C6A3; }

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

This div border color is #F1C6A3.


Opacity

.myOpacity80 { color: #F1C6A3; opacity: 0.8; }

<p style="color:#F1C6A3;opacity:0.8;">80%</p>

Text with #F1C6A3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1C6A3;}

<p style="text-shadow: 3px 3px 1px #F1C6A3">Text here.</p>

This text has shadow with #F1C6A3 color.

.textShadow {text-shadow: 3px 3px 1px #F1C6A3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1C6A3, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1C6A3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1C6A3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1C6A3, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1C6A3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1C6A3;
  -webkit-box-shadow:	1px 1px 3px 2px #F1C6A3;
  box-shadow:		1px 1px 3px 2px #F1C6A3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1C6A3;
-webkit-box-shadow: 1px 1px 3px 2px #F1C6A3;
box-shadow:1px 1px 3px 2px #F1C6A3;">
Div content here</div>
This div box has shadow with color #F1C6A3.

Preview

Color preview on black background

This text has color #F1C6A3 on black background.


Color preview on white background

This text has color #F1C6A3 on white background.



Black color preview on #F1C6A3 background

This text has black color on #F1C6A3 background.


White color preview on #F1C6A3 background

This text has white color on #F1C6A3 background.