COLOR #F7DDE3

HEX: #F7DDE3
RGB: (247,221,227)

Color info

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

RGB color model

#F7DDE3 color RGB value is (247,221,227).

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

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 227 of 255 = 89%

247
221
227

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

Portions of RGB colors in percentages

R + G + B =
247 + 221 + 227 = 695 (100%)
R 247 of 695 ~ 35.54%
G 221 of 695 ~ 31.8%
B 227 of 695 ~ 32.66%

%35.54
%31.8
%32.66

CMYK color model

#F7DDE3 color CMYK value is (0,11,8,3).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 8.10%
  • key color value is 3.14%
CMYK:
(0,11,8,3)
C0M11Y8K3 
(0%,11%,8%,3%)
(0.00/0.11/0.08/0.03)	

CMYK percentages

%0
%10.53
%8.1
%3.14

Codes

Color #F7DDE3 in popluar color models

F7DDE3
RGB247221227
HSL346°61.90%91.76%
HSB/HSV346°10.53%96.86%
CMYK0.00%10.53%8.10%
3.14%

Color #F7DDE3 in popluar number systems.

HEXF7DDE3
Decimal247221227
Binary111101111101110111100011
Octal367335343

Shades and tints

Shades of #F7DDE3

#F7DDE3
(247,221,227)
#E1C9CF
(225,201,207)
#CBB5BB
(203,181,187)
#B5A1A7
(181,161,167)
#9F8D93
(159,141,147)
#89797F
(137,121,127)
#73656B
(115,101,107)
#5D5157
(93,81,87)
#473D43
(71,61,67)
#31292F
(49,41,47)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #F7DDE3

#F7DDE3
(247,221,227)
#F7E0E5
(247,224,229)
#F7E3E7
(247,227,231)
#F7E6E9
(247,230,233)
#F7E9EB
(247,233,235)
#F7ECED
(247,236,237)
#F7EFEF
(247,239,239)
#F7F2F1
(247,242,241)
#F7F5F3
(247,245,243)
#F7F8F5
(247,248,245)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DDE3; }

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

This text font color is #F7DDE3.


Background Color

.myBgColor { background-color: #F7DDE3; }

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

This div background color is #F7DDE3.


Border color

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

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

This div border color is #F7DDE3.


Opacity

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

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

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

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

This text has shadow with #F7DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DDE3 on black background.


Color preview on white background

This text has color #F7DDE3 on white background.



Black color preview on #F7DDE3 background

This text has black color on #F7DDE3 background.


White color preview on #F7DDE3 background

This text has white color on #F7DDE3 background.