COLOR #F2DCF7

HEX: #F2DCF7
RGB: (242,220,247)

Color info

#F2DCF7 contains red, green and blue colors in about the same proportion. Web safe color of #F2DCF7 is #FFCCFF (or #FCF).

RGB color model

#F2DCF7 color RGB value is (242,220,247).

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

RGB channels and saturation

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

242
220
247

R + G + B ~ 93%. #F2DCF7 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 247 = 709 (100%)
R 242 of 709 ~ 34.13%
G 220 of 709 ~ 31.03%
B 247 of 709 ~ 34.84%

%34.13
%31.03
%34.84

CMYK color model

#F2DCF7 color CMYK value is (2,11,0,3).

  • cyan value is 2.02%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(2,11,0,3)
C2M11Y0K3 
(2%,11%,0%,3%)
(0.02/0.11/0.00/0.03)	

CMYK percentages

%2.02
%10.93
%0
%3.14

Codes

Color #F2DCF7 in popluar color models

F2DCF7
RGB242220247
HSL289°62.79%91.57%
HSB/HSV289°10.93%96.86%
CMYK2.02%10.93%0.00%
3.14%

Color #F2DCF7 in popluar number systems.

HEXF2DCF7
Decimal242220247
Binary111100101101110011110111
Octal362334367

Shades and tints

Shades of #F2DCF7

#F2DCF7
(242,220,247)
#DCC8E1
(220,200,225)
#C6B4CB
(198,180,203)
#B0A0B5
(176,160,181)
#9A8C9F
(154,140,159)
#847889
(132,120,137)
#6E6473
(110,100,115)
#58505D
(88,80,93)
#423C47
(66,60,71)
#2C2831
(44,40,49)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #F2DCF7

#F2DCF7
(242,220,247)
#F3DFF7
(243,223,247)
#F4E2F7
(244,226,247)
#F5E5F7
(245,229,247)
#F6E8F7
(246,232,247)
#F7EBF7
(247,235,247)
#F8EEF7
(248,238,247)
#F9F1F7
(249,241,247)
#FAF4F7
(250,244,247)
#FBF7F7
(251,247,247)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCF7; }

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

This text font color is #F2DCF7.


Background Color

.myBgColor { background-color: #F2DCF7; }

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

This div background color is #F2DCF7.


Border color

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

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

This div border color is #F2DCF7.


Opacity

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

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

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

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

This text has shadow with #F2DCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCF7 on black background.


Color preview on white background

This text has color #F2DCF7 on white background.



Black color preview on #F2DCF7 background

This text has black color on #F2DCF7 background.


White color preview on #F2DCF7 background

This text has white color on #F2DCF7 background.