COLOR #F1D6BF

HEX: #F1D6BF
RGB: (241,214,191)

Color info

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

RGB color model

#F1D6BF color RGB value is (241,214,191).

  • red value is 241;
  • green value is 214;
  • blue value is 191.
RGB:
(241,214,191)
(95%,84%,75%)

RGB channels and saturation

R 241 of 255 = 95%
G 214 of 255 = 84%
B 191 of 255 = 75%

241
214
191

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

Portions of RGB colors in percentages

R + G + B =
241 + 214 + 191 = 646 (100%)
R 241 of 646 ~ 37.31%
G 214 of 646 ~ 33.13%
B 191 of 646 ~ 29.57%

%37.31
%33.13
%29.57

CMYK color model

#F1D6BF color CMYK value is (0,11,21,5).

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(0,11,21,5)
C0M11Y21K5 
(0%,11%,21%,5%)
(0.00/0.11/0.21/0.05)	

CMYK percentages

%0
%11.2
%20.75
%5.49

Codes

Color #F1D6BF in popluar color models

F1D6BF
RGB241214191
HSL28°64.10%84.71%
HSB/HSV28°20.75%94.51%
CMYK0.00%11.20%20.75%
5.49%

Color #F1D6BF in popluar number systems.

HEXF1D6BF
Decimal241214191
Binary111100011101011010111111
Octal361326277

Shades and tints

Shades of #F1D6BF

#F1D6BF
(241,214,191)
#DCC3AE
(220,195,174)
#C7B09D
(199,176,157)
#B29D8C
(178,157,140)
#9D8A7B
(157,138,123)
#88776A
(136,119,106)
#736459
(115,100,89)
#5E5148
(94,81,72)
#493E37
(73,62,55)
#342B26
(52,43,38)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #F1D6BF

#F1D6BF
(241,214,191)
#F2D9C4
(242,217,196)
#F3DCC9
(243,220,201)
#F4DFCE
(244,223,206)
#F5E2D3
(245,226,211)
#F6E5D8
(246,229,216)
#F7E8DD
(247,232,221)
#F8EBE2
(248,235,226)
#F9EEE7
(249,238,231)
#FAF1EC
(250,241,236)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D6BF color. Also use rgb(241,214,191) instead hex code.

Text Font Color

.myTextColor { color: #F1D6BF; }

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

This text font color is #F1D6BF.


Background Color

.myBgColor { background-color: #F1D6BF; }

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

This div background color is #F1D6BF.


Border color

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

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

This div border color is #F1D6BF.


Opacity

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

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

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

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

This text has shadow with #F1D6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D6BF on black background.


Color preview on white background

This text has color #F1D6BF on white background.



Black color preview on #F1D6BF background

This text has black color on #F1D6BF background.


White color preview on #F1D6BF background

This text has white color on #F1D6BF background.