COLOR #F8FCCF

HEX: #F8FCCF
RGB: (248,252,207)

Color info

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

RGB color model

#F8FCCF color RGB value is (248,252,207).

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

RGB channels and saturation

R 248 of 255 = 97%
G 252 of 255 = 99%
B 207 of 255 = 81%

248
252
207

R + G + B ~ 92%. #F8FCCF is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 252 + 207 = 707 (100%)
R 248 of 707 ~ 35.08%
G 252 of 707 ~ 35.64%
B 207 of 707 ~ 29.28%

%35.08
%35.64
%29.28

CMYK color model

#F8FCCF color CMYK value is (2,0,18,1).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(2,0,18,1)
C2M0Y18K1 
(2%,0%,18%,1%)
(0.02/0.00/0.18/0.01)	

CMYK percentages

%1.59
%0
%17.86
%1.18

Codes

Color #F8FCCF in popluar color models

F8FCCF
RGB248252207
HSL65°88.24%90.00%
HSB/HSV65°17.86%98.82%
CMYK1.59%0.00%17.86%
1.18%

Color #F8FCCF in popluar number systems.

HEXF8FCCF
Decimal248252207
Binary111110001111110011001111
Octal370374317

Shades and tints

Shades of #F8FCCF

#F8FCCF
(248,252,207)
#E2E6BD
(226,230,189)
#CCD0AB
(204,208,171)
#B6BA99
(182,186,153)
#A0A487
(160,164,135)
#8A8E75
(138,142,117)
#747863
(116,120,99)
#5E6251
(94,98,81)
#484C3F
(72,76,63)
#32362D
(50,54,45)
#1C201B
(28,32,27)
#000000
(0,0,0)

Tints of #F8FCCF

#F8FCCF
(248,252,207)
#F8FCD3
(248,252,211)
#F8FCD7
(248,252,215)
#F8FCDB
(248,252,219)
#F8FCDF
(248,252,223)
#F8FCE3
(248,252,227)
#F8FCE7
(248,252,231)
#F8FCEB
(248,252,235)
#F8FCEF
(248,252,239)
#F8FCF3
(248,252,243)
#F8FCF7
(248,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FCCF; }

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

This text font color is #F8FCCF.


Background Color

.myBgColor { background-color: #F8FCCF; }

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

This div background color is #F8FCCF.


Border color

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

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

This div border color is #F8FCCF.


Opacity

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

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

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

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

This text has shadow with #F8FCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FCCF on black background.


Color preview on white background

This text has color #F8FCCF on white background.



Black color preview on #F8FCCF background

This text has black color on #F8FCCF background.


White color preview on #F8FCCF background

This text has white color on #F8FCCF background.