COLOR #F5FCEB

HEX: #F5FCEB
RGB: (245,252,235)

Color info

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

RGB color model

#F5FCEB color RGB value is (245,252,235).

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

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 235 of 255 = 92%

245
252
235

R + G + B ~ 96%. #F5FCEB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 252 + 235 = 732 (100%)
R 245 of 732 ~ 33.47%
G 252 of 732 ~ 34.43%
B 235 of 732 ~ 32.1%

%33.47
%34.43
%32.1

CMYK color model

#F5FCEB color CMYK value is (3,0,7,1).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK:
(3,0,7,1)
C3M0Y7K1 
(3%,0%,7%,1%)
(0.03/0.00/0.07/0.01)	

CMYK percentages

%2.78
%0
%6.75
%1.18

Codes

Color #F5FCEB in popluar color models

F5FCEB
RGB245252235
HSL85°73.91%95.49%
HSB/HSV85°6.75%98.82%
CMYK2.78%0.00%6.75%
1.18%

Color #F5FCEB in popluar number systems.

HEXF5FCEB
Decimal245252235
Binary111101011111110011101011
Octal365374353

Shades and tints

Shades of #F5FCEB

#F5FCEB
(245,252,235)
#DFE6D6
(223,230,214)
#C9D0C1
(201,208,193)
#B3BAAC
(179,186,172)
#9DA497
(157,164,151)
#878E82
(135,142,130)
#71786D
(113,120,109)
#5B6258
(91,98,88)
#454C43
(69,76,67)
#2F362E
(47,54,46)
#192019
(25,32,25)
#000000
(0,0,0)

Tints of #F5FCEB

#F5FCEB
(245,252,235)
#F5FCEC
(245,252,236)
#F5FCED
(245,252,237)
#F5FCEE
(245,252,238)
#F5FCEF
(245,252,239)
#F5FCF0
(245,252,240)
#F5FCF1
(245,252,241)
#F5FCF2
(245,252,242)
#F5FCF3
(245,252,243)
#F5FCF4
(245,252,244)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCEB; }

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

This text font color is #F5FCEB.


Background Color

.myBgColor { background-color: #F5FCEB; }

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

This div background color is #F5FCEB.


Border color

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

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

This div border color is #F5FCEB.


Opacity

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

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

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

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

This text has shadow with #F5FCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FCEB on black background.


Color preview on white background

This text has color #F5FCEB on white background.



Black color preview on #F5FCEB background

This text has black color on #F5FCEB background.


White color preview on #F5FCEB background

This text has white color on #F5FCEB background.