COLOR #F1C2A6

HEX: #F1C2A6 RGB: (241,194,166)

Color info

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

RGB color model

#F1C2A6 color RGB value is (241,194,166).

RGB: (241,194,166) (95%, 76%, 65%)

RGB channels and saturation

R 241 of 255 = 95%
G 194 of 255 = 76%
B 166 of 255 = 65%

241
194
166

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

Portions of RGB colors in percentages

R + G + B = 241 + 194 + 166 = 601 (100%)
R 241 of 601 ~ 40.1%
G 194 of 601 ~ 32.28%
B 166 of 601 ~ 27.62'%

%40.1
%32.28
%27.62

CMYK color model

#F1C2A6 color CMYK value is (0,20,31,5).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 31.12%
  • key color value is 5.49%
CMYK: (0,20,31,5) C0M20Y31K5 (0%,20%,31%,5%) (0.00/0.20/0.31/0.05) 

CMYK percentages

%0
%19.5
%31.12
%5.49

Codes

Color #F1C2A6 in popluar color models

F1 C2 A6
RGB 241 194 166
HSL 22° 72.82% 79.80%
HSB/HSV 22° 31.12% 94.51%
CMYK 0.00% 19.50% 31.12%
5.49%

Color #F1C2A6 in popluar number systems.

HEX F1 C2 A6
Decimal 241 194 166
Binary 11110001 11000010 10100110
Octal 361 302 246

Shades and tints

Shades of #F1C2A6

#F1C2A6
(241,194,166)
#DCB197
(220,177,151)
#C7A088
(199,160,136)
#B28F79
(178,143,121)
#9D7E6A
(157,126,106)
#886D5B
(136,109,91)
#735C4C
(115,92,76)
#5E4B3D
(94,75,61)
#493A2E
(73,58,46)
#34291F
(52,41,31)
#1F1810
(31,24,16)
#000000
(0,0,0)

Tints of #F1C2A6

#F1C2A6
(241,194,166)
#F2C7AE
(242,199,174)
#F3CCB6
(243,204,182)
#F4D1BE
(244,209,190)
#F5D6C6
(245,214,198)
#F6DBCE
(246,219,206)
#F7E0D6
(247,224,214)
#F8E5DE
(248,229,222)
#F9EAE6
(249,234,230)
#FAEFEE
(250,239,238)
#FBF4F6
(251,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C2A6 color. Also use rgb(241,194,166) instead hex code.

Text Font Color

.myTextColor { color: #F1C2A6; }

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

This text font color is #F1C2A6.

Background Color

.myBgColor { background-color: #F1C2A6; }

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

This div background color is #F1C2A6.

Border color

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

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

This div border color is #F1C2A6.

Opacity

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

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

Text with #F1C2A6 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 #F1C2A6;}

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

This text has shadow with #F1C2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C2A6.

Preview

Color preview on black background

This text has color #F1C2A6 on black background.


Color preview on white background

This text has color #F1C2A6 on white background.


Black color preview on #F1C2A6 background

This text has black color on #F1C2A6 background.


White color preview on #F1C2A6 background

This text has white color on #F1C2A6 background.


Related colors

Complementary color

Complementary color for #hex is #0E3D59.


I love getcolorcode.com

Triadic colors

1 #A6F1C2 and #C2A6F1 with #F1C2A6 are triadic colors.

2 #A6C2F1 and #C2F1A6 with #F1C2A6 are triadic colors.