COLOR #F1DFD5

HEX: #F1DFD5
RGB: (241,223,213)

Color info

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

RGB color model

#F1DFD5 color RGB value is (241,223,213).

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

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 213 of 255 = 84%

241
223
213

R + G + B ~ 89%. #F1DFD5 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 213 = 677 (100%)
R 241 of 677 ~ 35.6%
G 223 of 677 ~ 32.94%
B 213 of 677 ~ 31.46%

%35.6
%32.94
%31.46

CMYK color model

#F1DFD5 color CMYK value is (0,7,12,5).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(0,7,12,5)
C0M7Y12K5 
(0%,7%,12%,5%)
(0.00/0.07/0.12/0.05)	

CMYK percentages

%0
%7.47
%11.62
%5.49

Codes

Color #F1DFD5 in popluar color models

F1DFD5
RGB241223213
HSL21°50.00%89.02%
HSB/HSV21°11.62%94.51%
CMYK0.00%7.47%11.62%
5.49%

Color #F1DFD5 in popluar number systems.

HEXF1DFD5
Decimal241223213
Binary111100011101111111010101
Octal361337325

Shades and tints

Shades of #F1DFD5

#F1DFD5
(241,223,213)
#DCCBC2
(220,203,194)
#C7B7AF
(199,183,175)
#B2A39C
(178,163,156)
#9D8F89
(157,143,137)
#887B76
(136,123,118)
#736763
(115,103,99)
#5E5350
(94,83,80)
#493F3D
(73,63,61)
#342B2A
(52,43,42)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #F1DFD5

#F1DFD5
(241,223,213)
#F2E1D8
(242,225,216)
#F3E3DB
(243,227,219)
#F4E5DE
(244,229,222)
#F5E7E1
(245,231,225)
#F6E9E4
(246,233,228)
#F7EBE7
(247,235,231)
#F8EDEA
(248,237,234)
#F9EFED
(249,239,237)
#FAF1F0
(250,241,240)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DFD5; }

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

This text font color is #F1DFD5.


Background Color

.myBgColor { background-color: #F1DFD5; }

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

This div background color is #F1DFD5.


Border color

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

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

This div border color is #F1DFD5.


Opacity

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

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

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

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

This text has shadow with #F1DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFD5 on black background.


Color preview on white background

This text has color #F1DFD5 on white background.



Black color preview on #F1DFD5 background

This text has black color on #F1DFD5 background.


White color preview on #F1DFD5 background

This text has white color on #F1DFD5 background.