COLOR #F1C7B5

HEX: #F1C7B5 RGB: (241,199,181)

Color info

#F1C7B5 contains mainly red and green colors. Web safe color of #F1C7B5 is #FFCCCC (or #FCC).

RGB color model

#F1C7B5 color RGB value is (241,199,181).

RGB: (241,199,181) (95%, 78%, 71%)

RGB channels and saturation

R 241 of 255 = 95%
G 199 of 255 = 78%
B 181 of 255 = 71%

241
199
181

R + G + B ~ 81%. #F1C7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 199 + 181 = 621 (100%)
R 241 of 621 ~ 38.81%
G 199 of 621 ~ 32.05%
B 181 of 621 ~ 29.15'%

%38.81
%32.05
%29.15

CMYK color model

#F1C7B5 color CMYK value is (0,17,25,5).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 24.90%
  • key color value is 5.49%
CMYK: (0,17,25,5) C0M17Y25K5 (0%,17%,25%,5%) (0.00/0.17/0.25/0.05) 

CMYK percentages

%0
%17.43
%24.9
%5.49

Codes

Color #F1C7B5 in popluar color models

F1 C7 B5
RGB 241 199 181
HSL 18° 68.18% 82.75%
HSB/HSV 18° 24.90% 94.51%
CMYK 0.00% 17.43% 24.90%
5.49%

Color #F1C7B5 in popluar number systems.

HEX F1 C7 B5
Decimal 241 199 181
Binary 11110001 11000111 10110101
Octal 361 307 265

Shades and tints

Shades of #F1C7B5

#F1C7B5
(241,199,181)
#DCB5A5
(220,181,165)
#C7A395
(199,163,149)
#B29185
(178,145,133)
#9D7F75
(157,127,117)
#886D65
(136,109,101)
#735B55
(115,91,85)
#5E4945
(94,73,69)
#493735
(73,55,53)
#342525
(52,37,37)
#1F1315
(31,19,21)
#000000
(0,0,0)

Tints of #F1C7B5

#F1C7B5
(241,199,181)
#F2CCBB
(242,204,187)
#F3D1C1
(243,209,193)
#F4D6C7
(244,214,199)
#F5DBCD
(245,219,205)
#F6E0D3
(246,224,211)
#F7E5D9
(247,229,217)
#F8EADF
(248,234,223)
#F9EFE5
(249,239,229)
#FAF4EB
(250,244,235)
#FBF9F1
(251,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C7B5; }

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

This text font color is #F1C7B5.

Background Color

.myBgColor { background-color: #F1C7B5; }

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

This div background color is #F1C7B5.

Border color

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

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

This div border color is #F1C7B5.

Opacity

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

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

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

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

This text has shadow with #F1C7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C7B5.

Preview

Color preview on black background

This text has color #F1C7B5 on black background.


Color preview on white background

This text has color #F1C7B5 on white background.


Black color preview on #F1C7B5 background

This text has black color on #F1C7B5 background.


White color preview on #F1C7B5 background

This text has white color on #F1C7B5 background.


Related colors

Complementary color

Complementary color for #hex is #0E384A.


I love getcolorcode.com

Triadic colors

1 #B5F1C7 and #C7B5F1 with #F1C7B5 are triadic colors.

2 #B5C7F1 and #C7F1B5 with #F1C7B5 are triadic colors.