COLOR #F2D4EC

HEX: #F2D4EC
RGB: (242,212,236)

Color info

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

RGB color model

#F2D4EC color RGB value is (242,212,236).

  • red value is 242;
  • green value is 212;
  • blue value is 236.
RGB:
(242,212,236)
(95%,83%,93%)

RGB channels and saturation

R 242 of 255 = 95%
G 212 of 255 = 83%
B 236 of 255 = 93%

242
212
236

R + G + B ~ 90%. #F2D4EC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 212 + 236 = 690 (100%)
R 242 of 690 ~ 35.07%
G 212 of 690 ~ 30.72%
B 236 of 690 ~ 34.2%

%35.07
%30.72
%34.2

CMYK color model

#F2D4EC color CMYK value is (0,12,2,5).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(0,12,2,5)
C0M12Y2K5 
(0%,12%,2%,5%)
(0.00/0.12/0.02/0.05)	

CMYK percentages

%0
%12.4
%2.48
%5.1

Codes

Color #F2D4EC in popluar color models

F2D4EC
RGB242212236
HSL312°53.57%89.02%
HSB/HSV312°12.40%94.90%
CMYK0.00%12.40%2.48%
5.10%

Color #F2D4EC in popluar number systems.

HEXF2D4EC
Decimal242212236
Binary111100101101010011101100
Octal362324354

Shades and tints

Shades of #F2D4EC

#F2D4EC
(242,212,236)
#DCC1D7
(220,193,215)
#C6AEC2
(198,174,194)
#B09BAD
(176,155,173)
#9A8898
(154,136,152)
#847583
(132,117,131)
#6E626E
(110,98,110)
#584F59
(88,79,89)
#423C44
(66,60,68)
#2C292F
(44,41,47)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #F2D4EC

#F2D4EC
(242,212,236)
#F3D7ED
(243,215,237)
#F4DAEE
(244,218,238)
#F5DDEF
(245,221,239)
#F6E0F0
(246,224,240)
#F7E3F1
(247,227,241)
#F8E6F2
(248,230,242)
#F9E9F3
(249,233,243)
#FAECF4
(250,236,244)
#FBEFF5
(251,239,245)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D4EC color. Also use rgb(242,212,236) instead hex code.

Text Font Color

.myTextColor { color: #F2D4EC; }

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

This text font color is #F2D4EC.


Background Color

.myBgColor { background-color: #F2D4EC; }

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

This div background color is #F2D4EC.


Border color

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

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

This div border color is #F2D4EC.


Opacity

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

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

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

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

This text has shadow with #F2D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D4EC on black background.


Color preview on white background

This text has color #F2D4EC on white background.



Black color preview on #F2D4EC background

This text has black color on #F2D4EC background.


White color preview on #F2D4EC background

This text has white color on #F2D4EC background.