COLOR #F8DCE8

HEX: #F8DCE8 RGB: (248,220,232)

Color info

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

RGB color model

#F8DCE8 color RGB value is (248,220,232).

RGB: (248,220,232) (97%, 86%, 91%)

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 232 of 255 = 91%

248
220
232

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

Portions of RGB colors in percentages

R + G + B = 248 + 220 + 232 = 700 (100%)
R 248 of 700 ~ 35.43%
G 220 of 700 ~ 31.43%
B 232 of 700 ~ 33.14'%

%35.43
%31.43
%33.14

CMYK color model

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

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

Codes

Color #F8DCE8 in popluar color models

F8 DC E8
RGB 248 220 232
HSL 334° 66.67% 91.76%
HSB/HSV 334° 11.29% 97.25%
CMYK 0.00% 11.29% 6.45%
2.75%

Color #F8DCE8 in popluar number systems.

HEX F8 DC E8
Decimal 248 220 232
Binary 11111000 11011100 11101000
Octal 370 334 350

Shades and tints

Shades of #F8DCE8

#F8DCE8
(248,220,232)
#E2C8D3
(226,200,211)
#CCB4BE
(204,180,190)
#B6A0A9
(182,160,169)
#A08C94
(160,140,148)
#8A787F
(138,120,127)
#74646A
(116,100,106)
#5E5055
(94,80,85)
#483C40
(72,60,64)
#32282B
(50,40,43)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #F8DCE8

#F8DCE8
(248,220,232)
#F8DFEA
(248,223,234)
#F8E2EC
(248,226,236)
#F8E5EE
(248,229,238)
#F8E8F0
(248,232,240)
#F8EBF2
(248,235,242)
#F8EEF4
(248,238,244)
#F8F1F6
(248,241,246)
#F8F4F8
(248,244,248)
#F8F7FA
(248,247,250)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCE8; }

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

This text font color is #F8DCE8.

Background Color

.myBgColor { background-color: #F8DCE8; }

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

This div background color is #F8DCE8.

Border color

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

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

This div border color is #F8DCE8.

Opacity

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

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

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

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

This text has shadow with #F8DCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DCE8.

Preview

Color preview on black background

This text has color #F8DCE8 on black background.


Color preview on white background

This text has color #F8DCE8 on white background.


Black color preview on #F8DCE8 background

This text has black color on #F8DCE8 background.


White color preview on #F8DCE8 background

This text has white color on #F8DCE8 background.


Related colors

Complementary color

Complementary color for #hex is #072317.


I love getcolorcode.com

Triadic colors

1 #E8F8DC and #DCE8F8 with #F8DCE8 are triadic colors.

2 #E8DCF8 and #DCF8E8 with #F8DCE8 are triadic colors.