COLOR #F7DCFE

HEX: #F7DCFE
RGB: (247,220,254)

Color info

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

RGB color model

#F7DCFE color RGB value is (247,220,254).

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

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 254 of 255 = 100%

247
220
254

R + G + B ~ 94%. #F7DCFE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 254 = 721 (100%)
R 247 of 721 ~ 34.26%
G 220 of 721 ~ 30.51%
B 254 of 721 ~ 35.23%

%34.26
%30.51
%35.23

CMYK color model

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

  • cyan value is 2.76%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,13,0,0)
C3M13Y0K0 
(3%,13%,0%,0%)
(0.03/0.13/0.00/0.00)	

CMYK percentages

%2.76
%13.39
%0
%0.39

Codes

Color #F7DCFE in popluar color models

F7DCFE
RGB247220254
HSL288°94.44%92.94%
HSB/HSV288°13.39%99.61%
CMYK2.76%13.39%0.00%
0.39%

Color #F7DCFE in popluar number systems.

HEXF7DCFE
Decimal247220254
Binary111101111101110011111110
Octal367334376

Shades and tints

Shades of #F7DCFE

#F7DCFE
(247,220,254)
#E1C8E7
(225,200,231)
#CBB4D0
(203,180,208)
#B5A0B9
(181,160,185)
#9F8CA2
(159,140,162)
#89788B
(137,120,139)
#736474
(115,100,116)
#5D505D
(93,80,93)
#473C46
(71,60,70)
#31282F
(49,40,47)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #F7DCFE

#F7DCFE
(247,220,254)
#F7DFFE
(247,223,254)
#F7E2FE
(247,226,254)
#F7E5FE
(247,229,254)
#F7E8FE
(247,232,254)
#F7EBFE
(247,235,254)
#F7EEFE
(247,238,254)
#F7F1FE
(247,241,254)
#F7F4FE
(247,244,254)
#F7F7FE
(247,247,254)
#F7FAFE
(247,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCFE; }

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

This text font color is #F7DCFE.


Background Color

.myBgColor { background-color: #F7DCFE; }

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

This div background color is #F7DCFE.


Border color

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

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

This div border color is #F7DCFE.


Opacity

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

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

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

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

This text has shadow with #F7DCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCFE on black background.


Color preview on white background

This text has color #F7DCFE on white background.



Black color preview on #F7DCFE background

This text has black color on #F7DCFE background.


White color preview on #F7DCFE background

This text has white color on #F7DCFE background.