COLOR #F7FEDC

HEX: #F7FEDC
RGB: (247,254,220)

Color info

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

RGB color model

#F7FEDC color RGB value is (247,254,220).

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

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 220 of 255 = 86%

247
254
220

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

Portions of RGB colors in percentages

R + G + B =
247 + 254 + 220 = 721 (100%)
R 247 of 721 ~ 34.26%
G 254 of 721 ~ 35.23%
B 220 of 721 ~ 30.51%

%34.26
%35.23
%30.51

CMYK color model

#F7FEDC color CMYK value is (3,0,13,0).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 0.39%
CMYK:
(3,0,13,0)
C3M0Y13K0 
(3%,0%,13%,0%)
(0.03/0.00/0.13/0.00)	

CMYK percentages

%2.76
%0
%13.39
%0.39

Codes

Color #F7FEDC in popluar color models

F7FEDC
RGB247254220
HSL72°94.44%92.94%
HSB/HSV72°13.39%99.61%
CMYK2.76%0.00%13.39%
0.39%

Color #F7FEDC in popluar number systems.

HEXF7FEDC
Decimal247254220
Binary111101111111111011011100
Octal367376334

Shades and tints

Shades of #F7FEDC

#F7FEDC
(247,254,220)
#E1E7C8
(225,231,200)
#CBD0B4
(203,208,180)
#B5B9A0
(181,185,160)
#9FA28C
(159,162,140)
#898B78
(137,139,120)
#737464
(115,116,100)
#5D5D50
(93,93,80)
#47463C
(71,70,60)
#312F28
(49,47,40)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #F7FEDC

#F7FEDC
(247,254,220)
#F7FEDF
(247,254,223)
#F7FEE2
(247,254,226)
#F7FEE5
(247,254,229)
#F7FEE8
(247,254,232)
#F7FEEB
(247,254,235)
#F7FEEE
(247,254,238)
#F7FEF1
(247,254,241)
#F7FEF4
(247,254,244)
#F7FEF7
(247,254,247)
#F7FEFA
(247,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FEDC; }

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

This text font color is #F7FEDC.


Background Color

.myBgColor { background-color: #F7FEDC; }

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

This div background color is #F7FEDC.


Border color

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

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

This div border color is #F7FEDC.


Opacity

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

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

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

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

This text has shadow with #F7FEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FEDC on black background.


Color preview on white background

This text has color #F7FEDC on white background.



Black color preview on #F7FEDC background

This text has black color on #F7FEDC background.


White color preview on #F7FEDC background

This text has white color on #F7FEDC background.