COLOR #F8DCF2

HEX: #F8DCF2
RGB: (248,220,242)

Color info

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

RGB color model

#F8DCF2 color RGB value is (248,220,242).

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

RGB channels and saturation

R 248 of 255 = 97%
G 220 of 255 = 86%
B 242 of 255 = 95%

248
220
242

R + G + B ~ 93%. #F8DCF2 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 242 = 710 (100%)
R 248 of 710 ~ 34.93%
G 220 of 710 ~ 30.99%
B 242 of 710 ~ 34.08%

%34.93
%30.99
%34.08

CMYK color model

#F8DCF2 color CMYK value is (0,11,2,3).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 2.42%
  • key color value is 2.75%
CMYK:
(0,11,2,3)
C0M11Y2K3 
(0%,11%,2%,3%)
(0.00/0.11/0.02/0.03)	

CMYK percentages

%0
%11.29
%2.42
%2.75

Codes

Color #F8DCF2 in popluar color models

F8DCF2
RGB248220242
HSL313°66.67%91.76%
HSB/HSV313°11.29%97.25%
CMYK0.00%11.29%2.42%
2.75%

Color #F8DCF2 in popluar number systems.

HEXF8DCF2
Decimal248220242
Binary111110001101110011110010
Octal370334362

Shades and tints

Shades of #F8DCF2

#F8DCF2
(248,220,242)
#E2C8DC
(226,200,220)
#CCB4C6
(204,180,198)
#B6A0B0
(182,160,176)
#A08C9A
(160,140,154)
#8A7884
(138,120,132)
#74646E
(116,100,110)
#5E5058
(94,80,88)
#483C42
(72,60,66)
#32282C
(50,40,44)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #F8DCF2

#F8DCF2
(248,220,242)
#F8DFF3
(248,223,243)
#F8E2F4
(248,226,244)
#F8E5F5
(248,229,245)
#F8E8F6
(248,232,246)
#F8EBF7
(248,235,247)
#F8EEF8
(248,238,248)
#F8F1F9
(248,241,249)
#F8F4FA
(248,244,250)
#F8F7FB
(248,247,251)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCF2; }

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

This text font color is #F8DCF2.


Background Color

.myBgColor { background-color: #F8DCF2; }

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

This div background color is #F8DCF2.


Border color

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

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

This div border color is #F8DCF2.


Opacity

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

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

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

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

This text has shadow with #F8DCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCF2 on black background.


Color preview on white background

This text has color #F8DCF2 on white background.



Black color preview on #F8DCF2 background

This text has black color on #F8DCF2 background.


White color preview on #F8DCF2 background

This text has white color on #F8DCF2 background.