COLOR #F7DAC2

HEX: #F7DAC2 RGB: (247,218,194)

Color info

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

RGB color model

#F7DAC2 color RGB value is (247,218,194).

RGB: (247,218,194) (97%, 85%, 76%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 194 of 255 = 76%

247
218
194

R + G + B ~ 86%. #F7DAC2 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 194 = 659 (100%)
R 247 of 659 ~ 37.48%
G 218 of 659 ~ 33.08%
B 194 of 659 ~ 29.44'%

%37.48
%33.08
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 21.46%
  • key color value is 3.14%
CMYK: (0,12,21,3) C0M12Y21K3 (0%,12%,21%,3%) (0.00/0.12/0.21/0.03) 

CMYK percentages

%0
%11.74
%21.46
%3.14

Codes

Color #F7DAC2 in popluar color models

F7 DA C2
RGB 247 218 194
HSL 27° 76.81% 86.47%
HSB/HSV 27° 21.46% 96.86%
CMYK 0.00% 11.74% 21.46%
3.14%

Color #F7DAC2 in popluar number systems.

HEX F7 DA C2
Decimal 247 218 194
Binary 11110111 11011010 11000010
Octal 367 332 302

Shades and tints

Shades of #F7DAC2

#F7DAC2
(247,218,194)
#E1C7B1
(225,199,177)
#CBB4A0
(203,180,160)
#B5A18F
(181,161,143)
#9F8E7E
(159,142,126)
#897B6D
(137,123,109)
#73685C
(115,104,92)
#5D554B
(93,85,75)
#47423A
(71,66,58)
#312F29
(49,47,41)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #F7DAC2

#F7DAC2
(247,218,194)
#F7DDC7
(247,221,199)
#F7E0CC
(247,224,204)
#F7E3D1
(247,227,209)
#F7E6D6
(247,230,214)
#F7E9DB
(247,233,219)
#F7ECE0
(247,236,224)
#F7EFE5
(247,239,229)
#F7F2EA
(247,242,234)
#F7F5EF
(247,245,239)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAC2; }

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

This text font color is #F7DAC2.

Background Color

.myBgColor { background-color: #F7DAC2; }

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

This div background color is #F7DAC2.

Border color

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

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

This div border color is #F7DAC2.

Opacity

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

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

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

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

This text has shadow with #F7DAC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAC2.

Preview

Color preview on black background

This text has color #F7DAC2 on black background.


Color preview on white background

This text has color #F7DAC2 on white background.


Black color preview on #F7DAC2 background

This text has black color on #F7DAC2 background.


White color preview on #F7DAC2 background

This text has white color on #F7DAC2 background.


Related colors

Complementary color

Complementary color for #hex is #08253D.


I love getcolorcode.com

Triadic colors

1 #C2F7DA and #DAC2F7 with #F7DAC2 are triadic colors.

2 #C2DAF7 and #DAF7C2 with #F7DAC2 are triadic colors.