COLOR #F5FCE0

HEX: #F5FCE0
RGB: (245,252,224)

Color info

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

RGB color model

#F5FCE0 color RGB value is (245,252,224).

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

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 224 of 255 = 88%

245
252
224

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

Portions of RGB colors in percentages

R + G + B =
245 + 252 + 224 = 721 (100%)
R 245 of 721 ~ 33.98%
G 252 of 721 ~ 34.95%
B 224 of 721 ~ 31.07%

%33.98
%34.95
%31.07

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(3,0,11,1)
C3M0Y11K1 
(3%,0%,11%,1%)
(0.03/0.00/0.11/0.01)	

CMYK percentages

%2.78
%0
%11.11
%1.18

Codes

Color #F5FCE0 in popluar color models

F5FCE0
RGB245252224
HSL75°82.35%93.33%
HSB/HSV75°11.11%98.82%
CMYK2.78%0.00%11.11%
1.18%

Color #F5FCE0 in popluar number systems.

HEXF5FCE0
Decimal245252224
Binary111101011111110011100000
Octal365374340

Shades and tints

Shades of #F5FCE0

#F5FCE0
(245,252,224)
#DFE6CC
(223,230,204)
#C9D0B8
(201,208,184)
#B3BAA4
(179,186,164)
#9DA490
(157,164,144)
#878E7C
(135,142,124)
#717868
(113,120,104)
#5B6254
(91,98,84)
#454C40
(69,76,64)
#2F362C
(47,54,44)
#192018
(25,32,24)
#000000
(0,0,0)

Tints of #F5FCE0

#F5FCE0
(245,252,224)
#F5FCE2
(245,252,226)
#F5FCE4
(245,252,228)
#F5FCE6
(245,252,230)
#F5FCE8
(245,252,232)
#F5FCEA
(245,252,234)
#F5FCEC
(245,252,236)
#F5FCEE
(245,252,238)
#F5FCF0
(245,252,240)
#F5FCF2
(245,252,242)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCE0; }

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

This text font color is #F5FCE0.


Background Color

.myBgColor { background-color: #F5FCE0; }

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

This div background color is #F5FCE0.


Border color

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

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

This div border color is #F5FCE0.


Opacity

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

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

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

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

This text has shadow with #F5FCE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FCE0 on black background.


Color preview on white background

This text has color #F5FCE0 on white background.



Black color preview on #F5FCE0 background

This text has black color on #F5FCE0 background.


White color preview on #F5FCE0 background

This text has white color on #F5FCE0 background.