COLOR #F2DCDE

HEX: #F2DCDE
RGB: (242,220,222)

Color info

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

RGB color model

#F2DCDE color RGB value is (242,220,222).

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

RGB channels and saturation

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

242
220
222

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 222 = 684 (100%)
R 242 of 684 ~ 35.38%
G 220 of 684 ~ 32.16%
B 222 of 684 ~ 32.46%

%35.38
%32.16
%32.46

CMYK color model

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

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

CMYK percentages

%0
%9.09
%8.26
%5.1

Codes

Color #F2DCDE in popluar color models

F2DCDE
RGB242220222
HSL355°45.83%90.59%
HSB/HSV355°9.09%94.90%
CMYK0.00%9.09%8.26%
5.10%

Color #F2DCDE in popluar number systems.

HEXF2DCDE
Decimal242220222
Binary111100101101110011011110
Octal362334336

Shades and tints

Shades of #F2DCDE

#F2DCDE
(242,220,222)
#DCC8CA
(220,200,202)
#C6B4B6
(198,180,182)
#B0A0A2
(176,160,162)
#9A8C8E
(154,140,142)
#84787A
(132,120,122)
#6E6466
(110,100,102)
#585052
(88,80,82)
#423C3E
(66,60,62)
#2C282A
(44,40,42)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #F2DCDE

#F2DCDE
(242,220,222)
#F3DFE1
(243,223,225)
#F4E2E4
(244,226,228)
#F5E5E7
(245,229,231)
#F6E8EA
(246,232,234)
#F7EBED
(247,235,237)
#F8EEF0
(248,238,240)
#F9F1F3
(249,241,243)
#FAF4F6
(250,244,246)
#FBF7F9
(251,247,249)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCDE; }

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

This text font color is #F2DCDE.


Background Color

.myBgColor { background-color: #F2DCDE; }

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

This div background color is #F2DCDE.


Border color

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

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

This div border color is #F2DCDE.


Opacity

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

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

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

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

This text has shadow with #F2DCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCDE on black background.


Color preview on white background

This text has color #F2DCDE on white background.



Black color preview on #F2DCDE background

This text has black color on #F2DCDE background.


White color preview on #F2DCDE background

This text has white color on #F2DCDE background.