COLOR #F2DDEE

HEX: #F2DDEE
RGB: (242,221,238)

Color info

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

RGB color model

#F2DDEE color RGB value is (242,221,238).

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

RGB channels and saturation

R 242 of 255 = 95%
G 221 of 255 = 87%
B 238 of 255 = 93%

242
221
238

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

Portions of RGB colors in percentages

R + G + B =
242 + 221 + 238 = 701 (100%)
R 242 of 701 ~ 34.52%
G 221 of 701 ~ 31.53%
B 238 of 701 ~ 33.95%

%34.52
%31.53
%33.95

CMYK color model

#F2DDEE color CMYK value is (0,9,2,5).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(0,9,2,5)
C0M9Y2K5 
(0%,9%,2%,5%)
(0.00/0.09/0.02/0.05)	

CMYK percentages

%0
%8.68
%1.65
%5.1

Codes

Color #F2DDEE in popluar color models

F2DDEE
RGB242221238
HSL311°44.68%90.78%
HSB/HSV311°8.68%94.90%
CMYK0.00%8.68%1.65%
5.10%

Color #F2DDEE in popluar number systems.

HEXF2DDEE
Decimal242221238
Binary111100101101110111101110
Octal362335356

Shades and tints

Shades of #F2DDEE

#F2DDEE
(242,221,238)
#DCC9D9
(220,201,217)
#C6B5C4
(198,181,196)
#B0A1AF
(176,161,175)
#9A8D9A
(154,141,154)
#847985
(132,121,133)
#6E6570
(110,101,112)
#58515B
(88,81,91)
#423D46
(66,61,70)
#2C2931
(44,41,49)
#16151C
(22,21,28)
#000000
(0,0,0)

Tints of #F2DDEE

#F2DDEE
(242,221,238)
#F3E0EF
(243,224,239)
#F4E3F0
(244,227,240)
#F5E6F1
(245,230,241)
#F6E9F2
(246,233,242)
#F7ECF3
(247,236,243)
#F8EFF4
(248,239,244)
#F9F2F5
(249,242,245)
#FAF5F6
(250,245,246)
#FBF8F7
(251,248,247)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DDEE; }

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

This text font color is #F2DDEE.


Background Color

.myBgColor { background-color: #F2DDEE; }

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

This div background color is #F2DDEE.


Border color

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

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

This div border color is #F2DDEE.


Opacity

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

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

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

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

This text has shadow with #F2DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DDEE on black background.


Color preview on white background

This text has color #F2DDEE on white background.



Black color preview on #F2DDEE background

This text has black color on #F2DDEE background.


White color preview on #F2DDEE background

This text has white color on #F2DDEE background.