COLOR #F2DAD2

HEX: #F2DAD2
RGB: (242,218,210)

Color info

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

RGB color model

#F2DAD2 color RGB value is (242,218,210).

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

RGB channels and saturation

R 242 of 255 = 95%
G 218 of 255 = 85%
B 210 of 255 = 82%

242
218
210

R + G + B ~ 87%. #F2DAD2 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 218 + 210 = 670 (100%)
R 242 of 670 ~ 36.12%
G 218 of 670 ~ 32.54%
B 210 of 670 ~ 31.34%

%36.12
%32.54
%31.34

CMYK color model

#F2DAD2 color CMYK value is (0,10,13,5).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 13.22%
  • key color value is 5.10%
CMYK:
(0,10,13,5)
C0M10Y13K5 
(0%,10%,13%,5%)
(0.00/0.10/0.13/0.05)	

CMYK percentages

%0
%9.92
%13.22
%5.1

Codes

Color #F2DAD2 in popluar color models

F2DAD2
RGB242218210
HSL15°55.17%88.63%
HSB/HSV15°13.22%94.90%
CMYK0.00%9.92%13.22%
5.10%

Color #F2DAD2 in popluar number systems.

HEXF2DAD2
Decimal242218210
Binary111100101101101011010010
Octal362332322

Shades and tints

Shades of #F2DAD2

#F2DAD2
(242,218,210)
#DCC7BF
(220,199,191)
#C6B4AC
(198,180,172)
#B0A199
(176,161,153)
#9A8E86
(154,142,134)
#847B73
(132,123,115)
#6E6860
(110,104,96)
#58554D
(88,85,77)
#42423A
(66,66,58)
#2C2F27
(44,47,39)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #F2DAD2

#F2DAD2
(242,218,210)
#F3DDD6
(243,221,214)
#F4E0DA
(244,224,218)
#F5E3DE
(245,227,222)
#F6E6E2
(246,230,226)
#F7E9E6
(247,233,230)
#F8ECEA
(248,236,234)
#F9EFEE
(249,239,238)
#FAF2F2
(250,242,242)
#FBF5F6
(251,245,246)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DAD2; }

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

This text font color is #F2DAD2.


Background Color

.myBgColor { background-color: #F2DAD2; }

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

This div background color is #F2DAD2.


Border color

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

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

This div border color is #F2DAD2.


Opacity

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

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

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

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

This text has shadow with #F2DAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DAD2 on black background.


Color preview on white background

This text has color #F2DAD2 on white background.



Black color preview on #F2DAD2 background

This text has black color on #F2DAD2 background.


White color preview on #F2DAD2 background

This text has white color on #F2DAD2 background.