COLOR #F1D9C1

HEX: #F1D9C1
RGB: (241,217,193)

Color info

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

RGB color model

#F1D9C1 color RGB value is (241,217,193).

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

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 193 of 255 = 76%

241
217
193

R + G + B ~ 85%. #F1D9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 217 + 193 = 651 (100%)
R 241 of 651 ~ 37.02%
G 217 of 651 ~ 33.33%
B 193 of 651 ~ 29.65%

%37.02
%33.33
%29.65

CMYK color model

#F1D9C1 color CMYK value is (0,10,20,5).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 19.92%
  • key color value is 5.49%
CMYK:
(0,10,20,5)
C0M10Y20K5 
(0%,10%,20%,5%)
(0.00/0.10/0.20/0.05)	

CMYK percentages

%0
%9.96
%19.92
%5.49

Codes

Color #F1D9C1 in popluar color models

F1D9C1
RGB241217193
HSL30°63.16%85.10%
HSB/HSV30°19.92%94.51%
CMYK0.00%9.96%19.92%
5.49%

Color #F1D9C1 in popluar number systems.

HEXF1D9C1
Decimal241217193
Binary111100011101100111000001
Octal361331301

Shades and tints

Shades of #F1D9C1

#F1D9C1
(241,217,193)
#DCC6B0
(220,198,176)
#C7B39F
(199,179,159)
#B2A08E
(178,160,142)
#9D8D7D
(157,141,125)
#887A6C
(136,122,108)
#73675B
(115,103,91)
#5E544A
(94,84,74)
#494139
(73,65,57)
#342E28
(52,46,40)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1D9C1

#F1D9C1
(241,217,193)
#F2DCC6
(242,220,198)
#F3DFCB
(243,223,203)
#F4E2D0
(244,226,208)
#F5E5D5
(245,229,213)
#F6E8DA
(246,232,218)
#F7EBDF
(247,235,223)
#F8EEE4
(248,238,228)
#F9F1E9
(249,241,233)
#FAF4EE
(250,244,238)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D9C1; }

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

This text font color is #F1D9C1.


Background Color

.myBgColor { background-color: #F1D9C1; }

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

This div background color is #F1D9C1.


Border color

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

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

This div border color is #F1D9C1.


Opacity

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

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

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

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

This text has shadow with #F1D9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D9C1 on black background.


Color preview on white background

This text has color #F1D9C1 on white background.



Black color preview on #F1D9C1 background

This text has black color on #F1D9C1 background.


White color preview on #F1D9C1 background

This text has white color on #F1D9C1 background.