COLOR #F4D7F7

HEX: #F4D7F7
RGB: (244,215,247)

Color info

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

RGB color model

#F4D7F7 color RGB value is (244,215,247).

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

RGB channels and saturation

R 244 of 255 = 96%
G 215 of 255 = 84%
B 247 of 255 = 97%

244
215
247

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

Portions of RGB colors in percentages

R + G + B =
244 + 215 + 247 = 706 (100%)
R 244 of 706 ~ 34.56%
G 215 of 706 ~ 30.45%
B 247 of 706 ~ 34.99%

%34.56
%30.45
%34.99

CMYK color model

#F4D7F7 color CMYK value is (1,13,0,3).

  • cyan value is 1.21%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(1,13,0,3)
C1M13Y0K3 
(1%,13%,0%,3%)
(0.01/0.13/0.00/0.03)	

CMYK percentages

%1.21
%12.96
%0
%3.14

Codes

Color #F4D7F7 in popluar color models

F4D7F7
RGB244215247
HSL294°66.67%90.59%
HSB/HSV294°12.96%96.86%
CMYK1.21%12.96%0.00%
3.14%

Color #F4D7F7 in popluar number systems.

HEXF4D7F7
Decimal244215247
Binary111101001101011111110111
Octal364327367

Shades and tints

Shades of #F4D7F7

#F4D7F7
(244,215,247)
#DEC4E1
(222,196,225)
#C8B1CB
(200,177,203)
#B29EB5
(178,158,181)
#9C8B9F
(156,139,159)
#867889
(134,120,137)
#706573
(112,101,115)
#5A525D
(90,82,93)
#443F47
(68,63,71)
#2E2C31
(46,44,49)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #F4D7F7

#F4D7F7
(244,215,247)
#F5DAF7
(245,218,247)
#F6DDF7
(246,221,247)
#F7E0F7
(247,224,247)
#F8E3F7
(248,227,247)
#F9E6F7
(249,230,247)
#FAE9F7
(250,233,247)
#FBECF7
(251,236,247)
#FCEFF7
(252,239,247)
#FDF2F7
(253,242,247)
#FEF5F7
(254,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D7F7; }

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

This text font color is #F4D7F7.


Background Color

.myBgColor { background-color: #F4D7F7; }

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

This div background color is #F4D7F7.


Border color

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

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

This div border color is #F4D7F7.


Opacity

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

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

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

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

This text has shadow with #F4D7F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D7F7 on black background.


Color preview on white background

This text has color #F4D7F7 on white background.



Black color preview on #F4D7F7 background

This text has black color on #F4D7F7 background.


White color preview on #F4D7F7 background

This text has white color on #F4D7F7 background.