COLOR #F1D7CD

HEX: #F1D7CD
RGB: (241,215,205)

Color info

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

RGB color model

#F1D7CD color RGB value is (241,215,205).

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

RGB channels and saturation

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

241
215
205

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

Portions of RGB colors in percentages

R + G + B =
241 + 215 + 205 = 661 (100%)
R 241 of 661 ~ 36.46%
G 215 of 661 ~ 32.53%
B 205 of 661 ~ 31.01%

%36.46
%32.53
%31.01

CMYK color model

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

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

Codes

Color #F1D7CD in popluar color models

F1D7CD
RGB241215205
HSL17°56.25%87.45%
HSB/HSV17°14.94%94.51%
CMYK0.00%10.79%14.94%
5.49%

Color #F1D7CD in popluar number systems.

HEXF1D7CD
Decimal241215205
Binary111100011101011111001101
Octal361327315

Shades and tints

Shades of #F1D7CD

#F1D7CD
(241,215,205)
#DCC4BB
(220,196,187)
#C7B1A9
(199,177,169)
#B29E97
(178,158,151)
#9D8B85
(157,139,133)
#887873
(136,120,115)
#736561
(115,101,97)
#5E524F
(94,82,79)
#493F3D
(73,63,61)
#342C2B
(52,44,43)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #F1D7CD

#F1D7CD
(241,215,205)
#F2DAD1
(242,218,209)
#F3DDD5
(243,221,213)
#F4E0D9
(244,224,217)
#F5E3DD
(245,227,221)
#F6E6E1
(246,230,225)
#F7E9E5
(247,233,229)
#F8ECE9
(248,236,233)
#F9EFED
(249,239,237)
#FAF2F1
(250,242,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D7CD; }

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

This text font color is #F1D7CD.


Background Color

.myBgColor { background-color: #F1D7CD; }

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

This div background color is #F1D7CD.


Border color

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

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

This div border color is #F1D7CD.


Opacity

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

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

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

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

This text has shadow with #F1D7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D7CD on black background.


Color preview on white background

This text has color #F1D7CD on white background.



Black color preview on #F1D7CD background

This text has black color on #F1D7CD background.


White color preview on #F1D7CD background

This text has white color on #F1D7CD background.