COLOR #F7DEDA

HEX: #F7DEDA
RGB: (247,222,218)

Color info

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

RGB color model

#F7DEDA color RGB value is (247,222,218).

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

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 218 of 255 = 85%

247
222
218

R + G + B ~ 90%. #F7DEDA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 222 + 218 = 687 (100%)
R 247 of 687 ~ 35.95%
G 222 of 687 ~ 32.31%
B 218 of 687 ~ 31.73%

%35.95
%32.31
%31.73

CMYK color model

#F7DEDA color CMYK value is (0,10,12,3).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,10,12,3)
C0M10Y12K3 
(0%,10%,12%,3%)
(0.00/0.10/0.12/0.03)	

CMYK percentages

%0
%10.12
%11.74
%3.14

Codes

Color #F7DEDA in popluar color models

F7DEDA
RGB247222218
HSL64.44%91.18%
HSB/HSV11.74%96.86%
CMYK0.00%10.12%11.74%
3.14%

Color #F7DEDA in popluar number systems.

HEXF7DEDA
Decimal247222218
Binary111101111101111011011010
Octal367336332

Shades and tints

Shades of #F7DEDA

#F7DEDA
(247,222,218)
#E1CAC7
(225,202,199)
#CBB6B4
(203,182,180)
#B5A2A1
(181,162,161)
#9F8E8E
(159,142,142)
#897A7B
(137,122,123)
#736668
(115,102,104)
#5D5255
(93,82,85)
#473E42
(71,62,66)
#312A2F
(49,42,47)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #F7DEDA

#F7DEDA
(247,222,218)
#F7E1DD
(247,225,221)
#F7E4E0
(247,228,224)
#F7E7E3
(247,231,227)
#F7EAE6
(247,234,230)
#F7EDE9
(247,237,233)
#F7F0EC
(247,240,236)
#F7F3EF
(247,243,239)
#F7F6F2
(247,246,242)
#F7F9F5
(247,249,245)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DEDA; }

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

This text font color is #F7DEDA.


Background Color

.myBgColor { background-color: #F7DEDA; }

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

This div background color is #F7DEDA.


Border color

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

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

This div border color is #F7DEDA.


Opacity

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

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

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

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

This text has shadow with #F7DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DEDA on black background.


Color preview on white background

This text has color #F7DEDA on white background.



Black color preview on #F7DEDA background

This text has black color on #F7DEDA background.


White color preview on #F7DEDA background

This text has white color on #F7DEDA background.