COLOR #F8D2EE

HEX: #F8D2EE
RGB: (248,210,238)

Color info

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

RGB color model

#F8D2EE color RGB value is (248,210,238).

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

RGB channels and saturation

R 248 of 255 = 97%
G 210 of 255 = 82%
B 238 of 255 = 93%

248
210
238

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

Portions of RGB colors in percentages

R + G + B =
248 + 210 + 238 = 696 (100%)
R 248 of 696 ~ 35.63%
G 210 of 696 ~ 30.17%
B 238 of 696 ~ 34.2%

%35.63
%30.17
%34.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 4.03%
  • 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
%4.03
%2.75

Codes

Color #F8D2EE in popluar color models

F8D2EE
RGB248210238
HSL316°73.08%89.80%
HSB/HSV316°15.32%97.25%
CMYK0.00%15.32%4.03%
2.75%

Color #F8D2EE in popluar number systems.

HEXF8D2EE
Decimal248210238
Binary111110001101001011101110
Octal370322356

Shades and tints

Shades of #F8D2EE

#F8D2EE
(248,210,238)
#E2BFD9
(226,191,217)
#CCACC4
(204,172,196)
#B699AF
(182,153,175)
#A0869A
(160,134,154)
#8A7385
(138,115,133)
#746070
(116,96,112)
#5E4D5B
(94,77,91)
#483A46
(72,58,70)
#322731
(50,39,49)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #F8D2EE

#F8D2EE
(248,210,238)
#F8D6EF
(248,214,239)
#F8DAF0
(248,218,240)
#F8DEF1
(248,222,241)
#F8E2F2
(248,226,242)
#F8E6F3
(248,230,243)
#F8EAF4
(248,234,244)
#F8EEF5
(248,238,245)
#F8F2F6
(248,242,246)
#F8F6F7
(248,246,247)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D2EE; }

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

This text font color is #F8D2EE.


Background Color

.myBgColor { background-color: #F8D2EE; }

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

This div background color is #F8D2EE.


Border color

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

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

This div border color is #F8D2EE.


Opacity

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

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

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

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

This text has shadow with #F8D2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D2EE on black background.


Color preview on white background

This text has color #F8D2EE on white background.



Black color preview on #F8D2EE background

This text has black color on #F8D2EE background.


White color preview on #F8D2EE background

This text has white color on #F8D2EE background.