COLOR #F7DAD2

HEX: #F7DAD2 RGB: (247,218,210)

Color info

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

RGB color model

#F7DAD2 color RGB value is (247,218,210).

RGB: (247,218,210) (97%, 85%, 82%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 210 of 255 = 82%

247
218
210

R + G + B ~ 88%. #F7DAD2 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 210 = 675 (100%)
R 247 of 675 ~ 36.59%
G 218 of 675 ~ 32.3%
B 210 of 675 ~ 31.11'%

%36.59
%32.3
%31.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 14.98%
  • key color value is 3.14%
CMYK: (0,12,15,3) C0M12Y15K3 (0%,12%,15%,3%) (0.00/0.12/0.15/0.03) 

CMYK percentages

%0
%11.74
%14.98
%3.14

Codes

Color #F7DAD2 in popluar color models

F7 DA D2
RGB 247 218 210
HSL 13° 69.81% 89.61%
HSB/HSV 13° 14.98% 96.86%
CMYK 0.00% 11.74% 14.98%
3.14%

Color #F7DAD2 in popluar number systems.

HEX F7 DA D2
Decimal 247 218 210
Binary 11110111 11011010 11010010
Octal 367 332 322

Shades and tints

Shades of #F7DAD2

#F7DAD2
(247,218,210)
#E1C7BF
(225,199,191)
#CBB4AC
(203,180,172)
#B5A199
(181,161,153)
#9F8E86
(159,142,134)
#897B73
(137,123,115)
#736860
(115,104,96)
#5D554D
(93,85,77)
#47423A
(71,66,58)
#312F27
(49,47,39)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #F7DAD2

#F7DAD2
(247,218,210)
#F7DDD6
(247,221,214)
#F7E0DA
(247,224,218)
#F7E3DE
(247,227,222)
#F7E6E2
(247,230,226)
#F7E9E6
(247,233,230)
#F7ECEA
(247,236,234)
#F7EFEE
(247,239,238)
#F7F2F2
(247,242,242)
#F7F5F6
(247,245,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAD2; }

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

This text font color is #F7DAD2.

Background Color

.myBgColor { background-color: #F7DAD2; }

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

This div background color is #F7DAD2.

Border color

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

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

This div border color is #F7DAD2.

Opacity

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

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

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

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

This text has shadow with #F7DAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAD2.

Preview

Color preview on black background

This text has color #F7DAD2 on black background.


Color preview on white background

This text has color #F7DAD2 on white background.


Black color preview on #F7DAD2 background

This text has black color on #F7DAD2 background.


White color preview on #F7DAD2 background

This text has white color on #F7DAD2 background.


Related colors

Complementary color

Complementary color for #hex is #08252D.


I love getcolorcode.com

Triadic colors

1 #D2F7DA and #DAD2F7 with #F7DAD2 are triadic colors.

2 #D2DAF7 and #DAF7D2 with #F7DAD2 are triadic colors.