COLOR #F1C19D

HEX: #F1C19D
RGB: (241,193,157)

Color info

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

RGB color model

#F1C19D color RGB value is (241,193,157).

  • red value is 241;
  • green value is 193;
  • blue value is 157.
RGB:
(241,193,157)
(95%,76%,62%)

RGB channels and saturation

R 241 of 255 = 95%
G 193 of 255 = 76%
B 157 of 255 = 62%

241
193
157

R + G + B ~ 78%. #F1C19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 193 + 157 = 591 (100%)
R 241 of 591 ~ 40.78%
G 193 of 591 ~ 32.66%
B 157 of 591 ~ 26.57%

%40.78
%32.66
%26.57

CMYK color model

#F1C19D color CMYK value is (0,20,35,5).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 34.85%
  • key color value is 5.49%
CMYK:
(0,20,35,5)
C0M20Y35K5 
(0%,20%,35%,5%)
(0.00/0.20/0.35/0.05)	

CMYK percentages

%0
%19.92
%34.85
%5.49

Codes

Color #F1C19D in popluar color models

F1C19D
RGB241193157
HSL26°75.00%78.04%
HSB/HSV26°34.85%94.51%
CMYK0.00%19.92%34.85%
5.49%

Color #F1C19D in popluar number systems.

HEXF1C19D
Decimal241193157
Binary111100011100000110011101
Octal361301235

Shades and tints

Shades of #F1C19D

#F1C19D
(241,193,157)
#DCB08F
(220,176,143)
#C79F81
(199,159,129)
#B28E73
(178,142,115)
#9D7D65
(157,125,101)
#886C57
(136,108,87)
#735B49
(115,91,73)
#5E4A3B
(94,74,59)
#49392D
(73,57,45)
#34281F
(52,40,31)
#1F1711
(31,23,17)
#000000
(0,0,0)

Tints of #F1C19D

#F1C19D
(241,193,157)
#F2C6A5
(242,198,165)
#F3CBAD
(243,203,173)
#F4D0B5
(244,208,181)
#F5D5BD
(245,213,189)
#F6DAC5
(246,218,197)
#F7DFCD
(247,223,205)
#F8E4D5
(248,228,213)
#F9E9DD
(249,233,221)
#FAEEE5
(250,238,229)
#FBF3ED
(251,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C19D color. Also use rgb(241,193,157) instead hex code.

Text Font Color

.myTextColor { color: #F1C19D; }

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

This text font color is #F1C19D.


Background Color

.myBgColor { background-color: #F1C19D; }

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

This div background color is #F1C19D.


Border color

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

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

This div border color is #F1C19D.


Opacity

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

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

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

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

This text has shadow with #F1C19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C19D on black background.


Color preview on white background

This text has color #F1C19D on white background.



Black color preview on #F1C19D background

This text has black color on #F1C19D background.


White color preview on #F1C19D background

This text has white color on #F1C19D background.