COLOR #F2DCF0

HEX: #F2DCF0
RGB: (242,220,240)

Color info

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

RGB color model

#F2DCF0 color RGB value is (242,220,240).

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

RGB channels and saturation

R 242 of 255 = 95%
G 220 of 255 = 86%
B 240 of 255 = 94%

242
220
240

R + G + B ~ 92%. #F2DCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 240 = 702 (100%)
R 242 of 702 ~ 34.47%
G 220 of 702 ~ 31.34%
B 240 of 702 ~ 34.19%

%34.47
%31.34
%34.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 0.83%
  • key color value is 5.10%
CMYK:
(0,9,1,5)
C0M9Y1K5 
(0%,9%,1%,5%)
(0.00/0.09/0.01/0.05)	

CMYK percentages

%0
%9.09
%0.83
%5.1

Codes

Color #F2DCF0 in popluar color models

F2DCF0
RGB242220240
HSL305°45.83%90.59%
HSB/HSV305°9.09%94.90%
CMYK0.00%9.09%0.83%
5.10%

Color #F2DCF0 in popluar number systems.

HEXF2DCF0
Decimal242220240
Binary111100101101110011110000
Octal362334360

Shades and tints

Shades of #F2DCF0

#F2DCF0
(242,220,240)
#DCC8DB
(220,200,219)
#C6B4C6
(198,180,198)
#B0A0B1
(176,160,177)
#9A8C9C
(154,140,156)
#847887
(132,120,135)
#6E6472
(110,100,114)
#58505D
(88,80,93)
#423C48
(66,60,72)
#2C2833
(44,40,51)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #F2DCF0

#F2DCF0
(242,220,240)
#F3DFF1
(243,223,241)
#F4E2F2
(244,226,242)
#F5E5F3
(245,229,243)
#F6E8F4
(246,232,244)
#F7EBF5
(247,235,245)
#F8EEF6
(248,238,246)
#F9F1F7
(249,241,247)
#FAF4F8
(250,244,248)
#FBF7F9
(251,247,249)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCF0; }

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

This text font color is #F2DCF0.


Background Color

.myBgColor { background-color: #F2DCF0; }

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

This div background color is #F2DCF0.


Border color

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

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

This div border color is #F2DCF0.


Opacity

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

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

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

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

This text has shadow with #F2DCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCF0 on black background.


Color preview on white background

This text has color #F2DCF0 on white background.



Black color preview on #F2DCF0 background

This text has black color on #F2DCF0 background.


White color preview on #F2DCF0 background

This text has white color on #F2DCF0 background.