COLOR #F7DDE6

HEX: #F7DDE6
RGB: (247,221,230)

Color info

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

RGB color model

#F7DDE6 color RGB value is (247,221,230).

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

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 230 of 255 = 90%

247
221
230

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

Portions of RGB colors in percentages

R + G + B =
247 + 221 + 230 = 698 (100%)
R 247 of 698 ~ 35.39%
G 221 of 698 ~ 31.66%
B 230 of 698 ~ 32.95%

%35.39
%31.66
%32.95

CMYK color model

#F7DDE6 color CMYK value is (0,11,7,3).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(0,11,7,3)
C0M11Y7K3 
(0%,11%,7%,3%)
(0.00/0.11/0.07/0.03)	

CMYK percentages

%0
%10.53
%6.88
%3.14

Codes

Color #F7DDE6 in popluar color models

F7DDE6
RGB247221230
HSL339°61.90%91.76%
HSB/HSV339°10.53%96.86%
CMYK0.00%10.53%6.88%
3.14%

Color #F7DDE6 in popluar number systems.

HEXF7DDE6
Decimal247221230
Binary111101111101110111100110
Octal367335346

Shades and tints

Shades of #F7DDE6

#F7DDE6
(247,221,230)
#E1C9D2
(225,201,210)
#CBB5BE
(203,181,190)
#B5A1AA
(181,161,170)
#9F8D96
(159,141,150)
#897982
(137,121,130)
#73656E
(115,101,110)
#5D515A
(93,81,90)
#473D46
(71,61,70)
#312932
(49,41,50)
#1B151E
(27,21,30)
#000000
(0,0,0)

Tints of #F7DDE6

#F7DDE6
(247,221,230)
#F7E0E8
(247,224,232)
#F7E3EA
(247,227,234)
#F7E6EC
(247,230,236)
#F7E9EE
(247,233,238)
#F7ECF0
(247,236,240)
#F7EFF2
(247,239,242)
#F7F2F4
(247,242,244)
#F7F5F6
(247,245,246)
#F7F8F8
(247,248,248)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DDE6; }

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

This text font color is #F7DDE6.


Background Color

.myBgColor { background-color: #F7DDE6; }

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

This div background color is #F7DDE6.


Border color

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

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

This div border color is #F7DDE6.


Opacity

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

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

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

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

This text has shadow with #F7DDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DDE6 on black background.


Color preview on white background

This text has color #F7DDE6 on white background.



Black color preview on #F7DDE6 background

This text has black color on #F7DDE6 background.


White color preview on #F7DDE6 background

This text has white color on #F7DDE6 background.