COLOR #F5FCCF

HEX: #F5FCCF
RGB: (245,252,207)

Color info

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

RGB color model

#F5FCCF color RGB value is (245,252,207).

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

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 207 of 255 = 81%

245
252
207

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

Portions of RGB colors in percentages

R + G + B =
245 + 252 + 207 = 704 (100%)
R 245 of 704 ~ 34.8%
G 252 of 704 ~ 35.8%
B 207 of 704 ~ 29.4%

%34.8
%35.8
%29.4

CMYK color model

#F5FCCF color CMYK value is (3,0,18,1).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(3,0,18,1)
C3M0Y18K1 
(3%,0%,18%,1%)
(0.03/0.00/0.18/0.01)	

CMYK percentages

%2.78
%0
%17.86
%1.18

Codes

Color #F5FCCF in popluar color models

F5FCCF
RGB245252207
HSL69°88.24%90.00%
HSB/HSV69°17.86%98.82%
CMYK2.78%0.00%17.86%
1.18%

Color #F5FCCF in popluar number systems.

HEXF5FCCF
Decimal245252207
Binary111101011111110011001111
Octal365374317

Shades and tints

Shades of #F5FCCF

#F5FCCF
(245,252,207)
#DFE6BD
(223,230,189)
#C9D0AB
(201,208,171)
#B3BA99
(179,186,153)
#9DA487
(157,164,135)
#878E75
(135,142,117)
#717863
(113,120,99)
#5B6251
(91,98,81)
#454C3F
(69,76,63)
#2F362D
(47,54,45)
#19201B
(25,32,27)
#000000
(0,0,0)

Tints of #F5FCCF

#F5FCCF
(245,252,207)
#F5FCD3
(245,252,211)
#F5FCD7
(245,252,215)
#F5FCDB
(245,252,219)
#F5FCDF
(245,252,223)
#F5FCE3
(245,252,227)
#F5FCE7
(245,252,231)
#F5FCEB
(245,252,235)
#F5FCEF
(245,252,239)
#F5FCF3
(245,252,243)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCCF; }

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

This text font color is #F5FCCF.


Background Color

.myBgColor { background-color: #F5FCCF; }

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

This div background color is #F5FCCF.


Border color

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

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

This div border color is #F5FCCF.


Opacity

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

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

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

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

This text has shadow with #F5FCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FCCF on black background.


Color preview on white background

This text has color #F5FCCF on white background.



Black color preview on #F5FCCF background

This text has black color on #F5FCCF background.


White color preview on #F5FCCF background

This text has white color on #F5FCCF background.