COLOR #F7D7FA

HEX: #F7D7FA
RGB: (247,215,250)

Color info

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

RGB color model

#F7D7FA color RGB value is (247,215,250).

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

RGB channels and saturation

R 247 of 255 = 97%
G 215 of 255 = 84%
B 250 of 255 = 98%

247
215
250

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

Portions of RGB colors in percentages

R + G + B =
247 + 215 + 250 = 712 (100%)
R 247 of 712 ~ 34.69%
G 215 of 712 ~ 30.2%
B 250 of 712 ~ 35.11%

%34.69
%30.2
%35.11

CMYK color model

#F7D7FA color CMYK value is (1,14,0,2).

  • cyan value is 1.20%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(1,14,0,2)
C1M14Y0K2 
(1%,14%,0%,2%)
(0.01/0.14/0.00/0.02)	

CMYK percentages

%1.2
%14
%0
%1.96

Codes

Color #F7D7FA in popluar color models

F7D7FA
RGB247215250
HSL295°77.78%91.18%
HSB/HSV295°14.00%98.04%
CMYK1.20%14.00%0.00%
1.96%

Color #F7D7FA in popluar number systems.

HEXF7D7FA
Decimal247215250
Binary111101111101011111111010
Octal367327372

Shades and tints

Shades of #F7D7FA

#F7D7FA
(247,215,250)
#E1C4E4
(225,196,228)
#CBB1CE
(203,177,206)
#B59EB8
(181,158,184)
#9F8BA2
(159,139,162)
#89788C
(137,120,140)
#736576
(115,101,118)
#5D5260
(93,82,96)
#473F4A
(71,63,74)
#312C34
(49,44,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #F7D7FA

#F7D7FA
(247,215,250)
#F7DAFA
(247,218,250)
#F7DDFA
(247,221,250)
#F7E0FA
(247,224,250)
#F7E3FA
(247,227,250)
#F7E6FA
(247,230,250)
#F7E9FA
(247,233,250)
#F7ECFA
(247,236,250)
#F7EFFA
(247,239,250)
#F7F2FA
(247,242,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D7FA; }

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

This text font color is #F7D7FA.


Background Color

.myBgColor { background-color: #F7D7FA; }

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

This div background color is #F7D7FA.


Border color

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

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

This div border color is #F7D7FA.


Opacity

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

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

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

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

This text has shadow with #F7D7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D7FA on black background.


Color preview on white background

This text has color #F7D7FA on white background.



Black color preview on #F7D7FA background

This text has black color on #F7D7FA background.


White color preview on #F7D7FA background

This text has white color on #F7D7FA background.