COLOR #F8DCE6

HEX: #F8DCE6
RGB: (248,220,230)

Color info

#F8DCE6 contains red, green and blue colors in about the same proportion. Web safe color of #F8DCE6 is #FFCCCC (or #FCC).

RGB color model

#F8DCE6 color RGB value is (248,220,230).

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

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 230 of 255 = 90%

248
220
230

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

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 230 = 698 (100%)
R 248 of 698 ~ 35.53%
G 220 of 698 ~ 31.52%
B 230 of 698 ~ 32.95%

%35.53
%31.52
%32.95

CMYK color model

#F8DCE6 color CMYK value is (0,11,7,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK:
(0,11,7,3)
C0M11Y7K3 
(0%,11%,7%,3%)
(0.00/0.11/0.07/0.03)	

CMYK percentages

%0
%11.29
%7.26
%2.75

Codes

Color #F8DCE6 in popluar color models

F8DCE6
RGB248220230
HSL339°66.67%91.76%
HSB/HSV339°11.29%97.25%
CMYK0.00%11.29%7.26%
2.75%

Color #F8DCE6 in popluar number systems.

HEXF8DCE6
Decimal248220230
Binary111110001101110011100110
Octal370334346

Shades and tints

Shades of #F8DCE6

#F8DCE6
(248,220,230)
#E2C8D2
(226,200,210)
#CCB4BE
(204,180,190)
#B6A0AA
(182,160,170)
#A08C96
(160,140,150)
#8A7882
(138,120,130)
#74646E
(116,100,110)
#5E505A
(94,80,90)
#483C46
(72,60,70)
#322832
(50,40,50)
#1C141E
(28,20,30)
#000000
(0,0,0)

Tints of #F8DCE6

#F8DCE6
(248,220,230)
#F8DFE8
(248,223,232)
#F8E2EA
(248,226,234)
#F8E5EC
(248,229,236)
#F8E8EE
(248,232,238)
#F8EBF0
(248,235,240)
#F8EEF2
(248,238,242)
#F8F1F4
(248,241,244)
#F8F4F6
(248,244,246)
#F8F7F8
(248,247,248)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCE6; }

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

This text font color is #F8DCE6.


Background Color

.myBgColor { background-color: #F8DCE6; }

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

This div background color is #F8DCE6.


Border color

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

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

This div border color is #F8DCE6.


Opacity

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

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

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

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

This text has shadow with #F8DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCE6 on black background.


Color preview on white background

This text has color #F8DCE6 on white background.



Black color preview on #F8DCE6 background

This text has black color on #F8DCE6 background.


White color preview on #F8DCE6 background

This text has white color on #F8DCE6 background.