COLOR #F7DCFA

HEX: #F7DCFA
RGB: (247,220,250)

Color info

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

RGB color model

#F7DCFA color RGB value is (247,220,250).

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

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 250 of 255 = 98%

247
220
250

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

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 250 = 717 (100%)
R 247 of 717 ~ 34.45%
G 220 of 717 ~ 30.68%
B 250 of 717 ~ 34.87%

%34.45
%30.68
%34.87

CMYK color model

#F7DCFA color CMYK value is (1,12,0,2).

  • cyan value is 1.20%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,12,0,2)
C1M12Y0K2 
(1%,12%,0%,2%)
(0.01/0.12/0.00/0.02)	

CMYK percentages

%1.2
%12
%0
%1.96

Codes

Color #F7DCFA in popluar color models

F7DCFA
RGB247220250
HSL294°75.00%92.16%
HSB/HSV294°12.00%98.04%
CMYK1.20%12.00%0.00%
1.96%

Color #F7DCFA in popluar number systems.

HEXF7DCFA
Decimal247220250
Binary111101111101110011111010
Octal367334372

Shades and tints

Shades of #F7DCFA

#F7DCFA
(247,220,250)
#E1C8E4
(225,200,228)
#CBB4CE
(203,180,206)
#B5A0B8
(181,160,184)
#9F8CA2
(159,140,162)
#89788C
(137,120,140)
#736476
(115,100,118)
#5D5060
(93,80,96)
#473C4A
(71,60,74)
#312834
(49,40,52)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #F7DCFA

#F7DCFA
(247,220,250)
#F7DFFA
(247,223,250)
#F7E2FA
(247,226,250)
#F7E5FA
(247,229,250)
#F7E8FA
(247,232,250)
#F7EBFA
(247,235,250)
#F7EEFA
(247,238,250)
#F7F1FA
(247,241,250)
#F7F4FA
(247,244,250)
#F7F7FA
(247,247,250)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCFA; }

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

This text font color is #F7DCFA.


Background Color

.myBgColor { background-color: #F7DCFA; }

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

This div background color is #F7DCFA.


Border color

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

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

This div border color is #F7DCFA.


Opacity

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

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

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

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

This text has shadow with #F7DCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCFA on black background.


Color preview on white background

This text has color #F7DCFA on white background.



Black color preview on #F7DCFA background

This text has black color on #F7DCFA background.


White color preview on #F7DCFA background

This text has white color on #F7DCFA background.