COLOR #F1D5CD

HEX: #F1D5CD
RGB: (241,213,205)

Color info

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

RGB color model

#F1D5CD color RGB value is (241,213,205).

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

RGB channels and saturation

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

241
213
205

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

Portions of RGB colors in percentages

R + G + B =
241 + 213 + 205 = 659 (100%)
R 241 of 659 ~ 36.57%
G 213 of 659 ~ 32.32%
B 205 of 659 ~ 31.11%

%36.57
%32.32
%31.11

CMYK color model

#F1D5CD color CMYK value is (0,12,15,5).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(0,12,15,5)
C0M12Y15K5 
(0%,12%,15%,5%)
(0.00/0.12/0.15/0.05)	

CMYK percentages

%0
%11.62
%14.94
%5.49

Codes

Color #F1D5CD in popluar color models

F1D5CD
RGB241213205
HSL13°56.25%87.45%
HSB/HSV13°14.94%94.51%
CMYK0.00%11.62%14.94%
5.49%

Color #F1D5CD in popluar number systems.

HEXF1D5CD
Decimal241213205
Binary111100011101010111001101
Octal361325315

Shades and tints

Shades of #F1D5CD

#F1D5CD
(241,213,205)
#DCC2BB
(220,194,187)
#C7AFA9
(199,175,169)
#B29C97
(178,156,151)
#9D8985
(157,137,133)
#887673
(136,118,115)
#736361
(115,99,97)
#5E504F
(94,80,79)
#493D3D
(73,61,61)
#342A2B
(52,42,43)
#1F1719
(31,23,25)
#000000
(0,0,0)

Tints of #F1D5CD

#F1D5CD
(241,213,205)
#F2D8D1
(242,216,209)
#F3DBD5
(243,219,213)
#F4DED9
(244,222,217)
#F5E1DD
(245,225,221)
#F6E4E1
(246,228,225)
#F7E7E5
(247,231,229)
#F8EAE9
(248,234,233)
#F9EDED
(249,237,237)
#FAF0F1
(250,240,241)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D5CD; }

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

This text font color is #F1D5CD.


Background Color

.myBgColor { background-color: #F1D5CD; }

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

This div background color is #F1D5CD.


Border color

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

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

This div border color is #F1D5CD.


Opacity

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

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

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

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

This text has shadow with #F1D5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D5CD on black background.


Color preview on white background

This text has color #F1D5CD on white background.



Black color preview on #F1D5CD background

This text has black color on #F1D5CD background.


White color preview on #F1D5CD background

This text has white color on #F1D5CD background.