COLOR #F7DAFE

HEX: #F7DAFE RGB: (247,218,254)

Color info

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

RGB color model

#F7DAFE color RGB value is (247,218,254).

RGB: (247,218,254) (97%, 85%, 100%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 254 of 255 = 100%

247
218
254

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

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 254 = 719 (100%)
R 247 of 719 ~ 34.35%
G 218 of 719 ~ 30.32%
B 254 of 719 ~ 35.33'%

%34.35
%30.32
%35.33

CMYK color model

#F7DAFE color CMYK value is (3,14,0,0).

  • cyan value is 2.76%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (3,14,0,0)
C3M14Y0K0 (3%, 14%, 0%, 0%)
(0.03 / 0.14 / 0.00 / 0.00)

CMYK percentages

%2.76
%14.17
%0
%0.39

Codes

Color #F7DAFE in popluar color models

F7 DA FE
RGB 247 218 254
HSL 288° 94.74% 92.55%
HSB/HSV 288° 14.17% 99.61%
CMYK 2.76% 14.17% 0.00%
0.39%

Color #F7DAFE in popluar number systems.

HEX F7 DA FE
Decimal 247 218 254
Binary 11110111 11011010 11111110
Octal 367 332 376

Shades and tints

Shades of #F7DAFE

#F7DAFE
(247,218,254)
#E1C7E7
(225,199,231)
#CBB4D0
(203,180,208)
#B5A1B9
(181,161,185)
#9F8EA2
(159,142,162)
#897B8B
(137,123,139)
#736874
(115,104,116)
#5D555D
(93,85,93)
#474246
(71,66,70)
#312F2F
(49,47,47)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #F7DAFE

#F7DAFE
(247,218,254)
#F7DDFE
(247,221,254)
#F7E0FE
(247,224,254)
#F7E3FE
(247,227,254)
#F7E6FE
(247,230,254)
#F7E9FE
(247,233,254)
#F7ECFE
(247,236,254)
#F7EFFE
(247,239,254)
#F7F2FE
(247,242,254)
#F7F5FE
(247,245,254)
#F7F8FE
(247,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAFE; }

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

This text font color is #F7DAFE.

Background Color

.myBgColor { background-color: #F7DAFE; }

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

This div background color is #F7DAFE.

Border color

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

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

This div border color is #F7DAFE.

Opacity

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

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

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

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

This text has shadow with #F7DAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAFE.

Preview

Color preview on black background

This text has color #F7DAFE on black background.


Color preview on white background

This text has color #F7DAFE on white background.


Black color preview on #F7DAFE background

This text has black color on #F7DAFE background.


White color preview on #F7DAFE background

This text has white color on #F7DAFE background.


Related colors

Complementary color

Complementary color for #hex is #082501.


I love getcolorcode.com

Triadic colors

1 #FEF7DA and #DAFEF7 with #F7DAFE are triadic colors.

2 #FEDAF7 and #DAF7FE with #F7DAFE are triadic colors.