COLOR #F2DCDA

HEX: #F2DCDA
RGB: (242,220,218)

Color info

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

RGB color model

#F2DCDA color RGB value is (242,220,218).

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

RGB channels and saturation

R 242 of 255 = 95%
G 220 of 255 = 86%
B 218 of 255 = 85%

242
220
218

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 218 = 680 (100%)
R 242 of 680 ~ 35.59%
G 220 of 680 ~ 32.35%
B 218 of 680 ~ 32.06%

%35.59
%32.35
%32.06

CMYK color model

#F2DCDA color CMYK value is (0,9,10,5).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK:
(0,9,10,5)
C0M9Y10K5 
(0%,9%,10%,5%)
(0.00/0.09/0.10/0.05)	

CMYK percentages

%0
%9.09
%9.92
%5.1

Codes

Color #F2DCDA in popluar color models

F2DCDA
RGB242220218
HSL48.00%90.20%
HSB/HSV9.92%94.90%
CMYK0.00%9.09%9.92%
5.10%

Color #F2DCDA in popluar number systems.

HEXF2DCDA
Decimal242220218
Binary111100101101110011011010
Octal362334332

Shades and tints

Shades of #F2DCDA

#F2DCDA
(242,220,218)
#DCC8C7
(220,200,199)
#C6B4B4
(198,180,180)
#B0A0A1
(176,160,161)
#9A8C8E
(154,140,142)
#84787B
(132,120,123)
#6E6468
(110,100,104)
#585055
(88,80,85)
#423C42
(66,60,66)
#2C282F
(44,40,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #F2DCDA

#F2DCDA
(242,220,218)
#F3DFDD
(243,223,221)
#F4E2E0
(244,226,224)
#F5E5E3
(245,229,227)
#F6E8E6
(246,232,230)
#F7EBE9
(247,235,233)
#F8EEEC
(248,238,236)
#F9F1EF
(249,241,239)
#FAF4F2
(250,244,242)
#FBF7F5
(251,247,245)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCDA; }

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

This text font color is #F2DCDA.


Background Color

.myBgColor { background-color: #F2DCDA; }

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

This div background color is #F2DCDA.


Border color

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

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

This div border color is #F2DCDA.


Opacity

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

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

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

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

This text has shadow with #F2DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCDA on black background.


Color preview on white background

This text has color #F2DCDA on white background.



Black color preview on #F2DCDA background

This text has black color on #F2DCDA background.


White color preview on #F2DCDA background

This text has white color on #F2DCDA background.