COLOR #F7E1CC

HEX: #F7E1CC RGB: (247,225,204)

Color info

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

RGB color model

#F7E1CC color RGB value is (247,225,204).

RGB: (247,225,204) (97%, 88%, 80%)

RGB channels and saturation

R 247 of 255 = 97%
G 225 of 255 = 88%
B 204 of 255 = 80%

247
225
204

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

Portions of RGB colors in percentages

R + G + B = 247 + 225 + 204 = 676 (100%)
R 247 of 676 ~ 36.54%
G 225 of 676 ~ 33.28%
B 204 of 676 ~ 30.18'%

%36.54
%33.28
%30.18

CMYK color model

#F7E1CC color CMYK value is (0,9,17,3).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 17.41%
  • key color value is 3.14%

CMYK: (0,9,17,3)
C0M9Y17K3 (0%, 9%, 17%, 3%)
(0.00 / 0.09 / 0.17 / 0.03)

CMYK percentages

%0
%8.91
%17.41
%3.14

Codes

Color #F7E1CC in popluar color models

F7 E1 CC
RGB 247 225 204
HSL 29° 72.88% 88.43%
HSB/HSV 29° 17.41% 96.86%
CMYK 0.00% 8.91% 17.41%
3.14%

Color #F7E1CC in popluar number systems.

HEX F7 E1 CC
Decimal 247 225 204
Binary 11110111 11100001 11001100
Octal 367 341 314

Shades and tints

Shades of #F7E1CC

#F7E1CC
(247,225,204)
#E1CDBA
(225,205,186)
#CBB9A8
(203,185,168)
#B5A596
(181,165,150)
#9F9184
(159,145,132)
#897D72
(137,125,114)
#736960
(115,105,96)
#5D554E
(93,85,78)
#47413C
(71,65,60)
#312D2A
(49,45,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #F7E1CC

#F7E1CC
(247,225,204)
#F7E3D0
(247,227,208)
#F7E5D4
(247,229,212)
#F7E7D8
(247,231,216)
#F7E9DC
(247,233,220)
#F7EBE0
(247,235,224)
#F7EDE4
(247,237,228)
#F7EFE8
(247,239,232)
#F7F1EC
(247,241,236)
#F7F3F0
(247,243,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E1CC color. Also use rgb(247,225,204) instead hex code.

Text Font Color

.myTextColor { color: #F7E1CC; }

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

This text font color is #F7E1CC.

Background Color

.myBgColor { background-color: #F7E1CC; }

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

This div background color is #F7E1CC.

Border color

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

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

This div border color is #F7E1CC.

Opacity

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

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

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

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

This text has shadow with #F7E1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7E1CC.

Preview

Color preview on black background

This text has color #F7E1CC on black background.


Color preview on white background

This text has color #F7E1CC on white background.


Black color preview on #F7E1CC background

This text has black color on #F7E1CC background.


White color preview on #F7E1CC background

This text has white color on #F7E1CC background.


Related colors

Complementary color

Complementary color for #hex is #081E33.


I love getcolorcode.com

Triadic colors

1 #CCF7E1 and #E1CCF7 with #F7E1CC are triadic colors.

2 #CCE1F7 and #E1F7CC with #F7E1CC are triadic colors.