COLOR #F1D7CE

HEX: #F1D7CE
RGB: (241,215,206)

Color info

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

RGB color model

#F1D7CE color RGB value is (241,215,206).

  • red value is 241;
  • green value is 215;
  • blue value is 206.
RGB:
(241,215,206)
(95%,84%,81%)

RGB channels and saturation

R 241 of 255 = 95%
G 215 of 255 = 84%
B 206 of 255 = 81%

241
215
206

R + G + B ~ 87%. #F1D7CE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 215 + 206 = 662 (100%)
R 241 of 662 ~ 36.4%
G 215 of 662 ~ 32.48%
B 206 of 662 ~ 31.12%

%36.4
%32.48
%31.12

CMYK color model

#F1D7CE color CMYK value is (0,11,15,5).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 14.52%
  • key color value is 5.49%
CMYK:
(0,11,15,5)
C0M11Y15K5 
(0%,11%,15%,5%)
(0.00/0.11/0.15/0.05)	

CMYK percentages

%0
%10.79
%14.52
%5.49

Codes

Color #F1D7CE in popluar color models

F1D7CE
RGB241215206
HSL15°55.56%87.65%
HSB/HSV15°14.52%94.51%
CMYK0.00%10.79%14.52%
5.49%

Color #F1D7CE in popluar number systems.

HEXF1D7CE
Decimal241215206
Binary111100011101011111001110
Octal361327316

Shades and tints

Shades of #F1D7CE

#F1D7CE
(241,215,206)
#DCC4BC
(220,196,188)
#C7B1AA
(199,177,170)
#B29E98
(178,158,152)
#9D8B86
(157,139,134)
#887874
(136,120,116)
#736562
(115,101,98)
#5E5250
(94,82,80)
#493F3E
(73,63,62)
#342C2C
(52,44,44)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #F1D7CE

#F1D7CE
(241,215,206)
#F2DAD2
(242,218,210)
#F3DDD6
(243,221,214)
#F4E0DA
(244,224,218)
#F5E3DE
(245,227,222)
#F6E6E2
(246,230,226)
#F7E9E6
(247,233,230)
#F8ECEA
(248,236,234)
#F9EFEE
(249,239,238)
#FAF2F2
(250,242,242)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D7CE color. Also use rgb(241,215,206) instead hex code.

Text Font Color

.myTextColor { color: #F1D7CE; }

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

This text font color is #F1D7CE.


Background Color

.myBgColor { background-color: #F1D7CE; }

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

This div background color is #F1D7CE.


Border color

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

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

This div border color is #F1D7CE.


Opacity

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

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

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

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

This text has shadow with #F1D7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D7CE on black background.


Color preview on white background

This text has color #F1D7CE on white background.



Black color preview on #F1D7CE background

This text has black color on #F1D7CE background.


White color preview on #F1D7CE background

This text has white color on #F1D7CE background.