COLOR #F8DCEA

HEX: #F8DCEA
RGB: (248,220,234)

Color info

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

RGB color model

#F8DCEA color RGB value is (248,220,234).

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

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 234 of 255 = 92%

248
220
234

R + G + B ~ 92%. #F8DCEA is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 234 = 702 (100%)
R 248 of 702 ~ 35.33%
G 220 of 702 ~ 31.34%
B 234 of 702 ~ 33.33%

%35.33
%31.34
%33.33

CMYK color model

#F8DCEA color CMYK value is (0,11,6,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 5.65%
  • key color value is 2.75%
CMYK:
(0,11,6,3)
C0M11Y6K3 
(0%,11%,6%,3%)
(0.00/0.11/0.06/0.03)	

CMYK percentages

%0
%11.29
%5.65
%2.75

Codes

Color #F8DCEA in popluar color models

F8DCEA
RGB248220234
HSL330°66.67%91.76%
HSB/HSV330°11.29%97.25%
CMYK0.00%11.29%5.65%
2.75%

Color #F8DCEA in popluar number systems.

HEXF8DCEA
Decimal248220234
Binary111110001101110011101010
Octal370334352

Shades and tints

Shades of #F8DCEA

#F8DCEA
(248,220,234)
#E2C8D5
(226,200,213)
#CCB4C0
(204,180,192)
#B6A0AB
(182,160,171)
#A08C96
(160,140,150)
#8A7881
(138,120,129)
#74646C
(116,100,108)
#5E5057
(94,80,87)
#483C42
(72,60,66)
#32282D
(50,40,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #F8DCEA

#F8DCEA
(248,220,234)
#F8DFEB
(248,223,235)
#F8E2EC
(248,226,236)
#F8E5ED
(248,229,237)
#F8E8EE
(248,232,238)
#F8EBEF
(248,235,239)
#F8EEF0
(248,238,240)
#F8F1F1
(248,241,241)
#F8F4F2
(248,244,242)
#F8F7F3
(248,247,243)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCEA; }

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

This text font color is #F8DCEA.


Background Color

.myBgColor { background-color: #F8DCEA; }

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

This div background color is #F8DCEA.


Border color

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

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

This div border color is #F8DCEA.


Opacity

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

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

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

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

This text has shadow with #F8DCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCEA on black background.


Color preview on white background

This text has color #F8DCEA on white background.



Black color preview on #F8DCEA background

This text has black color on #F8DCEA background.


White color preview on #F8DCEA background

This text has white color on #F8DCEA background.