COLOR #F7DEDF

HEX: #F7DEDF
RGB: (247,222,223)

Color info

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

RGB color model

#F7DEDF color RGB value is (247,222,223).

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

RGB channels and saturation

R 247 of 255 = 97%
G 222 of 255 = 87%
B 223 of 255 = 87%

247
222
223

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

Portions of RGB colors in percentages

R + G + B =
247 + 222 + 223 = 692 (100%)
R 247 of 692 ~ 35.69%
G 222 of 692 ~ 32.08%
B 223 of 692 ~ 32.23%

%35.69
%32.08
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.12%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(0,10,10,3)
C0M10Y10K3 
(0%,10%,10%,3%)
(0.00/0.10/0.10/0.03)	

CMYK percentages

%0
%10.12
%9.72
%3.14

Codes

Color #F7DEDF in popluar color models

F7DEDF
RGB247222223
HSL358°60.98%91.96%
HSB/HSV358°10.12%96.86%
CMYK0.00%10.12%9.72%
3.14%

Color #F7DEDF in popluar number systems.

HEXF7DEDF
Decimal247222223
Binary111101111101111011011111
Octal367336337

Shades and tints

Shades of #F7DEDF

#F7DEDF
(247,222,223)
#E1CACB
(225,202,203)
#CBB6B7
(203,182,183)
#B5A2A3
(181,162,163)
#9F8E8F
(159,142,143)
#897A7B
(137,122,123)
#736667
(115,102,103)
#5D5253
(93,82,83)
#473E3F
(71,62,63)
#312A2B
(49,42,43)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #F7DEDF

#F7DEDF
(247,222,223)
#F7E1E1
(247,225,225)
#F7E4E3
(247,228,227)
#F7E7E5
(247,231,229)
#F7EAE7
(247,234,231)
#F7EDE9
(247,237,233)
#F7F0EB
(247,240,235)
#F7F3ED
(247,243,237)
#F7F6EF
(247,246,239)
#F7F9F1
(247,249,241)
#F7FCF3
(247,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DEDF; }

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

This text font color is #F7DEDF.


Background Color

.myBgColor { background-color: #F7DEDF; }

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

This div background color is #F7DEDF.


Border color

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

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

This div border color is #F7DEDF.


Opacity

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

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

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

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

This text has shadow with #F7DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DEDF on black background.


Color preview on white background

This text has color #F7DEDF on white background.



Black color preview on #F7DEDF background

This text has black color on #F7DEDF background.


White color preview on #F7DEDF background

This text has white color on #F7DEDF background.