COLOR #F7DAEE

HEX: #F7DAEE RGB: (247,218,238)

Color info

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

RGB color model

#F7DAEE color RGB value is (247,218,238).

RGB: (247,218,238) (97%, 85%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 238 of 255 = 93%

247
218
238

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

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 238 = 703 (100%)
R 247 of 703 ~ 35.14%
G 218 of 703 ~ 31.01%
B 238 of 703 ~ 33.85'%

%35.14
%31.01
%33.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 3.64%
  • key color value is 3.14%

CMYK: (0,12,4,3)
C0M12Y4K3 (0%, 12%, 4%, 3%)
(0.00 / 0.12 / 0.04 / 0.03)

CMYK percentages

%0
%11.74
%3.64
%3.14

Codes

Color #F7DAEE in popluar color models

F7 DA EE
RGB 247 218 238
HSL 319° 64.44% 91.18%
HSB/HSV 319° 11.74% 96.86%
CMYK 0.00% 11.74% 3.64%
3.14%

Color #F7DAEE in popluar number systems.

HEX F7 DA EE
Decimal 247 218 238
Binary 11110111 11011010 11101110
Octal 367 332 356

Shades and tints

Shades of #F7DAEE

#F7DAEE
(247,218,238)
#E1C7D9
(225,199,217)
#CBB4C4
(203,180,196)
#B5A1AF
(181,161,175)
#9F8E9A
(159,142,154)
#897B85
(137,123,133)
#736870
(115,104,112)
#5D555B
(93,85,91)
#474246
(71,66,70)
#312F31
(49,47,49)
#1B1C1C
(27,28,28)
#000000
(0,0,0)

Tints of #F7DAEE

#F7DAEE
(247,218,238)
#F7DDEF
(247,221,239)
#F7E0F0
(247,224,240)
#F7E3F1
(247,227,241)
#F7E6F2
(247,230,242)
#F7E9F3
(247,233,243)
#F7ECF4
(247,236,244)
#F7EFF5
(247,239,245)
#F7F2F6
(247,242,246)
#F7F5F7
(247,245,247)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAEE; }

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

This text font color is #F7DAEE.

Background Color

.myBgColor { background-color: #F7DAEE; }

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

This div background color is #F7DAEE.

Border color

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

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

This div border color is #F7DAEE.

Opacity

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

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

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

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

This text has shadow with #F7DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAEE.

Preview

Color preview on black background

This text has color #F7DAEE on black background.


Color preview on white background

This text has color #F7DAEE on white background.


Black color preview on #F7DAEE background

This text has black color on #F7DAEE background.


White color preview on #F7DAEE background

This text has white color on #F7DAEE background.


Related colors

Complementary color

Complementary color for #hex is #082511.


I love getcolorcode.com

Triadic colors

1 #EEF7DA and #DAEEF7 with #F7DAEE are triadic colors.

2 #EEDAF7 and #DAF7EE with #F7DAEE are triadic colors.