COLOR #F7DCEB

HEX: #F7DCEB
RGB: (247,220,235)

Color info

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

RGB color model

#F7DCEB color RGB value is (247,220,235).

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

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 235 of 255 = 92%

247
220
235

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

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 235 = 702 (100%)
R 247 of 702 ~ 35.19%
G 220 of 702 ~ 31.34%
B 235 of 702 ~ 33.48%

%35.19
%31.34
%33.48

CMYK color model

#F7DCEB color CMYK value is (0,11,5,3).

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,11,5,3)
C0M11Y5K3 
(0%,11%,5%,3%)
(0.00/0.11/0.05/0.03)	

CMYK percentages

%0
%10.93
%4.86
%3.14

Codes

Color #F7DCEB in popluar color models

F7DCEB
RGB247220235
HSL327°62.79%91.57%
HSB/HSV327°10.93%96.86%
CMYK0.00%10.93%4.86%
3.14%

Color #F7DCEB in popluar number systems.

HEXF7DCEB
Decimal247220235
Binary111101111101110011101011
Octal367334353

Shades and tints

Shades of #F7DCEB

#F7DCEB
(247,220,235)
#E1C8D6
(225,200,214)
#CBB4C1
(203,180,193)
#B5A0AC
(181,160,172)
#9F8C97
(159,140,151)
#897882
(137,120,130)
#73646D
(115,100,109)
#5D5058
(93,80,88)
#473C43
(71,60,67)
#31282E
(49,40,46)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #F7DCEB

#F7DCEB
(247,220,235)
#F7DFEC
(247,223,236)
#F7E2ED
(247,226,237)
#F7E5EE
(247,229,238)
#F7E8EF
(247,232,239)
#F7EBF0
(247,235,240)
#F7EEF1
(247,238,241)
#F7F1F2
(247,241,242)
#F7F4F3
(247,244,243)
#F7F7F4
(247,247,244)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCEB; }

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

This text font color is #F7DCEB.


Background Color

.myBgColor { background-color: #F7DCEB; }

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

This div background color is #F7DCEB.


Border color

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

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

This div border color is #F7DCEB.


Opacity

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

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

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

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

This text has shadow with #F7DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCEB on black background.


Color preview on white background

This text has color #F7DCEB on white background.



Black color preview on #F7DCEB background

This text has black color on #F7DCEB background.


White color preview on #F7DCEB background

This text has white color on #F7DCEB background.