COLOR #F2D9DC

HEX: #F2D9DC RGB: (242,217,220)

Color info

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

RGB color model

#F2D9DC color RGB value is (242,217,220).

RGB: (242,217,220) (95%, 85%, 86%)

RGB channels and saturation

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

242
217
220

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

Portions of RGB colors in percentages

R + G + B = 242 + 217 + 220 = 679 (100%)
R 242 of 679 ~ 35.64%
G 217 of 679 ~ 31.96%
B 220 of 679 ~ 32.4'%

%35.64
%31.96
%32.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 9.09%
  • key color value is 5.10%

CMYK: (0,10,9,5)
C0M10Y9K5 (0%, 10%, 9%, 5%)
(0.00 / 0.10 / 0.09 / 0.05)

CMYK percentages

%0
%10.33
%9.09
%5.1

Codes

Color #F2D9DC in popluar color models

F2 D9 DC
RGB 242 217 220
HSL 353° 49.02% 90.00%
HSB/HSV 353° 10.33% 94.90%
CMYK 0.00% 10.33% 9.09%
5.10%

Color #F2D9DC in popluar number systems.

HEX F2 D9 DC
Decimal 242 217 220
Binary 11110010 11011001 11011100
Octal 362 331 334

Shades and tints

Shades of #F2D9DC

#F2D9DC
(242,217,220)
#DCC6C8
(220,198,200)
#C6B3B4
(198,179,180)
#B0A0A0
(176,160,160)
#9A8D8C
(154,141,140)
#847A78
(132,122,120)
#6E6764
(110,103,100)
#585450
(88,84,80)
#42413C
(66,65,60)
#2C2E28
(44,46,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #F2D9DC

#F2D9DC
(242,217,220)
#F3DCDF
(243,220,223)
#F4DFE2
(244,223,226)
#F5E2E5
(245,226,229)
#F6E5E8
(246,229,232)
#F7E8EB
(247,232,235)
#F8EBEE
(248,235,238)
#F9EEF1
(249,238,241)
#FAF1F4
(250,241,244)
#FBF4F7
(251,244,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D9DC; }

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

This text font color is #F2D9DC.

Background Color

.myBgColor { background-color: #F2D9DC; }

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

This div background color is #F2D9DC.

Border color

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

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

This div border color is #F2D9DC.

Opacity

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

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

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

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

This text has shadow with #F2D9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D9DC.

Preview

Color preview on black background

This text has color #F2D9DC on black background.


Color preview on white background

This text has color #F2D9DC on white background.


Black color preview on #F2D9DC background

This text has black color on #F2D9DC background.


White color preview on #F2D9DC background

This text has white color on #F2D9DC background.


Related colors

Complementary color

Complementary color for #hex is #0D2623.


I love getcolorcode.com

Triadic colors

1 #DCF2D9 and #D9DCF2 with #F2D9DC are triadic colors.

2 #DCD9F2 and #D9F2DC with #F2D9DC are triadic colors.