COLOR #F7DEDB

HEX: #F7DEDB
RGB: (247,222,219)

Color info

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

RGB color model

#F7DEDB color RGB value is (247,222,219).

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

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 219 of 255 = 86%

247
222
219

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

Portions of RGB colors in percentages

R + G + B =
247 + 222 + 219 = 688 (100%)
R 247 of 688 ~ 35.9%
G 222 of 688 ~ 32.27%
B 219 of 688 ~ 31.83%

%35.9
%32.27
%31.83

CMYK color model

#F7DEDB color CMYK value is (0,10,11,3).

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(0,10,11,3)
C0M10Y11K3 
(0%,10%,11%,3%)
(0.00/0.10/0.11/0.03)	

CMYK percentages

%0
%10.12
%11.34
%3.14

Codes

Color #F7DEDB in popluar color models

F7DEDB
RGB247222219
HSL63.64%91.37%
HSB/HSV11.34%96.86%
CMYK0.00%10.12%11.34%
3.14%

Color #F7DEDB in popluar number systems.

HEXF7DEDB
Decimal247222219
Binary111101111101111011011011
Octal367336333

Shades and tints

Shades of #F7DEDB

#F7DEDB
(247,222,219)
#E1CAC8
(225,202,200)
#CBB6B5
(203,182,181)
#B5A2A2
(181,162,162)
#9F8E8F
(159,142,143)
#897A7C
(137,122,124)
#736669
(115,102,105)
#5D5256
(93,82,86)
#473E43
(71,62,67)
#312A30
(49,42,48)
#1B161D
(27,22,29)
#000000
(0,0,0)

Tints of #F7DEDB

#F7DEDB
(247,222,219)
#F7E1DE
(247,225,222)
#F7E4E1
(247,228,225)
#F7E7E4
(247,231,228)
#F7EAE7
(247,234,231)
#F7EDEA
(247,237,234)
#F7F0ED
(247,240,237)
#F7F3F0
(247,243,240)
#F7F6F3
(247,246,243)
#F7F9F6
(247,249,246)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DEDB; }

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

This text font color is #F7DEDB.


Background Color

.myBgColor { background-color: #F7DEDB; }

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

This div background color is #F7DEDB.


Border color

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

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

This div border color is #F7DEDB.


Opacity

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

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

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

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

This text has shadow with #F7DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DEDB on black background.


Color preview on white background

This text has color #F7DEDB on white background.



Black color preview on #F7DEDB background

This text has black color on #F7DEDB background.


White color preview on #F7DEDB background

This text has white color on #F7DEDB background.