COLOR #F8D0EA

HEX: #F8D0EA
RGB: (248,208,234)

Color info

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

RGB color model

#F8D0EA color RGB value is (248,208,234).

  • red value is 248;
  • green value is 208;
  • blue value is 234.
RGB:
(248,208,234)
(97%,82%,92%)

RGB channels and saturation

R 248 of 255 = 97%
G 208 of 255 = 82%
B 234 of 255 = 92%

248
208
234

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

Portions of RGB colors in percentages

R + G + B =
248 + 208 + 234 = 690 (100%)
R 248 of 690 ~ 35.94%
G 208 of 690 ~ 30.14%
B 234 of 690 ~ 33.91%

%35.94
%30.14
%33.91

CMYK color model

#F8D0EA color CMYK value is (0,16,6,3).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(0,16,6,3)
C0M16Y6K3 
(0%,16%,6%,3%)
(0.00/0.16/0.06/0.03)	

CMYK percentages

%0
%16.13
%5.65
%2.75

Codes

Color #F8D0EA in popluar color models

F8D0EA
RGB248208234
HSL321°74.07%89.41%
HSB/HSV321°16.13%97.25%
CMYK0.00%16.13%5.65%
2.75%

Color #F8D0EA in popluar number systems.

HEXF8D0EA
Decimal248208234
Binary111110001101000011101010
Octal370320352

Shades and tints

Shades of #F8D0EA

#F8D0EA
(248,208,234)
#E2BED5
(226,190,213)
#CCACC0
(204,172,192)
#B69AAB
(182,154,171)
#A08896
(160,136,150)
#8A7681
(138,118,129)
#74646C
(116,100,108)
#5E5257
(94,82,87)
#484042
(72,64,66)
#322E2D
(50,46,45)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #F8D0EA

#F8D0EA
(248,208,234)
#F8D4EB
(248,212,235)
#F8D8EC
(248,216,236)
#F8DCED
(248,220,237)
#F8E0EE
(248,224,238)
#F8E4EF
(248,228,239)
#F8E8F0
(248,232,240)
#F8ECF1
(248,236,241)
#F8F0F2
(248,240,242)
#F8F4F3
(248,244,243)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D0EA color. Also use rgb(248,208,234) instead hex code.

Text Font Color

.myTextColor { color: #F8D0EA; }

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

This text font color is #F8D0EA.


Background Color

.myBgColor { background-color: #F8D0EA; }

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

This div background color is #F8D0EA.


Border color

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

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

This div border color is #F8D0EA.


Opacity

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

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

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

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

This text has shadow with #F8D0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D0EA on black background.


Color preview on white background

This text has color #F8D0EA on white background.



Black color preview on #F8D0EA background

This text has black color on #F8D0EA background.


White color preview on #F8D0EA background

This text has white color on #F8D0EA background.