COLOR #F2DFEE

HEX: #F2DFEE
RGB: (242,223,238)

Color info

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

RGB color model

#F2DFEE color RGB value is (242,223,238).

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

RGB channels and saturation

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

242
223
238

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

Portions of RGB colors in percentages

R + G + B =
242 + 223 + 238 = 703 (100%)
R 242 of 703 ~ 34.42%
G 223 of 703 ~ 31.72%
B 238 of 703 ~ 33.85%

%34.42
%31.72
%33.85

CMYK color model

#F2DFEE color CMYK value is (0,8,2,5).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(0,8,2,5)
C0M8Y2K5 
(0%,8%,2%,5%)
(0.00/0.08/0.02/0.05)	

CMYK percentages

%0
%7.85
%1.65
%5.1

Codes

Color #F2DFEE in popluar color models

F2DFEE
RGB242223238
HSL313°42.22%91.18%
HSB/HSV313°7.85%94.90%
CMYK0.00%7.85%1.65%
5.10%

Color #F2DFEE in popluar number systems.

HEXF2DFEE
Decimal242223238
Binary111100101101111111101110
Octal362337356

Shades and tints

Shades of #F2DFEE

#F2DFEE
(242,223,238)
#DCCBD9
(220,203,217)
#C6B7C4
(198,183,196)
#B0A3AF
(176,163,175)
#9A8F9A
(154,143,154)
#847B85
(132,123,133)
#6E6770
(110,103,112)
#58535B
(88,83,91)
#423F46
(66,63,70)
#2C2B31
(44,43,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #F2DFEE

#F2DFEE
(242,223,238)
#F3E1EF
(243,225,239)
#F4E3F0
(244,227,240)
#F5E5F1
(245,229,241)
#F6E7F2
(246,231,242)
#F7E9F3
(247,233,243)
#F8EBF4
(248,235,244)
#F9EDF5
(249,237,245)
#FAEFF6
(250,239,246)
#FBF1F7
(251,241,247)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DFEE; }

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

This text font color is #F2DFEE.


Background Color

.myBgColor { background-color: #F2DFEE; }

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

This div background color is #F2DFEE.


Border color

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

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

This div border color is #F2DFEE.


Opacity

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

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

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

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

This text has shadow with #F2DFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DFEE on black background.


Color preview on white background

This text has color #F2DFEE on white background.



Black color preview on #F2DFEE background

This text has black color on #F2DFEE background.


White color preview on #F2DFEE background

This text has white color on #F2DFEE background.