COLOR #F1C7A3

HEX: #F1C7A3 RGB: (241,199,163)

Color info

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

RGB color model

#F1C7A3 color RGB value is (241,199,163).

RGB: (241,199,163) (95%, 78%, 64%)

RGB channels and saturation

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

241
199
163

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

Portions of RGB colors in percentages

R + G + B = 241 + 199 + 163 = 603 (100%)
R 241 of 603 ~ 39.97%
G 199 of 603 ~ 33%
B 163 of 603 ~ 27.03'%

%39.97
%33
%27.03

CMYK color model

#F1C7A3 color CMYK value is (0,17,32,5).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 32.37%
  • key color value is 5.49%

CMYK: (0,17,32,5)
C0M17Y32K5 (0%, 17%, 32%, 5%)
(0.00 / 0.17 / 0.32 / 0.05)

CMYK percentages

%0
%17.43
%32.37
%5.49

Codes

Color #F1C7A3 in popluar color models

F1 C7 A3
RGB 241 199 163
HSL 28° 73.58% 79.22%
HSB/HSV 28° 32.37% 94.51%
CMYK 0.00% 17.43% 32.37%
5.49%

Color #F1C7A3 in popluar number systems.

HEX F1 C7 A3
Decimal 241 199 163
Binary 11110001 11000111 10100011
Octal 361 307 243

Shades and tints

Shades of #F1C7A3

#F1C7A3
(241,199,163)
#DCB595
(220,181,149)
#C7A387
(199,163,135)
#B29179
(178,145,121)
#9D7F6B
(157,127,107)
#886D5D
(136,109,93)
#735B4F
(115,91,79)
#5E4941
(94,73,65)
#493733
(73,55,51)
#342525
(52,37,37)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #F1C7A3

#F1C7A3
(241,199,163)
#F2CCAB
(242,204,171)
#F3D1B3
(243,209,179)
#F4D6BB
(244,214,187)
#F5DBC3
(245,219,195)
#F6E0CB
(246,224,203)
#F7E5D3
(247,229,211)
#F8EADB
(248,234,219)
#F9EFE3
(249,239,227)
#FAF4EB
(250,244,235)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7A3; }

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

This text font color is #F1C7A3.

Background Color

.myBgColor { background-color: #F1C7A3; }

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

This div background color is #F1C7A3.

Border color

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

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

This div border color is #F1C7A3.

Opacity

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

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

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

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

This text has shadow with #F1C7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C7A3.

Preview

Color preview on black background

This text has color #F1C7A3 on black background.


Color preview on white background

This text has color #F1C7A3 on white background.


Black color preview on #F1C7A3 background

This text has black color on #F1C7A3 background.


White color preview on #F1C7A3 background

This text has white color on #F1C7A3 background.


Related colors

Complementary color

Complementary color for #hex is #0E385C.


I love getcolorcode.com

Triadic colors

1 #A3F1C7 and #C7A3F1 with #F1C7A3 are triadic colors.

2 #A3C7F1 and #C7F1A3 with #F1C7A3 are triadic colors.