COLOR #F1DCD7

HEX: #F1DCD7
RGB: (241,220,215)

Color info

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

RGB color model

#F1DCD7 color RGB value is (241,220,215).

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

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 215 of 255 = 84%

241
220
215

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

Portions of RGB colors in percentages

R + G + B =
241 + 220 + 215 = 676 (100%)
R 241 of 676 ~ 35.65%
G 220 of 676 ~ 32.54%
B 215 of 676 ~ 31.8%

%35.65
%32.54
%31.8

CMYK color model

#F1DCD7 color CMYK value is (0,9,11,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 10.79%
  • key color value is 5.49%
CMYK:
(0,9,11,5)
C0M9Y11K5 
(0%,9%,11%,5%)
(0.00/0.09/0.11/0.05)	

CMYK percentages

%0
%8.71
%10.79
%5.49

Codes

Color #F1DCD7 in popluar color models

F1DCD7
RGB241220215
HSL12°48.15%89.41%
HSB/HSV12°10.79%94.51%
CMYK0.00%8.71%10.79%
5.49%

Color #F1DCD7 in popluar number systems.

HEXF1DCD7
Decimal241220215
Binary111100011101110011010111
Octal361334327

Shades and tints

Shades of #F1DCD7

#F1DCD7
(241,220,215)
#DCC8C4
(220,200,196)
#C7B4B1
(199,180,177)
#B2A09E
(178,160,158)
#9D8C8B
(157,140,139)
#887878
(136,120,120)
#736465
(115,100,101)
#5E5052
(94,80,82)
#493C3F
(73,60,63)
#34282C
(52,40,44)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #F1DCD7

#F1DCD7
(241,220,215)
#F2DFDA
(242,223,218)
#F3E2DD
(243,226,221)
#F4E5E0
(244,229,224)
#F5E8E3
(245,232,227)
#F6EBE6
(246,235,230)
#F7EEE9
(247,238,233)
#F8F1EC
(248,241,236)
#F9F4EF
(249,244,239)
#FAF7F2
(250,247,242)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DCD7; }

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

This text font color is #F1DCD7.


Background Color

.myBgColor { background-color: #F1DCD7; }

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

This div background color is #F1DCD7.


Border color

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

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

This div border color is #F1DCD7.


Opacity

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

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

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

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

This text has shadow with #F1DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DCD7 on black background.


Color preview on white background

This text has color #F1DCD7 on white background.



Black color preview on #F1DCD7 background

This text has black color on #F1DCD7 background.


White color preview on #F1DCD7 background

This text has white color on #F1DCD7 background.