COLOR #F2DFD7

HEX: #F2DFD7
RGB: (242,223,215)

Color info

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

RGB color model

#F2DFD7 color RGB value is (242,223,215).

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

RGB channels and saturation

R 242 of 255 = 95%
G 223 of 255 = 87%
B 215 of 255 = 84%

242
223
215

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

Portions of RGB colors in percentages

R + G + B =
242 + 223 + 215 = 680 (100%)
R 242 of 680 ~ 35.59%
G 223 of 680 ~ 32.79%
B 215 of 680 ~ 31.62%

%35.59
%32.79
%31.62

CMYK color model

#F2DFD7 color CMYK value is (0,8,11,5).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 11.16%
  • key color value is 5.10%
CMYK:
(0,8,11,5)
C0M8Y11K5 
(0%,8%,11%,5%)
(0.00/0.08/0.11/0.05)	

CMYK percentages

%0
%7.85
%11.16
%5.1

Codes

Color #F2DFD7 in popluar color models

F2DFD7
RGB242223215
HSL18°50.94%89.61%
HSB/HSV18°11.16%94.90%
CMYK0.00%7.85%11.16%
5.10%

Color #F2DFD7 in popluar number systems.

HEXF2DFD7
Decimal242223215
Binary111100101101111111010111
Octal362337327

Shades and tints

Shades of #F2DFD7

#F2DFD7
(242,223,215)
#DCCBC4
(220,203,196)
#C6B7B1
(198,183,177)
#B0A39E
(176,163,158)
#9A8F8B
(154,143,139)
#847B78
(132,123,120)
#6E6765
(110,103,101)
#585352
(88,83,82)
#423F3F
(66,63,63)
#2C2B2C
(44,43,44)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #F2DFD7

#F2DFD7
(242,223,215)
#F3E1DA
(243,225,218)
#F4E3DD
(244,227,221)
#F5E5E0
(245,229,224)
#F6E7E3
(246,231,227)
#F7E9E6
(247,233,230)
#F8EBE9
(248,235,233)
#F9EDEC
(249,237,236)
#FAEFEF
(250,239,239)
#FBF1F2
(251,241,242)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DFD7 color. Also use rgb(242,223,215) instead hex code.

Text Font Color

.myTextColor { color: #F2DFD7; }

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

This text font color is #F2DFD7.


Background Color

.myBgColor { background-color: #F2DFD7; }

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

This div background color is #F2DFD7.


Border color

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

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

This div border color is #F2DFD7.


Opacity

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

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

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

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

This text has shadow with #F2DFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DFD7 on black background.


Color preview on white background

This text has color #F2DFD7 on white background.



Black color preview on #F2DFD7 background

This text has black color on #F2DFD7 background.


White color preview on #F2DFD7 background

This text has white color on #F2DFD7 background.