COLOR #F1C6BB

HEX: #F1C6BB
RGB: (241,198,187)

Color info

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

RGB color model

#F1C6BB color RGB value is (241,198,187).

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

RGB channels and saturation

R 241 of 255 = 95%
G 198 of 255 = 78%
B 187 of 255 = 73%

241
198
187

R + G + B ~ 82%. #F1C6BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 198 + 187 = 626 (100%)
R 241 of 626 ~ 38.5%
G 198 of 626 ~ 31.63%
B 187 of 626 ~ 29.87%

%38.5
%31.63
%29.87

CMYK color model

#F1C6BB color CMYK value is (0,18,22,5).

  • cyan value is 0.00%
  • magenta value is 17.84%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,18,22,5)
C0M18Y22K5 
(0%,18%,22%,5%)
(0.00/0.18/0.22/0.05)	

CMYK percentages

%0
%17.84
%22.41
%5.49

Codes

Color #F1C6BB in popluar color models

F1C6BB
RGB241198187
HSL12°65.85%83.92%
HSB/HSV12°22.41%94.51%
CMYK0.00%17.84%22.41%
5.49%

Color #F1C6BB in popluar number systems.

HEXF1C6BB
Decimal241198187
Binary111100011100011010111011
Octal361306273

Shades and tints

Shades of #F1C6BB

#F1C6BB
(241,198,187)
#DCB4AA
(220,180,170)
#C7A299
(199,162,153)
#B29088
(178,144,136)
#9D7E77
(157,126,119)
#886C66
(136,108,102)
#735A55
(115,90,85)
#5E4844
(94,72,68)
#493633
(73,54,51)
#342422
(52,36,34)
#1F1211
(31,18,17)
#000000
(0,0,0)

Tints of #F1C6BB

#F1C6BB
(241,198,187)
#F2CBC1
(242,203,193)
#F3D0C7
(243,208,199)
#F4D5CD
(244,213,205)
#F5DAD3
(245,218,211)
#F6DFD9
(246,223,217)
#F7E4DF
(247,228,223)
#F8E9E5
(248,233,229)
#F9EEEB
(249,238,235)
#FAF3F1
(250,243,241)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C6BB; }

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

This text font color is #F1C6BB.


Background Color

.myBgColor { background-color: #F1C6BB; }

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

This div background color is #F1C6BB.


Border color

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

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

This div border color is #F1C6BB.


Opacity

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

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

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

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

This text has shadow with #F1C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C6BB on black background.


Color preview on white background

This text has color #F1C6BB on white background.



Black color preview on #F1C6BB background

This text has black color on #F1C6BB background.


White color preview on #F1C6BB background

This text has white color on #F1C6BB background.