COLOR #F7D7FD

HEX: #F7D7FD RGB: (247,215,253)

Color info

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

RGB color model

#F7D7FD color RGB value is (247,215,253).

RGB: (247,215,253) (97%, 84%, 99%)

RGB channels and saturation

R 247 of 255 = 97%
G 215 of 255 = 84%
B 253 of 255 = 99%

247
215
253

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

Portions of RGB colors in percentages

R + G + B = 247 + 215 + 253 = 715 (100%)
R 247 of 715 ~ 34.55%
G 215 of 715 ~ 30.07%
B 253 of 715 ~ 35.38'%

%34.55
%30.07
%35.38

CMYK color model

#F7D7FD color CMYK value is (2,15,0,1).

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

CMYK: (2,15,0,1)
C2M15Y0K1 (2%, 15%, 0%, 1%)
(0.02 / 0.15 / 0.00 / 0.01)

CMYK percentages

%2.37
%15.02
%0
%0.78

Codes

Color #F7D7FD in popluar color models

F7 D7 FD
RGB 247 215 253
HSL 291° 90.48% 91.76%
HSB/HSV 291° 15.02% 99.22%
CMYK 2.37% 15.02% 0.00%
0.78%

Color #F7D7FD in popluar number systems.

HEX F7 D7 FD
Decimal 247 215 253
Binary 11110111 11010111 11111101
Octal 367 327 375

Shades and tints

Shades of #F7D7FD

#F7D7FD
(247,215,253)
#E1C4E6
(225,196,230)
#CBB1CF
(203,177,207)
#B59EB8
(181,158,184)
#9F8BA1
(159,139,161)
#89788A
(137,120,138)
#736573
(115,101,115)
#5D525C
(93,82,92)
#473F45
(71,63,69)
#312C2E
(49,44,46)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #F7D7FD

#F7D7FD
(247,215,253)
#F7DAFD
(247,218,253)
#F7DDFD
(247,221,253)
#F7E0FD
(247,224,253)
#F7E3FD
(247,227,253)
#F7E6FD
(247,230,253)
#F7E9FD
(247,233,253)
#F7ECFD
(247,236,253)
#F7EFFD
(247,239,253)
#F7F2FD
(247,242,253)
#F7F5FD
(247,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D7FD; }

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

This text font color is #F7D7FD.

Background Color

.myBgColor { background-color: #F7D7FD; }

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

This div background color is #F7D7FD.

Border color

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

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

This div border color is #F7D7FD.

Opacity

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

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

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

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

This text has shadow with #F7D7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D7FD.

Preview

Color preview on black background

This text has color #F7D7FD on black background.


Color preview on white background

This text has color #F7D7FD on white background.


Black color preview on #F7D7FD background

This text has black color on #F7D7FD background.


White color preview on #F7D7FD background

This text has white color on #F7D7FD background.


Related colors

Complementary color

Complementary color for #hex is #082802.


I love getcolorcode.com

Triadic colors

1 #FDF7D7 and #D7FDF7 with #F7D7FD are triadic colors.

2 #FDD7F7 and #D7F7FD with #F7D7FD are triadic colors.