COLOR #F9FCE0

HEX: #F9FCE0
RGB: (249,252,224)

Color info

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

RGB color model

#F9FCE0 color RGB value is (249,252,224).

  • red value is 249;
  • green value is 252;
  • blue value is 224.
RGB:
(249,252,224)
(98%,99%,88%)

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 224 of 255 = 88%

249
252
224

R + G + B ~ 95%. #F9FCE0 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 252 + 224 = 725 (100%)
R 249 of 725 ~ 34.34%
G 252 of 725 ~ 34.76%
B 224 of 725 ~ 30.9%

%34.34
%34.76
%30.9

CMYK color model

#F9FCE0 color CMYK value is (1,0,11,1).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(1,0,11,1)
C1M0Y11K1 
(1%,0%,11%,1%)
(0.01/0.00/0.11/0.01)	

CMYK percentages

%1.19
%0
%11.11
%1.18

Codes

Color #F9FCE0 in popluar color models

F9FCE0
RGB249252224
HSL66°82.35%93.33%
HSB/HSV66°11.11%98.82%
CMYK1.19%0.00%11.11%
1.18%

Color #F9FCE0 in popluar number systems.

HEXF9FCE0
Decimal249252224
Binary111110011111110011100000
Octal371374340

Shades and tints

Shades of #F9FCE0

#F9FCE0
(249,252,224)
#E3E6CC
(227,230,204)
#CDD0B8
(205,208,184)
#B7BAA4
(183,186,164)
#A1A490
(161,164,144)
#8B8E7C
(139,142,124)
#757868
(117,120,104)
#5F6254
(95,98,84)
#494C40
(73,76,64)
#33362C
(51,54,44)
#1D2018
(29,32,24)
#000000
(0,0,0)

Tints of #F9FCE0

#F9FCE0
(249,252,224)
#F9FCE2
(249,252,226)
#F9FCE4
(249,252,228)
#F9FCE6
(249,252,230)
#F9FCE8
(249,252,232)
#F9FCEA
(249,252,234)
#F9FCEC
(249,252,236)
#F9FCEE
(249,252,238)
#F9FCF0
(249,252,240)
#F9FCF2
(249,252,242)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FCE0 color. Also use rgb(249,252,224) instead hex code.

Text Font Color

.myTextColor { color: #F9FCE0; }

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

This text font color is #F9FCE0.


Background Color

.myBgColor { background-color: #F9FCE0; }

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

This div background color is #F9FCE0.


Border color

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

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

This div border color is #F9FCE0.


Opacity

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

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

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

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

This text has shadow with #F9FCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FCE0 on black background.


Color preview on white background

This text has color #F9FCE0 on white background.



Black color preview on #F9FCE0 background

This text has black color on #F9FCE0 background.


White color preview on #F9FCE0 background

This text has white color on #F9FCE0 background.