COLOR #F7E0DD

HEX: #F7E0DD
RGB: (247,224,221)

Color info

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

RGB color model

#F7E0DD color RGB value is (247,224,221).

  • red value is 247;
  • green value is 224;
  • blue value is 221.
RGB:
(247,224,221)
(97%,88%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 224 of 255 = 88%
B 221 of 255 = 87%

247
224
221

R + G + B ~ 91%. #F7E0DD is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 224 + 221 = 692 (100%)
R 247 of 692 ~ 35.69%
G 224 of 692 ~ 32.37%
B 221 of 692 ~ 31.94%

%35.69
%32.37
%31.94

CMYK color model

#F7E0DD color CMYK value is (0,9,11,3).

  • cyan value is 0.00%
  • magenta value is 9.31%
  • yellow value is 10.53%
  • key color value is 3.14%
CMYK:
(0,9,11,3)
C0M9Y11K3 
(0%,9%,11%,3%)
(0.00/0.09/0.11/0.03)	

CMYK percentages

%0
%9.31
%10.53
%3.14

Codes

Color #F7E0DD in popluar color models

F7E0DD
RGB247224221
HSL61.90%91.76%
HSB/HSV10.53%96.86%
CMYK0.00%9.31%10.53%
3.14%

Color #F7E0DD in popluar number systems.

HEXF7E0DD
Decimal247224221
Binary111101111110000011011101
Octal367340335

Shades and tints

Shades of #F7E0DD

#F7E0DD
(247,224,221)
#E1CCC9
(225,204,201)
#CBB8B5
(203,184,181)
#B5A4A1
(181,164,161)
#9F908D
(159,144,141)
#897C79
(137,124,121)
#736865
(115,104,101)
#5D5451
(93,84,81)
#47403D
(71,64,61)
#312C29
(49,44,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #F7E0DD

#F7E0DD
(247,224,221)
#F7E2E0
(247,226,224)
#F7E4E3
(247,228,227)
#F7E6E6
(247,230,230)
#F7E8E9
(247,232,233)
#F7EAEC
(247,234,236)
#F7ECEF
(247,236,239)
#F7EEF2
(247,238,242)
#F7F0F5
(247,240,245)
#F7F2F8
(247,242,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E0DD color. Also use rgb(247,224,221) instead hex code.

Text Font Color

.myTextColor { color: #F7E0DD; }

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

This text font color is #F7E0DD.


Background Color

.myBgColor { background-color: #F7E0DD; }

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

This div background color is #F7E0DD.


Border color

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

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

This div border color is #F7E0DD.


Opacity

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

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

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

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

This text has shadow with #F7E0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E0DD on black background.


Color preview on white background

This text has color #F7E0DD on white background.



Black color preview on #F7E0DD background

This text has black color on #F7E0DD background.


White color preview on #F7E0DD background

This text has white color on #F7E0DD background.