COLOR #F7D3E3

HEX: #F7D3E3
RGB: (247,211,227)

Color info

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

RGB color model

#F7D3E3 color RGB value is (247,211,227).

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

RGB channels and saturation

R 247 of 255 = 97%
G 211 of 255 = 83%
B 227 of 255 = 89%

247
211
227

R + G + B ~ 90%. #F7D3E3 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 211 + 227 = 685 (100%)
R 247 of 685 ~ 36.06%
G 211 of 685 ~ 30.8%
B 227 of 685 ~ 33.14%

%36.06
%30.8
%33.14

CMYK color model

#F7D3E3 color CMYK value is (0,15,8,3).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 8.10%
  • key color value is 3.14%
CMYK:
(0,15,8,3)
C0M15Y8K3 
(0%,15%,8%,3%)
(0.00/0.15/0.08/0.03)	

CMYK percentages

%0
%14.57
%8.1
%3.14

Codes

Color #F7D3E3 in popluar color models

F7D3E3
RGB247211227
HSL333°69.23%89.80%
HSB/HSV333°14.57%96.86%
CMYK0.00%14.57%8.10%
3.14%

Color #F7D3E3 in popluar number systems.

HEXF7D3E3
Decimal247211227
Binary111101111101001111100011
Octal367323343

Shades and tints

Shades of #F7D3E3

#F7D3E3
(247,211,227)
#E1C0CF
(225,192,207)
#CBADBB
(203,173,187)
#B59AA7
(181,154,167)
#9F8793
(159,135,147)
#89747F
(137,116,127)
#73616B
(115,97,107)
#5D4E57
(93,78,87)
#473B43
(71,59,67)
#31282F
(49,40,47)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #F7D3E3

#F7D3E3
(247,211,227)
#F7D7E5
(247,215,229)
#F7DBE7
(247,219,231)
#F7DFE9
(247,223,233)
#F7E3EB
(247,227,235)
#F7E7ED
(247,231,237)
#F7EBEF
(247,235,239)
#F7EFF1
(247,239,241)
#F7F3F3
(247,243,243)
#F7F7F5
(247,247,245)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D3E3; }

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

This text font color is #F7D3E3.


Background Color

.myBgColor { background-color: #F7D3E3; }

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

This div background color is #F7D3E3.


Border color

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

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

This div border color is #F7D3E3.


Opacity

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

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

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

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

This text has shadow with #F7D3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D3E3 on black background.


Color preview on white background

This text has color #F7D3E3 on white background.



Black color preview on #F7D3E3 background

This text has black color on #F7D3E3 background.


White color preview on #F7D3E3 background

This text has white color on #F7D3E3 background.