COLOR #F7DEDD

HEX: #F7DEDD RGB: (247,222,221)

Color info

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

RGB color model

#F7DEDD color RGB value is (247,222,221).

RGB: (247,222,221) (97%, 87%, 87%)

RGB channels and saturation

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

247
222
221

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

Portions of RGB colors in percentages

R + G + B = 247 + 222 + 221 = 690 (100%)
R 247 of 690 ~ 35.8%
G 222 of 690 ~ 32.17%
B 221 of 690 ~ 32.03'%

%35.8
%32.17
%32.03

CMYK color model

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

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

Codes

Color #F7DEDD in popluar color models

F7 DE DD
RGB 247 222 221
HSL 61.90% 91.76%
HSB/HSV 10.53% 96.86%
CMYK 0.00% 10.12% 10.53%
3.14%

Color #F7DEDD in popluar number systems.

HEX F7 DE DD
Decimal 247 222 221
Binary 11110111 11011110 11011101
Octal 367 336 335

Shades and tints

Shades of #F7DEDD

#F7DEDD
(247,222,221)
#E1CAC9
(225,202,201)
#CBB6B5
(203,182,181)
#B5A2A1
(181,162,161)
#9F8E8D
(159,142,141)
#897A79
(137,122,121)
#736665
(115,102,101)
#5D5251
(93,82,81)
#473E3D
(71,62,61)
#312A29
(49,42,41)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #F7DEDD

#F7DEDD
(247,222,221)
#F7E1E0
(247,225,224)
#F7E4E3
(247,228,227)
#F7E7E6
(247,231,230)
#F7EAE9
(247,234,233)
#F7EDEC
(247,237,236)
#F7F0EF
(247,240,239)
#F7F3F2
(247,243,242)
#F7F6F5
(247,246,245)
#F7F9F8
(247,249,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DEDD; }

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

This text font color is #F7DEDD.

Background Color

.myBgColor { background-color: #F7DEDD; }

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

This div background color is #F7DEDD.

Border color

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

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

This div border color is #F7DEDD.

Opacity

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

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

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

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

This text has shadow with #F7DEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DEDD.

Preview

Color preview on black background

This text has color #F7DEDD on black background.


Color preview on white background

This text has color #F7DEDD on white background.


Black color preview on #F7DEDD background

This text has black color on #F7DEDD background.


White color preview on #F7DEDD background

This text has white color on #F7DEDD background.


Related colors

Complementary color

Complementary color for #hex is #082122.


I love getcolorcode.com

Triadic colors

1 #DDF7DE and #DEDDF7 with #F7DEDD are triadic colors.

2 #DDDEF7 and #DEF7DD with #F7DEDD are triadic colors.