COLOR #F1DFD2

HEX: #F1DFD2
RGB: (241,223,210)

Color info

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

RGB color model

#F1DFD2 color RGB value is (241,223,210).

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

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 210 of 255 = 82%

241
223
210

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

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 210 = 674 (100%)
R 241 of 674 ~ 35.76%
G 223 of 674 ~ 33.09%
B 210 of 674 ~ 31.16%

%35.76
%33.09
%31.16

CMYK color model

#F1DFD2 color CMYK value is (0,7,13,5).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 12.86%
  • key color value is 5.49%
CMYK:
(0,7,13,5)
C0M7Y13K5 
(0%,7%,13%,5%)
(0.00/0.07/0.13/0.05)	

CMYK percentages

%0
%7.47
%12.86
%5.49

Codes

Color #F1DFD2 in popluar color models

F1DFD2
RGB241223210
HSL25°52.54%88.43%
HSB/HSV25°12.86%94.51%
CMYK0.00%7.47%12.86%
5.49%

Color #F1DFD2 in popluar number systems.

HEXF1DFD2
Decimal241223210
Binary111100011101111111010010
Octal361337322

Shades and tints

Shades of #F1DFD2

#F1DFD2
(241,223,210)
#DCCBBF
(220,203,191)
#C7B7AC
(199,183,172)
#B2A399
(178,163,153)
#9D8F86
(157,143,134)
#887B73
(136,123,115)
#736760
(115,103,96)
#5E534D
(94,83,77)
#493F3A
(73,63,58)
#342B27
(52,43,39)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #F1DFD2

#F1DFD2
(241,223,210)
#F2E1D6
(242,225,214)
#F3E3DA
(243,227,218)
#F4E5DE
(244,229,222)
#F5E7E2
(245,231,226)
#F6E9E6
(246,233,230)
#F7EBEA
(247,235,234)
#F8EDEE
(248,237,238)
#F9EFF2
(249,239,242)
#FAF1F6
(250,241,246)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DFD2; }

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

This text font color is #F1DFD2.


Background Color

.myBgColor { background-color: #F1DFD2; }

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

This div background color is #F1DFD2.


Border color

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

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

This div border color is #F1DFD2.


Opacity

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

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

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

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

This text has shadow with #F1DFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFD2 on black background.


Color preview on white background

This text has color #F1DFD2 on white background.



Black color preview on #F1DFD2 background

This text has black color on #F1DFD2 background.


White color preview on #F1DFD2 background

This text has white color on #F1DFD2 background.