COLOR #F1D1C1

HEX: #F1D1C1
RGB: (241,209,193)

Color info

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

RGB color model

#F1D1C1 color RGB value is (241,209,193).

  • red value is 241;
  • green value is 209;
  • blue value is 193.
RGB:
(241,209,193)
(95%,82%,76%)

RGB channels and saturation

R 241 of 255 = 95%
G 209 of 255 = 82%
B 193 of 255 = 76%

241
209
193

R + G + B ~ 84%. #F1D1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 209 + 193 = 643 (100%)
R 241 of 643 ~ 37.48%
G 209 of 643 ~ 32.5%
B 193 of 643 ~ 30.02%

%37.48
%32.5
%30.02

CMYK color model

#F1D1C1 color CMYK value is (0,13,20,5).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 19.92%
  • key color value is 5.49%
CMYK:
(0,13,20,5)
C0M13Y20K5 
(0%,13%,20%,5%)
(0.00/0.13/0.20/0.05)	

CMYK percentages

%0
%13.28
%19.92
%5.49

Codes

Color #F1D1C1 in popluar color models

F1D1C1
RGB241209193
HSL20°63.16%85.10%
HSB/HSV20°19.92%94.51%
CMYK0.00%13.28%19.92%
5.49%

Color #F1D1C1 in popluar number systems.

HEXF1D1C1
Decimal241209193
Binary111100011101000111000001
Octal361321301

Shades and tints

Shades of #F1D1C1

#F1D1C1
(241,209,193)
#DCBEB0
(220,190,176)
#C7AB9F
(199,171,159)
#B2988E
(178,152,142)
#9D857D
(157,133,125)
#88726C
(136,114,108)
#735F5B
(115,95,91)
#5E4C4A
(94,76,74)
#493939
(73,57,57)
#342628
(52,38,40)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #F1D1C1

#F1D1C1
(241,209,193)
#F2D5C6
(242,213,198)
#F3D9CB
(243,217,203)
#F4DDD0
(244,221,208)
#F5E1D5
(245,225,213)
#F6E5DA
(246,229,218)
#F7E9DF
(247,233,223)
#F8EDE4
(248,237,228)
#F9F1E9
(249,241,233)
#FAF5EE
(250,245,238)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D1C1 color. Also use rgb(241,209,193) instead hex code.

Text Font Color

.myTextColor { color: #F1D1C1; }

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

This text font color is #F1D1C1.


Background Color

.myBgColor { background-color: #F1D1C1; }

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

This div background color is #F1D1C1.


Border color

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

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

This div border color is #F1D1C1.


Opacity

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

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

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

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

This text has shadow with #F1D1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D1C1 on black background.


Color preview on white background

This text has color #F1D1C1 on white background.



Black color preview on #F1D1C1 background

This text has black color on #F1D1C1 background.


White color preview on #F1D1C1 background

This text has white color on #F1D1C1 background.