COLOR #F8DCF3

HEX: #F8DCF3
RGB: (248,220,243)

Color info

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

RGB color model

#F8DCF3 color RGB value is (248,220,243).

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

RGB channels and saturation

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

248
220
243

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

Portions of RGB colors in percentages

R + G + B =
248 + 220 + 243 = 711 (100%)
R 248 of 711 ~ 34.88%
G 220 of 711 ~ 30.94%
B 243 of 711 ~ 34.18%

%34.88
%30.94
%34.18

CMYK color model

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

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

Codes

Color #F8DCF3 in popluar color models

F8DCF3
RGB248220243
HSL311°66.67%91.76%
HSB/HSV311°11.29%97.25%
CMYK0.00%11.29%2.02%
2.75%

Color #F8DCF3 in popluar number systems.

HEXF8DCF3
Decimal248220243
Binary111110001101110011110011
Octal370334363

Shades and tints

Shades of #F8DCF3

#F8DCF3
(248,220,243)
#E2C8DD
(226,200,221)
#CCB4C7
(204,180,199)
#B6A0B1
(182,160,177)
#A08C9B
(160,140,155)
#8A7885
(138,120,133)
#74646F
(116,100,111)
#5E5059
(94,80,89)
#483C43
(72,60,67)
#32282D
(50,40,45)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #F8DCF3

#F8DCF3
(248,220,243)
#F8DFF4
(248,223,244)
#F8E2F5
(248,226,245)
#F8E5F6
(248,229,246)
#F8E8F7
(248,232,247)
#F8EBF8
(248,235,248)
#F8EEF9
(248,238,249)
#F8F1FA
(248,241,250)
#F8F4FB
(248,244,251)
#F8F7FC
(248,247,252)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8DCF3; }

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

This text font color is #F8DCF3.


Background Color

.myBgColor { background-color: #F8DCF3; }

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

This div background color is #F8DCF3.


Border color

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

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

This div border color is #F8DCF3.


Opacity

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

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

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

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

This text has shadow with #F8DCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DCF3 on black background.


Color preview on white background

This text has color #F8DCF3 on white background.



Black color preview on #F8DCF3 background

This text has black color on #F8DCF3 background.


White color preview on #F8DCF3 background

This text has white color on #F8DCF3 background.