COLOR #F7DAC8

HEX: #F7DAC8 RGB: (247,218,200)

Color info

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

RGB color model

#F7DAC8 color RGB value is (247,218,200).

RGB: (247,218,200) (97%, 85%, 78%)

RGB channels and saturation

R 247 of 255 = 97%
G 218 of 255 = 85%
B 200 of 255 = 78%

247
218
200

R + G + B ~ 87%. #F7DAC8 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 218 + 200 = 665 (100%)
R 247 of 665 ~ 37.14%
G 218 of 665 ~ 32.78%
B 200 of 665 ~ 30.08'%

%37.14
%32.78
%30.08

CMYK color model

#F7DAC8 color CMYK value is (0,12,19,3).

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

CMYK: (0,12,19,3)
C0M12Y19K3 (0%, 12%, 19%, 3%)
(0.00 / 0.12 / 0.19 / 0.03)

CMYK percentages

%0
%11.74
%19.03
%3.14

Codes

Color #F7DAC8 in popluar color models

F7 DA C8
RGB 247 218 200
HSL 23° 74.60% 87.65%
HSB/HSV 23° 19.03% 96.86%
CMYK 0.00% 11.74% 19.03%
3.14%

Color #F7DAC8 in popluar number systems.

HEX F7 DA C8
Decimal 247 218 200
Binary 11110111 11011010 11001000
Octal 367 332 310

Shades and tints

Shades of #F7DAC8

#F7DAC8
(247,218,200)
#E1C7B6
(225,199,182)
#CBB4A4
(203,180,164)
#B5A192
(181,161,146)
#9F8E80
(159,142,128)
#897B6E
(137,123,110)
#73685C
(115,104,92)
#5D554A
(93,85,74)
#474238
(71,66,56)
#312F26
(49,47,38)
#1B1C14
(27,28,20)
#000000
(0,0,0)

Tints of #F7DAC8

#F7DAC8
(247,218,200)
#F7DDCD
(247,221,205)
#F7E0D2
(247,224,210)
#F7E3D7
(247,227,215)
#F7E6DC
(247,230,220)
#F7E9E1
(247,233,225)
#F7ECE6
(247,236,230)
#F7EFEB
(247,239,235)
#F7F2F0
(247,242,240)
#F7F5F5
(247,245,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DAC8; }

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

This text font color is #F7DAC8.

Background Color

.myBgColor { background-color: #F7DAC8; }

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

This div background color is #F7DAC8.

Border color

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

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

This div border color is #F7DAC8.

Opacity

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

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

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

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

This text has shadow with #F7DAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DAC8.

Preview

Color preview on black background

This text has color #F7DAC8 on black background.


Color preview on white background

This text has color #F7DAC8 on white background.


Black color preview on #F7DAC8 background

This text has black color on #F7DAC8 background.


White color preview on #F7DAC8 background

This text has white color on #F7DAC8 background.


Related colors

Complementary color

Complementary color for #hex is #082537.


I love getcolorcode.com

Triadic colors

1 #C8F7DA and #DAC8F7 with #F7DAC8 are triadic colors.

2 #C8DAF7 and #DAF7C8 with #F7DAC8 are triadic colors.