COLOR #F8D2EF

HEX: #F8D2EF
RGB: (248,210,239)

Color info

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

RGB color model

#F8D2EF color RGB value is (248,210,239).

  • red value is 248;
  • green value is 210;
  • blue value is 239.
RGB:
(248,210,239)
(97%,82%,94%)

RGB channels and saturation

R 248 of 255 = 97%
G 210 of 255 = 82%
B 239 of 255 = 94%

248
210
239

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

Portions of RGB colors in percentages

R + G + B =
248 + 210 + 239 = 697 (100%)
R 248 of 697 ~ 35.58%
G 210 of 697 ~ 30.13%
B 239 of 697 ~ 34.29%

%35.58
%30.13
%34.29

CMYK color model

#F8D2EF color CMYK value is (0,15,4,3).

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 3.63%
  • key color value is 2.75%
CMYK:
(0,15,4,3)
C0M15Y4K3 
(0%,15%,4%,3%)
(0.00/0.15/0.04/0.03)	

CMYK percentages

%0
%15.32
%3.63
%2.75

Codes

Color #F8D2EF in popluar color models

F8D2EF
RGB248210239
HSL314°73.08%89.80%
HSB/HSV314°15.32%97.25%
CMYK0.00%15.32%3.63%
2.75%

Color #F8D2EF in popluar number systems.

HEXF8D2EF
Decimal248210239
Binary111110001101001011101111
Octal370322357

Shades and tints

Shades of #F8D2EF

#F8D2EF
(248,210,239)
#E2BFDA
(226,191,218)
#CCACC5
(204,172,197)
#B699B0
(182,153,176)
#A0869B
(160,134,155)
#8A7386
(138,115,134)
#746071
(116,96,113)
#5E4D5C
(94,77,92)
#483A47
(72,58,71)
#322732
(50,39,50)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #F8D2EF

#F8D2EF
(248,210,239)
#F8D6F0
(248,214,240)
#F8DAF1
(248,218,241)
#F8DEF2
(248,222,242)
#F8E2F3
(248,226,243)
#F8E6F4
(248,230,244)
#F8EAF5
(248,234,245)
#F8EEF6
(248,238,246)
#F8F2F7
(248,242,247)
#F8F6F8
(248,246,248)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D2EF color. Also use rgb(248,210,239) instead hex code.

Text Font Color

.myTextColor { color: #F8D2EF; }

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

This text font color is #F8D2EF.


Background Color

.myBgColor { background-color: #F8D2EF; }

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

This div background color is #F8D2EF.


Border color

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

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

This div border color is #F8D2EF.


Opacity

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

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

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

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

This text has shadow with #F8D2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D2EF on black background.


Color preview on white background

This text has color #F8D2EF on white background.



Black color preview on #F8D2EF background

This text has black color on #F8D2EF background.


White color preview on #F8D2EF background

This text has white color on #F8D2EF background.