COLOR #F1D1B6

HEX: #F1D1B6
RGB: (241,209,182)

Color info

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

RGB color model

#F1D1B6 color RGB value is (241,209,182).

  • red value is 241;
  • green value is 209;
  • blue value is 182.
RGB:
(241,209,182)
(95%,82%,71%)

RGB channels and saturation

R 241 of 255 = 95%
G 209 of 255 = 82%
B 182 of 255 = 71%

241
209
182

R + G + B ~ 83%. #F1D1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 209 + 182 = 632 (100%)
R 241 of 632 ~ 38.13%
G 209 of 632 ~ 33.07%
B 182 of 632 ~ 28.8%

%38.13
%33.07
%28.8

CMYK color model

#F1D1B6 color CMYK value is (0,13,24,5).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 24.48%
  • key color value is 5.49%
CMYK:
(0,13,24,5)
C0M13Y24K5 
(0%,13%,24%,5%)
(0.00/0.13/0.24/0.05)	

CMYK percentages

%0
%13.28
%24.48
%5.49

Codes

Color #F1D1B6 in popluar color models

F1D1B6
RGB241209182
HSL27°67.82%82.94%
HSB/HSV27°24.48%94.51%
CMYK0.00%13.28%24.48%
5.49%

Color #F1D1B6 in popluar number systems.

HEXF1D1B6
Decimal241209182
Binary111100011101000110110110
Octal361321266

Shades and tints

Shades of #F1D1B6

#F1D1B6
(241,209,182)
#DCBEA6
(220,190,166)
#C7AB96
(199,171,150)
#B29886
(178,152,134)
#9D8576
(157,133,118)
#887266
(136,114,102)
#735F56
(115,95,86)
#5E4C46
(94,76,70)
#493936
(73,57,54)
#342626
(52,38,38)
#1F1316
(31,19,22)
#000000
(0,0,0)

Tints of #F1D1B6

#F1D1B6
(241,209,182)
#F2D5BC
(242,213,188)
#F3D9C2
(243,217,194)
#F4DDC8
(244,221,200)
#F5E1CE
(245,225,206)
#F6E5D4
(246,229,212)
#F7E9DA
(247,233,218)
#F8EDE0
(248,237,224)
#F9F1E6
(249,241,230)
#FAF5EC
(250,245,236)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D1B6 color. Also use rgb(241,209,182) instead hex code.

Text Font Color

.myTextColor { color: #F1D1B6; }

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

This text font color is #F1D1B6.


Background Color

.myBgColor { background-color: #F1D1B6; }

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

This div background color is #F1D1B6.


Border color

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

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

This div border color is #F1D1B6.


Opacity

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

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

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

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

This text has shadow with #F1D1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D1B6 on black background.


Color preview on white background

This text has color #F1D1B6 on white background.



Black color preview on #F1D1B6 background

This text has black color on #F1D1B6 background.


White color preview on #F1D1B6 background

This text has white color on #F1D1B6 background.