COLOR #F7DDE1

HEX: #F7DDE1
RGB: (247,221,225)

Color info

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

RGB color model

#F7DDE1 color RGB value is (247,221,225).

  • red value is 247;
  • green value is 221;
  • blue value is 225.
RGB:
(247,221,225)
(97%,87%,88%)

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 225 of 255 = 88%

247
221
225

R + G + B ~ 91%. #F7DDE1 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 221 + 225 = 693 (100%)
R 247 of 693 ~ 35.64%
G 221 of 693 ~ 31.89%
B 225 of 693 ~ 32.47%

%35.64
%31.89
%32.47

CMYK color model

#F7DDE1 color CMYK value is (0,11,9,3).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 8.91%
  • key color value is 3.14%
CMYK:
(0,11,9,3)
C0M11Y9K3 
(0%,11%,9%,3%)
(0.00/0.11/0.09/0.03)	

CMYK percentages

%0
%10.53
%8.91
%3.14

Codes

Color #F7DDE1 in popluar color models

F7DDE1
RGB247221225
HSL351°61.90%91.76%
HSB/HSV351°10.53%96.86%
CMYK0.00%10.53%8.91%
3.14%

Color #F7DDE1 in popluar number systems.

HEXF7DDE1
Decimal247221225
Binary111101111101110111100001
Octal367335341

Shades and tints

Shades of #F7DDE1

#F7DDE1
(247,221,225)
#E1C9CD
(225,201,205)
#CBB5B9
(203,181,185)
#B5A1A5
(181,161,165)
#9F8D91
(159,141,145)
#89797D
(137,121,125)
#736569
(115,101,105)
#5D5155
(93,81,85)
#473D41
(71,61,65)
#31292D
(49,41,45)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #F7DDE1

#F7DDE1
(247,221,225)
#F7E0E3
(247,224,227)
#F7E3E5
(247,227,229)
#F7E6E7
(247,230,231)
#F7E9E9
(247,233,233)
#F7ECEB
(247,236,235)
#F7EFED
(247,239,237)
#F7F2EF
(247,242,239)
#F7F5F1
(247,245,241)
#F7F8F3
(247,248,243)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DDE1; }

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

This text font color is #F7DDE1.


Background Color

.myBgColor { background-color: #F7DDE1; }

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

This div background color is #F7DDE1.


Border color

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

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

This div border color is #F7DDE1.


Opacity

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

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

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

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

This text has shadow with #F7DDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DDE1 on black background.


Color preview on white background

This text has color #F7DDE1 on white background.



Black color preview on #F7DDE1 background

This text has black color on #F7DDE1 background.


White color preview on #F7DDE1 background

This text has white color on #F7DDE1 background.