COLOR #F2D9EF

HEX: #F2D9EF RGB: (242,217,239)

Color info

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

RGB color model

#F2D9EF color RGB value is (242,217,239).

RGB: (242,217,239) (95%, 85%, 94%)

RGB channels and saturation

R 242 of 255 = 95%
G 217 of 255 = 85%
B 239 of 255 = 94%

242
217
239

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

Portions of RGB colors in percentages

R + G + B = 242 + 217 + 239 = 698 (100%)
R 242 of 698 ~ 34.67%
G 217 of 698 ~ 31.09%
B 239 of 698 ~ 34.24'%

%34.67
%31.09
%34.24

CMYK color model

#F2D9EF color CMYK value is (0,10,1,5).

  • cyan value is 0.00%
  • magenta value is 10.33%
  • yellow value is 1.24%
  • key color value is 5.10%

CMYK: (0,10,1,5)
C0M10Y1K5 (0%, 10%, 1%, 5%)
(0.00 / 0.10 / 0.01 / 0.05)

CMYK percentages

%0
%10.33
%1.24
%5.1

Codes

Color #F2D9EF in popluar color models

F2 D9 EF
RGB 242 217 239
HSL 307° 49.02% 90.00%
HSB/HSV 307° 10.33% 94.90%
CMYK 0.00% 10.33% 1.24%
5.10%

Color #F2D9EF in popluar number systems.

HEX F2 D9 EF
Decimal 242 217 239
Binary 11110010 11011001 11101111
Octal 362 331 357

Shades and tints

Shades of #F2D9EF

#F2D9EF
(242,217,239)
#DCC6DA
(220,198,218)
#C6B3C5
(198,179,197)
#B0A0B0
(176,160,176)
#9A8D9B
(154,141,155)
#847A86
(132,122,134)
#6E6771
(110,103,113)
#58545C
(88,84,92)
#424147
(66,65,71)
#2C2E32
(44,46,50)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #F2D9EF

#F2D9EF
(242,217,239)
#F3DCF0
(243,220,240)
#F4DFF1
(244,223,241)
#F5E2F2
(245,226,242)
#F6E5F3
(246,229,243)
#F7E8F4
(247,232,244)
#F8EBF5
(248,235,245)
#F9EEF6
(249,238,246)
#FAF1F7
(250,241,247)
#FBF4F8
(251,244,248)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D9EF; }

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

This text font color is #F2D9EF.

Background Color

.myBgColor { background-color: #F2D9EF; }

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

This div background color is #F2D9EF.

Border color

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

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

This div border color is #F2D9EF.

Opacity

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

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

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

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

This text has shadow with #F2D9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D9EF.

Preview

Color preview on black background

This text has color #F2D9EF on black background.


Color preview on white background

This text has color #F2D9EF on white background.


Black color preview on #F2D9EF background

This text has black color on #F2D9EF background.


White color preview on #F2D9EF background

This text has white color on #F2D9EF background.


Related colors

Complementary color

Complementary color for #hex is #0D2610.


I love getcolorcode.com

Triadic colors

1 #EFF2D9 and #D9EFF2 with #F2D9EF are triadic colors.

2 #EFD9F2 and #D9F2EF with #F2D9EF are triadic colors.