COLOR #F8D4E7

HEX: #F8D4E7
RGB: (248,212,231)

Color info

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

RGB color model

#F8D4E7 color RGB value is (248,212,231).

  • red value is 248;
  • green value is 212;
  • blue value is 231.
RGB:
(248,212,231)
(97%,83%,91%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 231 of 255 = 91%

248
212
231

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

Portions of RGB colors in percentages

R + G + B =
248 + 212 + 231 = 691 (100%)
R 248 of 691 ~ 35.89%
G 212 of 691 ~ 30.68%
B 231 of 691 ~ 33.43%

%35.89
%30.68
%33.43

CMYK color model

#F8D4E7 color CMYK value is (0,15,7,3).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 6.85%
  • key color value is 2.75%
CMYK:
(0,15,7,3)
C0M15Y7K3 
(0%,15%,7%,3%)
(0.00/0.15/0.07/0.03)	

CMYK percentages

%0
%14.52
%6.85
%2.75

Codes

Color #F8D4E7 in popluar color models

F8D4E7
RGB248212231
HSL328°72.00%90.20%
HSB/HSV328°14.52%97.25%
CMYK0.00%14.52%6.85%
2.75%

Color #F8D4E7 in popluar number systems.

HEXF8D4E7
Decimal248212231
Binary111110001101010011100111
Octal370324347

Shades and tints

Shades of #F8D4E7

#F8D4E7
(248,212,231)
#E2C1D2
(226,193,210)
#CCAEBD
(204,174,189)
#B69BA8
(182,155,168)
#A08893
(160,136,147)
#8A757E
(138,117,126)
#746269
(116,98,105)
#5E4F54
(94,79,84)
#483C3F
(72,60,63)
#32292A
(50,41,42)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #F8D4E7

#F8D4E7
(248,212,231)
#F8D7E9
(248,215,233)
#F8DAEB
(248,218,235)
#F8DDED
(248,221,237)
#F8E0EF
(248,224,239)
#F8E3F1
(248,227,241)
#F8E6F3
(248,230,243)
#F8E9F5
(248,233,245)
#F8ECF7
(248,236,247)
#F8EFF9
(248,239,249)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D4E7 color. Also use rgb(248,212,231) instead hex code.

Text Font Color

.myTextColor { color: #F8D4E7; }

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

This text font color is #F8D4E7.


Background Color

.myBgColor { background-color: #F8D4E7; }

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

This div background color is #F8D4E7.


Border color

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

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

This div border color is #F8D4E7.


Opacity

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

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

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

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

This text has shadow with #F8D4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D4E7 on black background.


Color preview on white background

This text has color #F8D4E7 on white background.



Black color preview on #F8D4E7 background

This text has black color on #F8D4E7 background.


White color preview on #F8D4E7 background

This text has white color on #F8D4E7 background.