COLOR #F7DED9

HEX: #F7DED9
RGB: (247,222,217)

Color info

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

RGB color model

#F7DED9 color RGB value is (247,222,217).

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

RGB channels and saturation

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

247
222
217

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

Portions of RGB colors in percentages

R + G + B =
247 + 222 + 217 = 686 (100%)
R 247 of 686 ~ 36.01%
G 222 of 686 ~ 32.36%
B 217 of 686 ~ 31.63%

%36.01
%32.36
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 12.15%
  • 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
%12.15
%3.14

Codes

Color #F7DED9 in popluar color models

F7DED9
RGB247222217
HSL10°65.22%90.98%
HSB/HSV10°12.15%96.86%
CMYK0.00%10.12%12.15%
3.14%

Color #F7DED9 in popluar number systems.

HEXF7DED9
Decimal247222217
Binary111101111101111011011001
Octal367336331

Shades and tints

Shades of #F7DED9

#F7DED9
(247,222,217)
#E1CAC6
(225,202,198)
#CBB6B3
(203,182,179)
#B5A2A0
(181,162,160)
#9F8E8D
(159,142,141)
#897A7A
(137,122,122)
#736667
(115,102,103)
#5D5254
(93,82,84)
#473E41
(71,62,65)
#312A2E
(49,42,46)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #F7DED9

#F7DED9
(247,222,217)
#F7E1DC
(247,225,220)
#F7E4DF
(247,228,223)
#F7E7E2
(247,231,226)
#F7EAE5
(247,234,229)
#F7EDE8
(247,237,232)
#F7F0EB
(247,240,235)
#F7F3EE
(247,243,238)
#F7F6F1
(247,246,241)
#F7F9F4
(247,249,244)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DED9; }

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

This text font color is #F7DED9.


Background Color

.myBgColor { background-color: #F7DED9; }

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

This div background color is #F7DED9.


Border color

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

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

This div border color is #F7DED9.


Opacity

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

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

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

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

This text has shadow with #F7DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DED9 on black background.


Color preview on white background

This text has color #F7DED9 on white background.



Black color preview on #F7DED9 background

This text has black color on #F7DED9 background.


White color preview on #F7DED9 background

This text has white color on #F7DED9 background.