COLOR #F1C9BC

HEX: #F1C9BC RGB: (241,201,188)

Color info

#F1C9BC contains red, green and blue colors in about the same proportion. Web safe color of #F1C9BC is #FFCCCC (or #FCC).

RGB color model

#F1C9BC color RGB value is (241,201,188).

RGB: (241,201,188) (95%, 79%, 74%)

RGB channels and saturation

R 241 of 255 = 95%
G 201 of 255 = 79%
B 188 of 255 = 74%

241
201
188

R + G + B ~ 83%. #F1C9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 201 + 188 = 630 (100%)
R 241 of 630 ~ 38.25%
G 201 of 630 ~ 31.9%
B 188 of 630 ~ 29.84'%

%38.25
%31.9
%29.84

CMYK color model

#F1C9BC color CMYK value is (0,17,22,5).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 21.99%
  • key color value is 5.49%

CMYK: (0,17,22,5)
C0M17Y22K5 (0%, 17%, 22%, 5%)
(0.00 / 0.17 / 0.22 / 0.05)

CMYK percentages

%0
%16.6
%21.99
%5.49

Codes

Color #F1C9BC in popluar color models

F1 C9 BC
RGB 241 201 188
HSL 15° 65.43% 84.12%
HSB/HSV 15° 21.99% 94.51%
CMYK 0.00% 16.60% 21.99%
5.49%

Color #F1C9BC in popluar number systems.

HEX F1 C9 BC
Decimal 241 201 188
Binary 11110001 11001001 10111100
Octal 361 311 274

Shades and tints

Shades of #F1C9BC

#F1C9BC
(241,201,188)
#DCB7AB
(220,183,171)
#C7A59A
(199,165,154)
#B29389
(178,147,137)
#9D8178
(157,129,120)
#886F67
(136,111,103)
#735D56
(115,93,86)
#5E4B45
(94,75,69)
#493934
(73,57,52)
#342723
(52,39,35)
#1F1512
(31,21,18)
#000000
(0,0,0)

Tints of #F1C9BC

#F1C9BC
(241,201,188)
#F2CDC2
(242,205,194)
#F3D1C8
(243,209,200)
#F4D5CE
(244,213,206)
#F5D9D4
(245,217,212)
#F6DDDA
(246,221,218)
#F7E1E0
(247,225,224)
#F8E5E6
(248,229,230)
#F9E9EC
(249,233,236)
#FAEDF2
(250,237,242)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C9BC color. Also use rgb(241,201,188) instead hex code.

Text Font Color

.myTextColor { color: #F1C9BC; }

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

This text font color is #F1C9BC.

Background Color

.myBgColor { background-color: #F1C9BC; }

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

This div background color is #F1C9BC.

Border color

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

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

This div border color is #F1C9BC.

Opacity

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

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

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

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

This text has shadow with #F1C9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C9BC.

Preview

Color preview on black background

This text has color #F1C9BC on black background.


Color preview on white background

This text has color #F1C9BC on white background.


Black color preview on #F1C9BC background

This text has black color on #F1C9BC background.


White color preview on #F1C9BC background

This text has white color on #F1C9BC background.


Related colors

Complementary color

Complementary color for #hex is #0E3643.


I love getcolorcode.com

Triadic colors

1 #BCF1C9 and #C9BCF1 with #F1C9BC are triadic colors.

2 #BCC9F1 and #C9F1BC with #F1C9BC are triadic colors.