COLOR #F7DCF1

HEX: #F7DCF1
RGB: (247,220,241)

Color info

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

RGB color model

#F7DCF1 color RGB value is (247,220,241).

  • red value is 247;
  • green value is 220;
  • blue value is 241.
RGB:
(247,220,241)
(97%,86%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 241 of 255 = 95%

247
220
241

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

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 241 = 708 (100%)
R 247 of 708 ~ 34.89%
G 220 of 708 ~ 31.07%
B 241 of 708 ~ 34.04%

%34.89
%31.07
%34.04

CMYK color model

#F7DCF1 color CMYK value is (0,11,2,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 2.43%
  • key color value is 3.14%
CMYK:
(0,11,2,3)
C0M11Y2K3 
(0%,11%,2%,3%)
(0.00/0.11/0.02/0.03)	

CMYK percentages

%0
%10.93
%2.43
%3.14

Codes

Color #F7DCF1 in popluar color models

F7DCF1
RGB247220241
HSL313°62.79%91.57%
HSB/HSV313°10.93%96.86%
CMYK0.00%10.93%2.43%
3.14%

Color #F7DCF1 in popluar number systems.

HEXF7DCF1
Decimal247220241
Binary111101111101110011110001
Octal367334361

Shades and tints

Shades of #F7DCF1

#F7DCF1
(247,220,241)
#E1C8DC
(225,200,220)
#CBB4C7
(203,180,199)
#B5A0B2
(181,160,178)
#9F8C9D
(159,140,157)
#897888
(137,120,136)
#736473
(115,100,115)
#5D505E
(93,80,94)
#473C49
(71,60,73)
#312834
(49,40,52)
#1B141F
(27,20,31)
#000000
(0,0,0)

Tints of #F7DCF1

#F7DCF1
(247,220,241)
#F7DFF2
(247,223,242)
#F7E2F3
(247,226,243)
#F7E5F4
(247,229,244)
#F7E8F5
(247,232,245)
#F7EBF6
(247,235,246)
#F7EEF7
(247,238,247)
#F7F1F8
(247,241,248)
#F7F4F9
(247,244,249)
#F7F7FA
(247,247,250)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DCF1 color. Also use rgb(247,220,241) instead hex code.

Text Font Color

.myTextColor { color: #F7DCF1; }

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

This text font color is #F7DCF1.


Background Color

.myBgColor { background-color: #F7DCF1; }

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

This div background color is #F7DCF1.


Border color

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

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

This div border color is #F7DCF1.


Opacity

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

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

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

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

This text has shadow with #F7DCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCF1 on black background.


Color preview on white background

This text has color #F7DCF1 on white background.



Black color preview on #F7DCF1 background

This text has black color on #F7DCF1 background.


White color preview on #F7DCF1 background

This text has white color on #F7DCF1 background.