COLOR #F1C4B2

HEX: #F1C4B2
RGB: (241,196,178)

Color info

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

RGB color model

#F1C4B2 color RGB value is (241,196,178).

  • red value is 241;
  • green value is 196;
  • blue value is 178.
RGB:
(241,196,178)
(95%,77%,70%)

RGB channels and saturation

R 241 of 255 = 95%
G 196 of 255 = 77%
B 178 of 255 = 70%

241
196
178

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

Portions of RGB colors in percentages

R + G + B =
241 + 196 + 178 = 615 (100%)
R 241 of 615 ~ 39.19%
G 196 of 615 ~ 31.87%
B 178 of 615 ~ 28.94%

%39.19
%31.87
%28.94

CMYK color model

#F1C4B2 color CMYK value is (0,19,26,5).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 26.14%
  • key color value is 5.49%
CMYK:
(0,19,26,5)
C0M19Y26K5 
(0%,19%,26%,5%)
(0.00/0.19/0.26/0.05)	

CMYK percentages

%0
%18.67
%26.14
%5.49

Codes

Color #F1C4B2 in popluar color models

F1C4B2
RGB241196178
HSL17°69.23%82.16%
HSB/HSV17°26.14%94.51%
CMYK0.00%18.67%26.14%
5.49%

Color #F1C4B2 in popluar number systems.

HEXF1C4B2
Decimal241196178
Binary111100011100010010110010
Octal361304262

Shades and tints

Shades of #F1C4B2

#F1C4B2
(241,196,178)
#DCB3A2
(220,179,162)
#C7A292
(199,162,146)
#B29182
(178,145,130)
#9D8072
(157,128,114)
#886F62
(136,111,98)
#735E52
(115,94,82)
#5E4D42
(94,77,66)
#493C32
(73,60,50)
#342B22
(52,43,34)
#1F1A12
(31,26,18)
#000000
(0,0,0)

Tints of #F1C4B2

#F1C4B2
(241,196,178)
#F2C9B9
(242,201,185)
#F3CEC0
(243,206,192)
#F4D3C7
(244,211,199)
#F5D8CE
(245,216,206)
#F6DDD5
(246,221,213)
#F7E2DC
(247,226,220)
#F8E7E3
(248,231,227)
#F9ECEA
(249,236,234)
#FAF1F1
(250,241,241)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C4B2 color. Also use rgb(241,196,178) instead hex code.

Text Font Color

.myTextColor { color: #F1C4B2; }

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

This text font color is #F1C4B2.


Background Color

.myBgColor { background-color: #F1C4B2; }

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

This div background color is #F1C4B2.


Border color

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

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

This div border color is #F1C4B2.


Opacity

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

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

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

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

This text has shadow with #F1C4B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C4B2 on black background.


Color preview on white background

This text has color #F1C4B2 on white background.



Black color preview on #F1C4B2 background

This text has black color on #F1C4B2 background.


White color preview on #F1C4B2 background

This text has white color on #F1C4B2 background.