COLOR #F2D1DC

HEX: #F2D1DC
RGB: (242,209,220)

Color info

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

RGB color model

#F2D1DC color RGB value is (242,209,220).

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

RGB channels and saturation

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

242
209
220

R + G + B ~ 88%. #F2D1DC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 220 = 671 (100%)
R 242 of 671 ~ 36.07%
G 209 of 671 ~ 31.15%
B 220 of 671 ~ 32.79%

%36.07
%31.15
%32.79

CMYK color model

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

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

CMYK percentages

%0
%13.64
%9.09
%5.1

Codes

Color #F2D1DC in popluar color models

F2D1DC
RGB242209220
HSL340°55.93%88.43%
HSB/HSV340°13.64%94.90%
CMYK0.00%13.64%9.09%
5.10%

Color #F2D1DC in popluar number systems.

HEXF2D1DC
Decimal242209220
Binary111100101101000111011100
Octal362321334

Shades and tints

Shades of #F2D1DC

#F2D1DC
(242,209,220)
#DCBEC8
(220,190,200)
#C6ABB4
(198,171,180)
#B098A0
(176,152,160)
#9A858C
(154,133,140)
#847278
(132,114,120)
#6E5F64
(110,95,100)
#584C50
(88,76,80)
#42393C
(66,57,60)
#2C2628
(44,38,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #F2D1DC

#F2D1DC
(242,209,220)
#F3D5DF
(243,213,223)
#F4D9E2
(244,217,226)
#F5DDE5
(245,221,229)
#F6E1E8
(246,225,232)
#F7E5EB
(247,229,235)
#F8E9EE
(248,233,238)
#F9EDF1
(249,237,241)
#FAF1F4
(250,241,244)
#FBF5F7
(251,245,247)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D1DC; }

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

This text font color is #F2D1DC.


Background Color

.myBgColor { background-color: #F2D1DC; }

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

This div background color is #F2D1DC.


Border color

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

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

This div border color is #F2D1DC.


Opacity

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

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

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

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

This text has shadow with #F2D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D1DC on black background.


Color preview on white background

This text has color #F2D1DC on white background.



Black color preview on #F2D1DC background

This text has black color on #F2D1DC background.


White color preview on #F2D1DC background

This text has white color on #F2D1DC background.