COLOR #F4DFF7

HEX: #F4DFF7
RGB: (244,223,247)

Color info

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

RGB color model

#F4DFF7 color RGB value is (244,223,247).

  • red value is 244;
  • green value is 223;
  • blue value is 247.
RGB:
(244,223,247)
(96%,87%,97%)

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 247 of 255 = 97%

244
223
247

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

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 247 = 714 (100%)
R 244 of 714 ~ 34.17%
G 223 of 714 ~ 31.23%
B 247 of 714 ~ 34.59%

%34.17
%31.23
%34.59

CMYK color model

#F4DFF7 color CMYK value is (1,10,0,3).

  • cyan value is 1.21%
  • magenta value is 9.72%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(1,10,0,3)
C1M10Y0K3 
(1%,10%,0%,3%)
(0.01/0.10/0.00/0.03)	

CMYK percentages

%1.21
%9.72
%0
%3.14

Codes

Color #F4DFF7 in popluar color models

F4DFF7
RGB244223247
HSL293°60.00%92.16%
HSB/HSV293°9.72%96.86%
CMYK1.21%9.72%0.00%
3.14%

Color #F4DFF7 in popluar number systems.

HEXF4DFF7
Decimal244223247
Binary111101001101111111110111
Octal364337367

Shades and tints

Shades of #F4DFF7

#F4DFF7
(244,223,247)
#DECBE1
(222,203,225)
#C8B7CB
(200,183,203)
#B2A3B5
(178,163,181)
#9C8F9F
(156,143,159)
#867B89
(134,123,137)
#706773
(112,103,115)
#5A535D
(90,83,93)
#443F47
(68,63,71)
#2E2B31
(46,43,49)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #F4DFF7

#F4DFF7
(244,223,247)
#F5E1F7
(245,225,247)
#F6E3F7
(246,227,247)
#F7E5F7
(247,229,247)
#F8E7F7
(248,231,247)
#F9E9F7
(249,233,247)
#FAEBF7
(250,235,247)
#FBEDF7
(251,237,247)
#FCEFF7
(252,239,247)
#FDF1F7
(253,241,247)
#FEF3F7
(254,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DFF7 color. Also use rgb(244,223,247) instead hex code.

Text Font Color

.myTextColor { color: #F4DFF7; }

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

This text font color is #F4DFF7.


Background Color

.myBgColor { background-color: #F4DFF7; }

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

This div background color is #F4DFF7.


Border color

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

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

This div border color is #F4DFF7.


Opacity

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

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

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

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

This text has shadow with #F4DFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFF7 on black background.


Color preview on white background

This text has color #F4DFF7 on white background.



Black color preview on #F4DFF7 background

This text has black color on #F4DFF7 background.


White color preview on #F4DFF7 background

This text has white color on #F4DFF7 background.