COLOR #F7DCFD

HEX: #F7DCFD RGB: (247,220,253)

Color info

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

RGB color model

#F7DCFD color RGB value is (247,220,253).

RGB: (247,220,253) (97%, 86%, 99%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 253 of 255 = 99%

247
220
253

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

Portions of RGB colors in percentages

R + G + B = 247 + 220 + 253 = 720 (100%)
R 247 of 720 ~ 34.31%
G 220 of 720 ~ 30.56%
B 253 of 720 ~ 35.14'%

%34.31
%30.56
%35.14

CMYK color model

#F7DCFD color CMYK value is (2,13,0,1).

  • cyan value is 2.37%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (2,13,0,1)
C2M13Y0K1 (2%, 13%, 0%, 1%)
(0.02 / 0.13 / 0.00 / 0.01)

CMYK percentages

%2.37
%13.04
%0
%0.78

Codes

Color #F7DCFD in popluar color models

F7 DC FD
RGB 247 220 253
HSL 289° 89.19% 92.75%
HSB/HSV 289° 13.04% 99.22%
CMYK 2.37% 13.04% 0.00%
0.78%

Color #F7DCFD in popluar number systems.

HEX F7 DC FD
Decimal 247 220 253
Binary 11110111 11011100 11111101
Octal 367 334 375

Shades and tints

Shades of #F7DCFD

#F7DCFD
(247,220,253)
#E1C8E6
(225,200,230)
#CBB4CF
(203,180,207)
#B5A0B8
(181,160,184)
#9F8CA1
(159,140,161)
#89788A
(137,120,138)
#736473
(115,100,115)
#5D505C
(93,80,92)
#473C45
(71,60,69)
#31282E
(49,40,46)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #F7DCFD

#F7DCFD
(247,220,253)
#F7DFFD
(247,223,253)
#F7E2FD
(247,226,253)
#F7E5FD
(247,229,253)
#F7E8FD
(247,232,253)
#F7EBFD
(247,235,253)
#F7EEFD
(247,238,253)
#F7F1FD
(247,241,253)
#F7F4FD
(247,244,253)
#F7F7FD
(247,247,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCFD; }

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

This text font color is #F7DCFD.

Background Color

.myBgColor { background-color: #F7DCFD; }

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

This div background color is #F7DCFD.

Border color

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

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

This div border color is #F7DCFD.

Opacity

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

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

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

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

This text has shadow with #F7DCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DCFD.

Preview

Color preview on black background

This text has color #F7DCFD on black background.


Color preview on white background

This text has color #F7DCFD on white background.


Black color preview on #F7DCFD background

This text has black color on #F7DCFD background.


White color preview on #F7DCFD background

This text has white color on #F7DCFD background.


Related colors

Complementary color

Complementary color for #hex is #082302.


I love getcolorcode.com

Triadic colors

1 #FDF7DC and #DCFDF7 with #F7DCFD are triadic colors.

2 #FDDCF7 and #DCF7FD with #F7DCFD are triadic colors.