COLOR #F8FCDC

HEX: #F8FCDC
RGB: (248,252,220)

Color info

#F8FCDC contains red, green and blue colors in about the same proportion. Web safe color of #F8FCDC is #FFFFCC (or #FFC).

RGB color model

#F8FCDC color RGB value is (248,252,220).

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

RGB channels and saturation

R 248 of 255 = 97%
G 252 of 255 = 99%
B 220 of 255 = 86%

248
252
220

R + G + B ~ 94%. #F8FCDC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 252 + 220 = 720 (100%)
R 248 of 720 ~ 34.44%
G 252 of 720 ~ 35%
B 220 of 720 ~ 30.56%

%34.44
%35
%30.56

CMYK color model

#F8FCDC color CMYK value is (2,0,13,1).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(2,0,13,1)
C2M0Y13K1 
(2%,0%,13%,1%)
(0.02/0.00/0.13/0.01)	

CMYK percentages

%1.59
%0
%12.7
%1.18

Codes

Color #F8FCDC in popluar color models

F8FCDC
RGB248252220
HSL68°84.21%92.55%
HSB/HSV68°12.70%98.82%
CMYK1.59%0.00%12.70%
1.18%

Color #F8FCDC in popluar number systems.

HEXF8FCDC
Decimal248252220
Binary111110001111110011011100
Octal370374334

Shades and tints

Shades of #F8FCDC

#F8FCDC
(248,252,220)
#E2E6C8
(226,230,200)
#CCD0B4
(204,208,180)
#B6BAA0
(182,186,160)
#A0A48C
(160,164,140)
#8A8E78
(138,142,120)
#747864
(116,120,100)
#5E6250
(94,98,80)
#484C3C
(72,76,60)
#323628
(50,54,40)
#1C2014
(28,32,20)
#000000
(0,0,0)

Tints of #F8FCDC

#F8FCDC
(248,252,220)
#F8FCDF
(248,252,223)
#F8FCE2
(248,252,226)
#F8FCE5
(248,252,229)
#F8FCE8
(248,252,232)
#F8FCEB
(248,252,235)
#F8FCEE
(248,252,238)
#F8FCF1
(248,252,241)
#F8FCF4
(248,252,244)
#F8FCF7
(248,252,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FCDC; }

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

This text font color is #F8FCDC.


Background Color

.myBgColor { background-color: #F8FCDC; }

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

This div background color is #F8FCDC.


Border color

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

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

This div border color is #F8FCDC.


Opacity

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

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

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

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

This text has shadow with #F8FCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FCDC on black background.


Color preview on white background

This text has color #F8FCDC on white background.



Black color preview on #F8FCDC background

This text has black color on #F8FCDC background.


White color preview on #F8FCDC background

This text has white color on #F8FCDC background.