COLOR #F2DAD6

HEX: #F2DAD6
RGB: (242,218,214)

Color info

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

RGB color model

#F2DAD6 color RGB value is (242,218,214).

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

RGB channels and saturation

R 242 of 255 = 95%
G 218 of 255 = 85%
B 214 of 255 = 84%

242
218
214

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

Portions of RGB colors in percentages

R + G + B =
242 + 218 + 214 = 674 (100%)
R 242 of 674 ~ 35.91%
G 218 of 674 ~ 32.34%
B 214 of 674 ~ 31.75%

%35.91
%32.34
%31.75

CMYK color model

#F2DAD6 color CMYK value is (0,10,12,5).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 11.57%
  • key color value is 5.10%
CMYK:
(0,10,12,5)
C0M10Y12K5 
(0%,10%,12%,5%)
(0.00/0.10/0.12/0.05)	

CMYK percentages

%0
%9.92
%11.57
%5.1

Codes

Color #F2DAD6 in popluar color models

F2DAD6
RGB242218214
HSL51.85%89.41%
HSB/HSV11.57%94.90%
CMYK0.00%9.92%11.57%
5.10%

Color #F2DAD6 in popluar number systems.

HEXF2DAD6
Decimal242218214
Binary111100101101101011010110
Octal362332326

Shades and tints

Shades of #F2DAD6

#F2DAD6
(242,218,214)
#DCC7C3
(220,199,195)
#C6B4B0
(198,180,176)
#B0A19D
(176,161,157)
#9A8E8A
(154,142,138)
#847B77
(132,123,119)
#6E6864
(110,104,100)
#585551
(88,85,81)
#42423E
(66,66,62)
#2C2F2B
(44,47,43)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #F2DAD6

#F2DAD6
(242,218,214)
#F3DDD9
(243,221,217)
#F4E0DC
(244,224,220)
#F5E3DF
(245,227,223)
#F6E6E2
(246,230,226)
#F7E9E5
(247,233,229)
#F8ECE8
(248,236,232)
#F9EFEB
(249,239,235)
#FAF2EE
(250,242,238)
#FBF5F1
(251,245,241)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DAD6; }

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

This text font color is #F2DAD6.


Background Color

.myBgColor { background-color: #F2DAD6; }

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

This div background color is #F2DAD6.


Border color

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

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

This div border color is #F2DAD6.


Opacity

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

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

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

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

This text has shadow with #F2DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DAD6 on black background.


Color preview on white background

This text has color #F2DAD6 on white background.



Black color preview on #F2DAD6 background

This text has black color on #F2DAD6 background.


White color preview on #F2DAD6 background

This text has white color on #F2DAD6 background.