COLOR #F7E1DE

HEX: #F7E1DE
RGB: (247,225,222)

Color info

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

RGB color model

#F7E1DE color RGB value is (247,225,222).

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

RGB channels and saturation

R 247 of 255 = 97%
G 225 of 255 = 88%
B 222 of 255 = 87%

247
225
222

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

Portions of RGB colors in percentages

R + G + B =
247 + 225 + 222 = 694 (100%)
R 247 of 694 ~ 35.59%
G 225 of 694 ~ 32.42%
B 222 of 694 ~ 31.99%

%35.59
%32.42
%31.99

CMYK color model

#F7E1DE color CMYK value is (0,9,10,3).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(0,9,10,3)
C0M9Y10K3 
(0%,9%,10%,3%)
(0.00/0.09/0.10/0.03)	

CMYK percentages

%0
%8.91
%10.12
%3.14

Codes

Color #F7E1DE in popluar color models

F7E1DE
RGB247225222
HSL60.98%91.96%
HSB/HSV10.12%96.86%
CMYK0.00%8.91%10.12%
3.14%

Color #F7E1DE in popluar number systems.

HEXF7E1DE
Decimal247225222
Binary111101111110000111011110
Octal367341336

Shades and tints

Shades of #F7E1DE

#F7E1DE
(247,225,222)
#E1CDCA
(225,205,202)
#CBB9B6
(203,185,182)
#B5A5A2
(181,165,162)
#9F918E
(159,145,142)
#897D7A
(137,125,122)
#736966
(115,105,102)
#5D5552
(93,85,82)
#47413E
(71,65,62)
#312D2A
(49,45,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #F7E1DE

#F7E1DE
(247,225,222)
#F7E3E1
(247,227,225)
#F7E5E4
(247,229,228)
#F7E7E7
(247,231,231)
#F7E9EA
(247,233,234)
#F7EBED
(247,235,237)
#F7EDF0
(247,237,240)
#F7EFF3
(247,239,243)
#F7F1F6
(247,241,246)
#F7F3F9
(247,243,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E1DE; }

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

This text font color is #F7E1DE.


Background Color

.myBgColor { background-color: #F7E1DE; }

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

This div background color is #F7E1DE.


Border color

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

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

This div border color is #F7E1DE.


Opacity

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

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

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

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

This text has shadow with #F7E1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E1DE on black background.


Color preview on white background

This text has color #F7E1DE on white background.



Black color preview on #F7E1DE background

This text has black color on #F7E1DE background.


White color preview on #F7E1DE background

This text has white color on #F7E1DE background.