COLOR #F1D9D7

HEX: #F1D9D7
RGB: (241,217,215)

Color info

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

RGB color model

#F1D9D7 color RGB value is (241,217,215).

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

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 215 of 255 = 84%

241
217
215

R + G + B ~ 88%. #F1D9D7 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 217 + 215 = 673 (100%)
R 241 of 673 ~ 35.81%
G 217 of 673 ~ 32.24%
B 215 of 673 ~ 31.95%

%35.81
%32.24
%31.95

CMYK color model

#F1D9D7 color CMYK value is (0,10,11,5).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 10.79%
  • key color value is 5.49%
CMYK:
(0,10,11,5)
C0M10Y11K5 
(0%,10%,11%,5%)
(0.00/0.10/0.11/0.05)	

CMYK percentages

%0
%9.96
%10.79
%5.49

Codes

Color #F1D9D7 in popluar color models

F1D9D7
RGB241217215
HSL48.15%89.41%
HSB/HSV10.79%94.51%
CMYK0.00%9.96%10.79%
5.49%

Color #F1D9D7 in popluar number systems.

HEXF1D9D7
Decimal241217215
Binary111100011101100111010111
Octal361331327

Shades and tints

Shades of #F1D9D7

#F1D9D7
(241,217,215)
#DCC6C4
(220,198,196)
#C7B3B1
(199,179,177)
#B2A09E
(178,160,158)
#9D8D8B
(157,141,139)
#887A78
(136,122,120)
#736765
(115,103,101)
#5E5452
(94,84,82)
#49413F
(73,65,63)
#342E2C
(52,46,44)
#1F1B19
(31,27,25)
#000000
(0,0,0)

Tints of #F1D9D7

#F1D9D7
(241,217,215)
#F2DCDA
(242,220,218)
#F3DFDD
(243,223,221)
#F4E2E0
(244,226,224)
#F5E5E3
(245,229,227)
#F6E8E6
(246,232,230)
#F7EBE9
(247,235,233)
#F8EEEC
(248,238,236)
#F9F1EF
(249,241,239)
#FAF4F2
(250,244,242)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D9D7; }

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

This text font color is #F1D9D7.


Background Color

.myBgColor { background-color: #F1D9D7; }

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

This div background color is #F1D9D7.


Border color

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

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

This div border color is #F1D9D7.


Opacity

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

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

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

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

This text has shadow with #F1D9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D9D7 on black background.


Color preview on white background

This text has color #F1D9D7 on white background.



Black color preview on #F1D9D7 background

This text has black color on #F1D9D7 background.


White color preview on #F1D9D7 background

This text has white color on #F1D9D7 background.