COLOR #F2DCDC

HEX: #F2DCDC
RGB: (242,220,220)

Color info

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

RGB color model

#F2DCDC color RGB value is (242,220,220).

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

RGB channels and saturation

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

242
220
220

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 220 = 682 (100%)
R 242 of 682 ~ 35.48%
G 220 of 682 ~ 32.26%
B 220 of 682 ~ 32.26%

%35.48
%32.26
%32.26

CMYK color model

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

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

CMYK percentages

%0
%9.09
%9.09
%5.1

Codes

Color #F2DCDC in popluar color models

F2DCDC
RGB242220220
HSL45.83%90.59%
HSB/HSV9.09%94.90%
CMYK0.00%9.09%9.09%
5.10%

Color #F2DCDC in popluar number systems.

HEXF2DCDC
Decimal242220220
Binary111100101101110011011100
Octal362334334

Shades and tints

Shades of #F2DCDC

#F2DCDC
(242,220,220)
#DCC8C8
(220,200,200)
#C6B4B4
(198,180,180)
#B0A0A0
(176,160,160)
#9A8C8C
(154,140,140)
#847878
(132,120,120)
#6E6464
(110,100,100)
#585050
(88,80,80)
#423C3C
(66,60,60)
#2C2828
(44,40,40)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #F2DCDC

#F2DCDC
(242,220,220)
#F3DFDF
(243,223,223)
#F4E2E2
(244,226,226)
#F5E5E5
(245,229,229)
#F6E8E8
(246,232,232)
#F7EBEB
(247,235,235)
#F8EEEE
(248,238,238)
#F9F1F1
(249,241,241)
#FAF4F4
(250,244,244)
#FBF7F7
(251,247,247)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCDC; }

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

This text font color is #F2DCDC.


Background Color

.myBgColor { background-color: #F2DCDC; }

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

This div background color is #F2DCDC.


Border color

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

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

This div border color is #F2DCDC.


Opacity

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

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

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

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

This text has shadow with #F2DCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCDC on black background.


Color preview on white background

This text has color #F2DCDC on white background.



Black color preview on #F2DCDC background

This text has black color on #F2DCDC background.


White color preview on #F2DCDC background

This text has white color on #F2DCDC background.