COLOR #F5FCF2

HEX: #F5FCF2
RGB: (245,252,242)

Color info

#F5FCF2 contains red, green and blue colors in about the same proportion. Web safe color of #F5FCF2 is #FFFFFF (or #FFF).

RGB color model

#F5FCF2 color RGB value is (245,252,242).

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

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 242 of 255 = 95%

245
252
242

R + G + B ~ 97%. #F5FCF2 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 252 + 242 = 739 (100%)
R 245 of 739 ~ 33.15%
G 252 of 739 ~ 34.1%
B 242 of 739 ~ 32.75%

%33.15
%34.1
%32.75

CMYK color model

#F5FCF2 color CMYK value is (3,0,4,1).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(3,0,4,1)
C3M0Y4K1 
(3%,0%,4%,1%)
(0.03/0.00/0.04/0.01)	

CMYK percentages

%2.78
%0
%3.97
%1.18

Codes

Color #F5FCF2 in popluar color models

F5FCF2
RGB245252242
HSL102°62.50%96.86%
HSB/HSV102°3.97%98.82%
CMYK2.78%0.00%3.97%
1.18%

Color #F5FCF2 in popluar number systems.

HEXF5FCF2
Decimal245252242
Binary111101011111110011110010
Octal365374362

Shades and tints

Shades of #F5FCF2

#F5FCF2
(245,252,242)
#DFE6DC
(223,230,220)
#C9D0C6
(201,208,198)
#B3BAB0
(179,186,176)
#9DA49A
(157,164,154)
#878E84
(135,142,132)
#71786E
(113,120,110)
#5B6258
(91,98,88)
#454C42
(69,76,66)
#2F362C
(47,54,44)
#192016
(25,32,22)
#000000
(0,0,0)

Tints of #F5FCF2

#F5FCF2
(245,252,242)
#F5FCF3
(245,252,243)
#F5FCF4
(245,252,244)
#F5FCF5
(245,252,245)
#F5FCF6
(245,252,246)
#F5FCF7
(245,252,247)
#F5FCF8
(245,252,248)
#F5FCF9
(245,252,249)
#F5FCFA
(245,252,250)
#F5FCFB
(245,252,251)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCF2; }

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

This text font color is #F5FCF2.


Background Color

.myBgColor { background-color: #F5FCF2; }

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

This div background color is #F5FCF2.


Border color

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

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

This div border color is #F5FCF2.


Opacity

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

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

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

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

This text has shadow with #F5FCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FCF2 on black background.


Color preview on white background

This text has color #F5FCF2 on white background.



Black color preview on #F5FCF2 background

This text has black color on #F5FCF2 background.


White color preview on #F5FCF2 background

This text has white color on #F5FCF2 background.