COLOR #F7DAEF

HEX: #F7DAEF
RGB: (247,218,239)

Color info

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

RGB color model

#F7DAEF color RGB value is (247,218,239).

  • red value is 247;
  • green value is 218;
  • blue value is 239.
RGB:
(247,218,239)
(97%,85%,94%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 239 of 255 = 94%

247
218
239

R + G + B ~ 92%. #F7DAEF is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 218 + 239 = 704 (100%)
R 247 of 704 ~ 35.09%
G 218 of 704 ~ 30.97%
B 239 of 704 ~ 33.95%

%35.09
%30.97
%33.95

CMYK color model

#F7DAEF color CMYK value is (0,12,3,3).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 3.24%
  • key color value is 3.14%
CMYK:
(0,12,3,3)
C0M12Y3K3 
(0%,12%,3%,3%)
(0.00/0.12/0.03/0.03)	

CMYK percentages

%0
%11.74
%3.24
%3.14

Codes

Color #F7DAEF in popluar color models

F7DAEF
RGB247218239
HSL317°64.44%91.18%
HSB/HSV317°11.74%96.86%
CMYK0.00%11.74%3.24%
3.14%

Color #F7DAEF in popluar number systems.

HEXF7DAEF
Decimal247218239
Binary111101111101101011101111
Octal367332357

Shades and tints

Shades of #F7DAEF

#F7DAEF
(247,218,239)
#E1C7DA
(225,199,218)
#CBB4C5
(203,180,197)
#B5A1B0
(181,161,176)
#9F8E9B
(159,142,155)
#897B86
(137,123,134)
#736871
(115,104,113)
#5D555C
(93,85,92)
#474247
(71,66,71)
#312F32
(49,47,50)
#1B1C1D
(27,28,29)
#000000
(0,0,0)

Tints of #F7DAEF

#F7DAEF
(247,218,239)
#F7DDF0
(247,221,240)
#F7E0F1
(247,224,241)
#F7E3F2
(247,227,242)
#F7E6F3
(247,230,243)
#F7E9F4
(247,233,244)
#F7ECF5
(247,236,245)
#F7EFF6
(247,239,246)
#F7F2F7
(247,242,247)
#F7F5F8
(247,245,248)
#F7F8F9
(247,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAEF; }

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

This text font color is #F7DAEF.


Background Color

.myBgColor { background-color: #F7DAEF; }

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

This div background color is #F7DAEF.


Border color

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

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

This div border color is #F7DAEF.


Opacity

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

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

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

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

This text has shadow with #F7DAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DAEF on black background.


Color preview on white background

This text has color #F7DAEF on white background.



Black color preview on #F7DAEF background

This text has black color on #F7DAEF background.


White color preview on #F7DAEF background

This text has white color on #F7DAEF background.