COLOR #F2DEE9

HEX: #F2DEE9 RGB: (242,222,233)

Color info

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

RGB color model

#F2DEE9 color RGB value is (242,222,233).

RGB: (242,222,233) (95%, 87%, 91%)

RGB channels and saturation

R 242 of 255 = 95%
G 222 of 255 = 87%
B 233 of 255 = 91%

242
222
233

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

Portions of RGB colors in percentages

R + G + B = 242 + 222 + 233 = 697 (100%)
R 242 of 697 ~ 34.72%
G 222 of 697 ~ 31.85%
B 233 of 697 ~ 33.43'%

%34.72
%31.85
%33.43

CMYK color model

#F2DEE9 color CMYK value is (0,8,4,5).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 3.72%
  • key color value is 5.10%

CMYK: (0,8,4,5)
C0M8Y4K5 (0%, 8%, 4%, 5%)
(0.00 / 0.08 / 0.04 / 0.05)

CMYK percentages

%0
%8.26
%3.72
%5.1

Codes

Color #F2DEE9 in popluar color models

F2 DE E9
RGB 242 222 233
HSL 327° 43.48% 90.98%
HSB/HSV 327° 8.26% 94.90%
CMYK 0.00% 8.26% 3.72%
5.10%

Color #F2DEE9 in popluar number systems.

HEX F2 DE E9
Decimal 242 222 233
Binary 11110010 11011110 11101001
Octal 362 336 351

Shades and tints

Shades of #F2DEE9

#F2DEE9
(242,222,233)
#DCCAD4
(220,202,212)
#C6B6BF
(198,182,191)
#B0A2AA
(176,162,170)
#9A8E95
(154,142,149)
#847A80
(132,122,128)
#6E666B
(110,102,107)
#585256
(88,82,86)
#423E41
(66,62,65)
#2C2A2C
(44,42,44)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #F2DEE9

#F2DEE9
(242,222,233)
#F3E1EB
(243,225,235)
#F4E4ED
(244,228,237)
#F5E7EF
(245,231,239)
#F6EAF1
(246,234,241)
#F7EDF3
(247,237,243)
#F8F0F5
(248,240,245)
#F9F3F7
(249,243,247)
#FAF6F9
(250,246,249)
#FBF9FB
(251,249,251)
#FCFCFD
(252,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DEE9 color. Also use rgb(242,222,233) instead hex code.

Text Font Color

.myTextColor { color: #F2DEE9; }

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

This text font color is #F2DEE9.

Background Color

.myBgColor { background-color: #F2DEE9; }

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

This div background color is #F2DEE9.

Border color

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

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

This div border color is #F2DEE9.

Opacity

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

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

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

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

This text has shadow with #F2DEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DEE9.

Preview

Color preview on black background

This text has color #F2DEE9 on black background.


Color preview on white background

This text has color #F2DEE9 on white background.


Black color preview on #F2DEE9 background

This text has black color on #F2DEE9 background.


White color preview on #F2DEE9 background

This text has white color on #F2DEE9 background.


Related colors

Complementary color

Complementary color for #hex is #0D2116.


I love getcolorcode.com

Triadic colors

1 #E9F2DE and #DEE9F2 with #F2DEE9 are triadic colors.

2 #E9DEF2 and #DEF2E9 with #F2DEE9 are triadic colors.