COLOR #F2D9EE

HEX: #F2D9EE
RGB: (242,217,238)

Color info

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

RGB color model

#F2D9EE color RGB value is (242,217,238).

  • red value is 242;
  • green value is 217;
  • blue value is 238.
RGB:
(242,217,238)
(95%,85%,93%)

RGB channels and saturation

R 242 of 255 = 95%
G 217 of 255 = 85%
B 238 of 255 = 93%

242
217
238

R + G + B ~ 91%. #F2D9EE is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 217 + 238 = 697 (100%)
R 242 of 697 ~ 34.72%
G 217 of 697 ~ 31.13%
B 238 of 697 ~ 34.15%

%34.72
%31.13
%34.15

CMYK color model

#F2D9EE color CMYK value is (0,10,2,5).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(0,10,2,5)
C0M10Y2K5 
(0%,10%,2%,5%)
(0.00/0.10/0.02/0.05)	

CMYK percentages

%0
%10.33
%1.65
%5.1

Codes

Color #F2D9EE in popluar color models

F2D9EE
RGB242217238
HSL310°49.02%90.00%
HSB/HSV310°10.33%94.90%
CMYK0.00%10.33%1.65%
5.10%

Color #F2D9EE in popluar number systems.

HEXF2D9EE
Decimal242217238
Binary111100101101100111101110
Octal362331356

Shades and tints

Shades of #F2D9EE

#F2D9EE
(242,217,238)
#DCC6D9
(220,198,217)
#C6B3C4
(198,179,196)
#B0A0AF
(176,160,175)
#9A8D9A
(154,141,154)
#847A85
(132,122,133)
#6E6770
(110,103,112)
#58545B
(88,84,91)
#424146
(66,65,70)
#2C2E31
(44,46,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #F2D9EE

#F2D9EE
(242,217,238)
#F3DCEF
(243,220,239)
#F4DFF0
(244,223,240)
#F5E2F1
(245,226,241)
#F6E5F2
(246,229,242)
#F7E8F3
(247,232,243)
#F8EBF4
(248,235,244)
#F9EEF5
(249,238,245)
#FAF1F6
(250,241,246)
#FBF4F7
(251,244,247)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D9EE; }

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

This text font color is #F2D9EE.


Background Color

.myBgColor { background-color: #F2D9EE; }

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

This div background color is #F2D9EE.


Border color

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

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

This div border color is #F2D9EE.


Opacity

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

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

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

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

This text has shadow with #F2D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D9EE on black background.


Color preview on white background

This text has color #F2D9EE on white background.



Black color preview on #F2D9EE background

This text has black color on #F2D9EE background.


White color preview on #F2D9EE background

This text has white color on #F2D9EE background.