COLOR #F7FCDC

HEX: #F7FCDC
RGB: (247,252,220)

Color info

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

RGB color model

#F7FCDC color RGB value is (247,252,220).

  • red value is 247;
  • green value is 252;
  • blue value is 220.
RGB:
(247,252,220)
(97%,99%,86%)

RGB channels and saturation

R 247 of 255 = 97%
G 252 of 255 = 99%
B 220 of 255 = 86%

247
252
220

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

Portions of RGB colors in percentages

R + G + B =
247 + 252 + 220 = 719 (100%)
R 247 of 719 ~ 34.35%
G 252 of 719 ~ 35.05%
B 220 of 719 ~ 30.6%

%34.35
%35.05
%30.6

CMYK color model

#F7FCDC color CMYK value is (2,0,13,1).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(2,0,13,1)
C2M0Y13K1 
(2%,0%,13%,1%)
(0.02/0.00/0.13/0.01)	

CMYK percentages

%1.98
%0
%12.7
%1.18

Codes

Color #F7FCDC in popluar color models

F7FCDC
RGB247252220
HSL69°84.21%92.55%
HSB/HSV69°12.70%98.82%
CMYK1.98%0.00%12.70%
1.18%

Color #F7FCDC in popluar number systems.

HEXF7FCDC
Decimal247252220
Binary111101111111110011011100
Octal367374334

Shades and tints

Shades of #F7FCDC

#F7FCDC
(247,252,220)
#E1E6C8
(225,230,200)
#CBD0B4
(203,208,180)
#B5BAA0
(181,186,160)
#9FA48C
(159,164,140)
#898E78
(137,142,120)
#737864
(115,120,100)
#5D6250
(93,98,80)
#474C3C
(71,76,60)
#313628
(49,54,40)
#1B2014
(27,32,20)
#000000
(0,0,0)

Tints of #F7FCDC

#F7FCDC
(247,252,220)
#F7FCDF
(247,252,223)
#F7FCE2
(247,252,226)
#F7FCE5
(247,252,229)
#F7FCE8
(247,252,232)
#F7FCEB
(247,252,235)
#F7FCEE
(247,252,238)
#F7FCF1
(247,252,241)
#F7FCF4
(247,252,244)
#F7FCF7
(247,252,247)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7FCDC color. Also use rgb(247,252,220) instead hex code.

Text Font Color

.myTextColor { color: #F7FCDC; }

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

This text font color is #F7FCDC.


Background Color

.myBgColor { background-color: #F7FCDC; }

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

This div background color is #F7FCDC.


Border color

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

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

This div border color is #F7FCDC.


Opacity

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

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

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

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

This text has shadow with #F7FCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FCDC on black background.


Color preview on white background

This text has color #F7FCDC on white background.



Black color preview on #F7FCDC background

This text has black color on #F7FCDC background.


White color preview on #F7FCDC background

This text has white color on #F7FCDC background.