COLOR #F1D9A5

HEX: #F1D9A5
RGB: (241,217,165)

Color info

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

RGB color model

#F1D9A5 color RGB value is (241,217,165).

  • red value is 241;
  • green value is 217;
  • blue value is 165.
RGB:
(241,217,165)
(95%,85%,65%)

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 165 of 255 = 65%

241
217
165

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

Portions of RGB colors in percentages

R + G + B =
241 + 217 + 165 = 623 (100%)
R 241 of 623 ~ 38.68%
G 217 of 623 ~ 34.83%
B 165 of 623 ~ 26.48%

%38.68
%34.83
%26.48

CMYK color model

#F1D9A5 color CMYK value is (0,10,32,5).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 31.54%
  • key color value is 5.49%
CMYK:
(0,10,32,5)
C0M10Y32K5 
(0%,10%,32%,5%)
(0.00/0.10/0.32/0.05)	

CMYK percentages

%0
%9.96
%31.54
%5.49

Codes

Color #F1D9A5 in popluar color models

F1D9A5
RGB241217165
HSL41°73.08%79.61%
HSB/HSV41°31.54%94.51%
CMYK0.00%9.96%31.54%
5.49%

Color #F1D9A5 in popluar number systems.

HEXF1D9A5
Decimal241217165
Binary111100011101100110100101
Octal361331245

Shades and tints

Shades of #F1D9A5

#F1D9A5
(241,217,165)
#DCC696
(220,198,150)
#C7B387
(199,179,135)
#B2A078
(178,160,120)
#9D8D69
(157,141,105)
#887A5A
(136,122,90)
#73674B
(115,103,75)
#5E543C
(94,84,60)
#49412D
(73,65,45)
#342E1E
(52,46,30)
#1F1B0F
(31,27,15)
#000000
(0,0,0)

Tints of #F1D9A5

#F1D9A5
(241,217,165)
#F2DCAD
(242,220,173)
#F3DFB5
(243,223,181)
#F4E2BD
(244,226,189)
#F5E5C5
(245,229,197)
#F6E8CD
(246,232,205)
#F7EBD5
(247,235,213)
#F8EEDD
(248,238,221)
#F9F1E5
(249,241,229)
#FAF4ED
(250,244,237)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D9A5 color. Also use rgb(241,217,165) instead hex code.

Text Font Color

.myTextColor { color: #F1D9A5; }

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

This text font color is #F1D9A5.


Background Color

.myBgColor { background-color: #F1D9A5; }

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

This div background color is #F1D9A5.


Border color

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

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

This div border color is #F1D9A5.


Opacity

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

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

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

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

This text has shadow with #F1D9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D9A5 on black background.


Color preview on white background

This text has color #F1D9A5 on white background.



Black color preview on #F1D9A5 background

This text has black color on #F1D9A5 background.


White color preview on #F1D9A5 background

This text has white color on #F1D9A5 background.