COLOR #F2DCDD

HEX: #F2DCDD
RGB: (242,220,221)

Color info

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

RGB color model

#F2DCDD color RGB value is (242,220,221).

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

RGB channels and saturation

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

242
220
221

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 221 = 683 (100%)
R 242 of 683 ~ 35.43%
G 220 of 683 ~ 32.21%
B 221 of 683 ~ 32.36%

%35.43
%32.21
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 8.68%
  • 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
%8.68
%5.1

Codes

Color #F2DCDD in popluar color models

F2DCDD
RGB242220221
HSL357°45.83%90.59%
HSB/HSV357°9.09%94.90%
CMYK0.00%9.09%8.68%
5.10%

Color #F2DCDD in popluar number systems.

HEXF2DCDD
Decimal242220221
Binary111100101101110011011101
Octal362334335

Shades and tints

Shades of #F2DCDD

#F2DCDD
(242,220,221)
#DCC8C9
(220,200,201)
#C6B4B5
(198,180,181)
#B0A0A1
(176,160,161)
#9A8C8D
(154,140,141)
#847879
(132,120,121)
#6E6465
(110,100,101)
#585051
(88,80,81)
#423C3D
(66,60,61)
#2C2829
(44,40,41)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #F2DCDD

#F2DCDD
(242,220,221)
#F3DFE0
(243,223,224)
#F4E2E3
(244,226,227)
#F5E5E6
(245,229,230)
#F6E8E9
(246,232,233)
#F7EBEC
(247,235,236)
#F8EEEF
(248,238,239)
#F9F1F2
(249,241,242)
#FAF4F5
(250,244,245)
#FBF7F8
(251,247,248)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCDD; }

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

This text font color is #F2DCDD.


Background Color

.myBgColor { background-color: #F2DCDD; }

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

This div background color is #F2DCDD.


Border color

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

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

This div border color is #F2DCDD.


Opacity

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

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

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

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

This text has shadow with #F2DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCDD on black background.


Color preview on white background

This text has color #F2DCDD on white background.



Black color preview on #F2DCDD background

This text has black color on #F2DCDD background.


White color preview on #F2DCDD background

This text has white color on #F2DCDD background.