COLOR #F7DAE7

HEX: #F7DAE7
RGB: (247,218,231)

Color info

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

RGB color model

#F7DAE7 color RGB value is (247,218,231).

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

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 231 of 255 = 91%

247
218
231

R + G + B ~ 91%. #F7DAE7 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 218 + 231 = 696 (100%)
R 247 of 696 ~ 35.49%
G 218 of 696 ~ 31.32%
B 231 of 696 ~ 33.19%

%35.49
%31.32
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 6.48%
  • key color value is 3.14%
CMYK:
(0,12,6,3)
C0M12Y6K3 
(0%,12%,6%,3%)
(0.00/0.12/0.06/0.03)	

CMYK percentages

%0
%11.74
%6.48
%3.14

Codes

Color #F7DAE7 in popluar color models

F7DAE7
RGB247218231
HSL333°64.44%91.18%
HSB/HSV333°11.74%96.86%
CMYK0.00%11.74%6.48%
3.14%

Color #F7DAE7 in popluar number systems.

HEXF7DAE7
Decimal247218231
Binary111101111101101011100111
Octal367332347

Shades and tints

Shades of #F7DAE7

#F7DAE7
(247,218,231)
#E1C7D2
(225,199,210)
#CBB4BD
(203,180,189)
#B5A1A8
(181,161,168)
#9F8E93
(159,142,147)
#897B7E
(137,123,126)
#736869
(115,104,105)
#5D5554
(93,85,84)
#47423F
(71,66,63)
#312F2A
(49,47,42)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #F7DAE7

#F7DAE7
(247,218,231)
#F7DDE9
(247,221,233)
#F7E0EB
(247,224,235)
#F7E3ED
(247,227,237)
#F7E6EF
(247,230,239)
#F7E9F1
(247,233,241)
#F7ECF3
(247,236,243)
#F7EFF5
(247,239,245)
#F7F2F7
(247,242,247)
#F7F5F9
(247,245,249)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAE7; }

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

This text font color is #F7DAE7.


Background Color

.myBgColor { background-color: #F7DAE7; }

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

This div background color is #F7DAE7.


Border color

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

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

This div border color is #F7DAE7.


Opacity

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

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

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

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

This text has shadow with #F7DAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DAE7 on black background.


Color preview on white background

This text has color #F7DAE7 on white background.



Black color preview on #F7DAE7 background

This text has black color on #F7DAE7 background.


White color preview on #F7DAE7 background

This text has white color on #F7DAE7 background.