COLOR #F2DED2

HEX: #F2DED2
RGB: (242,222,210)

Color info

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

RGB color model

#F2DED2 color RGB value is (242,222,210).

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

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 210 of 255 = 82%

242
222
210

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

Portions of RGB colors in percentages

R + G + B =
242 + 222 + 210 = 674 (100%)
R 242 of 674 ~ 35.91%
G 222 of 674 ~ 32.94%
B 210 of 674 ~ 31.16%

%35.91
%32.94
%31.16

CMYK color model

#F2DED2 color CMYK value is (0,8,13,5).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 13.22%
  • key color value is 5.10%
CMYK:
(0,8,13,5)
C0M8Y13K5 
(0%,8%,13%,5%)
(0.00/0.08/0.13/0.05)	

CMYK percentages

%0
%8.26
%13.22
%5.1

Codes

Color #F2DED2 in popluar color models

F2DED2
RGB242222210
HSL23°55.17%88.63%
HSB/HSV23°13.22%94.90%
CMYK0.00%8.26%13.22%
5.10%

Color #F2DED2 in popluar number systems.

HEXF2DED2
Decimal242222210
Binary111100101101111011010010
Octal362336322

Shades and tints

Shades of #F2DED2

#F2DED2
(242,222,210)
#DCCABF
(220,202,191)
#C6B6AC
(198,182,172)
#B0A299
(176,162,153)
#9A8E86
(154,142,134)
#847A73
(132,122,115)
#6E6660
(110,102,96)
#58524D
(88,82,77)
#423E3A
(66,62,58)
#2C2A27
(44,42,39)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2DED2

#F2DED2
(242,222,210)
#F3E1D6
(243,225,214)
#F4E4DA
(244,228,218)
#F5E7DE
(245,231,222)
#F6EAE2
(246,234,226)
#F7EDE6
(247,237,230)
#F8F0EA
(248,240,234)
#F9F3EE
(249,243,238)
#FAF6F2
(250,246,242)
#FBF9F6
(251,249,246)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DED2 color. Also use rgb(242,222,210) instead hex code.

Text Font Color

.myTextColor { color: #F2DED2; }

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

This text font color is #F2DED2.


Background Color

.myBgColor { background-color: #F2DED2; }

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

This div background color is #F2DED2.


Border color

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

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

This div border color is #F2DED2.


Opacity

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

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

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

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

This text has shadow with #F2DED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DED2 on black background.


Color preview on white background

This text has color #F2DED2 on white background.



Black color preview on #F2DED2 background

This text has black color on #F2DED2 background.


White color preview on #F2DED2 background

This text has white color on #F2DED2 background.