COLOR #F2DFF9

HEX: #F2DFF9
RGB: (242,223,249)

Color info

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

RGB color model

#F2DFF9 color RGB value is (242,223,249).

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

RGB channels and saturation

R 242 of 255 = 95%
G 223 of 255 = 87%
B 249 of 255 = 98%

242
223
249

R + G + B ~ 93%. #F2DFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 223 + 249 = 714 (100%)
R 242 of 714 ~ 33.89%
G 223 of 714 ~ 31.23%
B 249 of 714 ~ 34.87%

%33.89
%31.23
%34.87

CMYK color model

#F2DFF9 color CMYK value is (3,10,0,2).

  • cyan value is 2.81%
  • magenta value is 10.44%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(3,10,0,2)
C3M10Y0K2 
(3%,10%,0%,2%)
(0.03/0.10/0.00/0.02)	

CMYK percentages

%2.81
%10.44
%0
%2.35

Codes

Color #F2DFF9 in popluar color models

F2DFF9
RGB242223249
HSL284°68.42%92.55%
HSB/HSV284°10.44%97.65%
CMYK2.81%10.44%0.00%
2.35%

Color #F2DFF9 in popluar number systems.

HEXF2DFF9
Decimal242223249
Binary111100101101111111111001
Octal362337371

Shades and tints

Shades of #F2DFF9

#F2DFF9
(242,223,249)
#DCCBE3
(220,203,227)
#C6B7CD
(198,183,205)
#B0A3B7
(176,163,183)
#9A8FA1
(154,143,161)
#847B8B
(132,123,139)
#6E6775
(110,103,117)
#58535F
(88,83,95)
#423F49
(66,63,73)
#2C2B33
(44,43,51)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #F2DFF9

#F2DFF9
(242,223,249)
#F3E1F9
(243,225,249)
#F4E3F9
(244,227,249)
#F5E5F9
(245,229,249)
#F6E7F9
(246,231,249)
#F7E9F9
(247,233,249)
#F8EBF9
(248,235,249)
#F9EDF9
(249,237,249)
#FAEFF9
(250,239,249)
#FBF1F9
(251,241,249)
#FCF3F9
(252,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DFF9; }

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

This text font color is #F2DFF9.


Background Color

.myBgColor { background-color: #F2DFF9; }

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

This div background color is #F2DFF9.


Border color

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

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

This div border color is #F2DFF9.


Opacity

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

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

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

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

This text has shadow with #F2DFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DFF9 on black background.


Color preview on white background

This text has color #F2DFF9 on white background.



Black color preview on #F2DFF9 background

This text has black color on #F2DFF9 background.


White color preview on #F2DFF9 background

This text has white color on #F2DFF9 background.