COLOR #F1D6CD

HEX: #F1D6CD
RGB: (241,214,205)

Color info

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

RGB color model

#F1D6CD color RGB value is (241,214,205).

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

RGB channels and saturation

R 241 of 255 = 95%
G 214 of 255 = 84%
B 205 of 255 = 80%

241
214
205

R + G + B ~ 86%. #F1D6CD is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 214 + 205 = 660 (100%)
R 241 of 660 ~ 36.52%
G 214 of 660 ~ 32.42%
B 205 of 660 ~ 31.06%

%36.52
%32.42
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.20%
  • yellow value is 14.94%
  • 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
%11.2
%14.94
%5.49

Codes

Color #F1D6CD in popluar color models

F1D6CD
RGB241214205
HSL15°56.25%87.45%
HSB/HSV15°14.94%94.51%
CMYK0.00%11.20%14.94%
5.49%

Color #F1D6CD in popluar number systems.

HEXF1D6CD
Decimal241214205
Binary111100011101011011001101
Octal361326315

Shades and tints

Shades of #F1D6CD

#F1D6CD
(241,214,205)
#DCC3BB
(220,195,187)
#C7B0A9
(199,176,169)
#B29D97
(178,157,151)
#9D8A85
(157,138,133)
#887773
(136,119,115)
#736461
(115,100,97)
#5E514F
(94,81,79)
#493E3D
(73,62,61)
#342B2B
(52,43,43)
#1F1819
(31,24,25)
#000000
(0,0,0)

Tints of #F1D6CD

#F1D6CD
(241,214,205)
#F2D9D1
(242,217,209)
#F3DCD5
(243,220,213)
#F4DFD9
(244,223,217)
#F5E2DD
(245,226,221)
#F6E5E1
(246,229,225)
#F7E8E5
(247,232,229)
#F8EBE9
(248,235,233)
#F9EEED
(249,238,237)
#FAF1F1
(250,241,241)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D6CD; }

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

This text font color is #F1D6CD.


Background Color

.myBgColor { background-color: #F1D6CD; }

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

This div background color is #F1D6CD.


Border color

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

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

This div border color is #F1D6CD.


Opacity

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

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

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

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

This text has shadow with #F1D6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D6CD on black background.


Color preview on white background

This text has color #F1D6CD on white background.



Black color preview on #F1D6CD background

This text has black color on #F1D6CD background.


White color preview on #F1D6CD background

This text has white color on #F1D6CD background.