COLOR #F7DCEE

HEX: #F7DCEE
RGB: (247,220,238)

Color info

#F7DCEE contains red, green and blue colors in about the same proportion. Web safe color of #F7DCEE is #FFCCFF (or #FCF).

RGB color model

#F7DCEE color RGB value is (247,220,238).

  • red value is 247;
  • green value is 220;
  • blue value is 238.
RGB:
(247,220,238)
(97%,86%,93%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 238 of 255 = 93%

247
220
238

R + G + B ~ 92%. #F7DCEE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 238 = 705 (100%)
R 247 of 705 ~ 35.04%
G 220 of 705 ~ 31.21%
B 238 of 705 ~ 33.76%

%35.04
%31.21
%33.76

CMYK color model

#F7DCEE color CMYK value is (0,11,4,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(0,11,4,3)
C0M11Y4K3 
(0%,11%,4%,3%)
(0.00/0.11/0.04/0.03)	

CMYK percentages

%0
%10.93
%3.64
%3.14

Codes

Color #F7DCEE in popluar color models

F7DCEE
RGB247220238
HSL320°62.79%91.57%
HSB/HSV320°10.93%96.86%
CMYK0.00%10.93%3.64%
3.14%

Color #F7DCEE in popluar number systems.

HEXF7DCEE
Decimal247220238
Binary111101111101110011101110
Octal367334356

Shades and tints

Shades of #F7DCEE

#F7DCEE
(247,220,238)
#E1C8D9
(225,200,217)
#CBB4C4
(203,180,196)
#B5A0AF
(181,160,175)
#9F8C9A
(159,140,154)
#897885
(137,120,133)
#736470
(115,100,112)
#5D505B
(93,80,91)
#473C46
(71,60,70)
#312831
(49,40,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #F7DCEE

#F7DCEE
(247,220,238)
#F7DFEF
(247,223,239)
#F7E2F0
(247,226,240)
#F7E5F1
(247,229,241)
#F7E8F2
(247,232,242)
#F7EBF3
(247,235,243)
#F7EEF4
(247,238,244)
#F7F1F5
(247,241,245)
#F7F4F6
(247,244,246)
#F7F7F7
(247,247,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DCEE color. Also use rgb(247,220,238) instead hex code.

Text Font Color

.myTextColor { color: #F7DCEE; }

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

This text font color is #F7DCEE.


Background Color

.myBgColor { background-color: #F7DCEE; }

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

This div background color is #F7DCEE.


Border color

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

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

This div border color is #F7DCEE.


Opacity

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

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

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

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

This text has shadow with #F7DCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCEE on black background.


Color preview on white background

This text has color #F7DCEE on white background.



Black color preview on #F7DCEE background

This text has black color on #F7DCEE background.


White color preview on #F7DCEE background

This text has white color on #F7DCEE background.