COLOR #F7DAE2

HEX: #F7DAE2 RGB: (247,218,226)

Color info

#F7DAE2 contains red, green and blue colors in about the same proportion. Web safe color of #F7DAE2 is #FFCCCC (or #FCC).

RGB color model

#F7DAE2 color RGB value is (247,218,226).

RGB: (247,218,226) (97%, 85%, 89%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 226 of 255 = 89%

247
218
226

R + G + B ~ 90%. #F7DAE2 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 226 = 691 (100%)
R 247 of 691 ~ 35.75%
G 218 of 691 ~ 31.55%
B 226 of 691 ~ 32.71'%

%35.75
%31.55
%32.71

CMYK color model

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

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

CMYK: (0,12,9,3)
C0M12Y9K3 (0%, 12%, 9%, 3%)
(0.00 / 0.12 / 0.09 / 0.03)

CMYK percentages

%0
%11.74
%8.5
%3.14

Codes

Color #F7DAE2 in popluar color models

F7 DA E2
RGB 247 218 226
HSL 343° 64.44% 91.18%
HSB/HSV 343° 11.74% 96.86%
CMYK 0.00% 11.74% 8.50%
3.14%

Color #F7DAE2 in popluar number systems.

HEX F7 DA E2
Decimal 247 218 226
Binary 11110111 11011010 11100010
Octal 367 332 342

Shades and tints

Shades of #F7DAE2

#F7DAE2
(247,218,226)
#E1C7CE
(225,199,206)
#CBB4BA
(203,180,186)
#B5A1A6
(181,161,166)
#9F8E92
(159,142,146)
#897B7E
(137,123,126)
#73686A
(115,104,106)
#5D5556
(93,85,86)
#474242
(71,66,66)
#312F2E
(49,47,46)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #F7DAE2

#F7DAE2
(247,218,226)
#F7DDE4
(247,221,228)
#F7E0E6
(247,224,230)
#F7E3E8
(247,227,232)
#F7E6EA
(247,230,234)
#F7E9EC
(247,233,236)
#F7ECEE
(247,236,238)
#F7EFF0
(247,239,240)
#F7F2F2
(247,242,242)
#F7F5F4
(247,245,244)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAE2; }

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

This text font color is #F7DAE2.

Background Color

.myBgColor { background-color: #F7DAE2; }

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

This div background color is #F7DAE2.

Border color

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

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

This div border color is #F7DAE2.

Opacity

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

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

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

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

This text has shadow with #F7DAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAE2.

Preview

Color preview on black background

This text has color #F7DAE2 on black background.


Color preview on white background

This text has color #F7DAE2 on white background.


Black color preview on #F7DAE2 background

This text has black color on #F7DAE2 background.


White color preview on #F7DAE2 background

This text has white color on #F7DAE2 background.


Related colors

Complementary color

Complementary color for #hex is #08251D.


I love getcolorcode.com

Triadic colors

1 #E2F7DA and #DAE2F7 with #F7DAE2 are triadic colors.

2 #E2DAF7 and #DAF7E2 with #F7DAE2 are triadic colors.