COLOR #F7FED1

HEX: #F7FED1
RGB: (247,254,209)

Color info

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

RGB color model

#F7FED1 color RGB value is (247,254,209).

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

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 209 of 255 = 82%

247
254
209

R + G + B ~ 93%. #F7FED1 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 254 + 209 = 710 (100%)
R 247 of 710 ~ 34.79%
G 254 of 710 ~ 35.77%
B 209 of 710 ~ 29.44%

%34.79
%35.77
%29.44

CMYK color model

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

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 17.72%
  • key color value is 0.39%
CMYK:
(3,0,18,0)
C3M0Y18K0 
(3%,0%,18%,0%)
(0.03/0.00/0.18/0.00)	

CMYK percentages

%2.76
%0
%17.72
%0.39

Codes

Color #F7FED1 in popluar color models

F7FED1
RGB247254209
HSL69°95.74%90.78%
HSB/HSV69°17.72%99.61%
CMYK2.76%0.00%17.72%
0.39%

Color #F7FED1 in popluar number systems.

HEXF7FED1
Decimal247254209
Binary111101111111111011010001
Octal367376321

Shades and tints

Shades of #F7FED1

#F7FED1
(247,254,209)
#E1E7BE
(225,231,190)
#CBD0AB
(203,208,171)
#B5B998
(181,185,152)
#9FA285
(159,162,133)
#898B72
(137,139,114)
#73745F
(115,116,95)
#5D5D4C
(93,93,76)
#474639
(71,70,57)
#312F26
(49,47,38)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #F7FED1

#F7FED1
(247,254,209)
#F7FED5
(247,254,213)
#F7FED9
(247,254,217)
#F7FEDD
(247,254,221)
#F7FEE1
(247,254,225)
#F7FEE5
(247,254,229)
#F7FEE9
(247,254,233)
#F7FEED
(247,254,237)
#F7FEF1
(247,254,241)
#F7FEF5
(247,254,245)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FED1; }

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

This text font color is #F7FED1.


Background Color

.myBgColor { background-color: #F7FED1; }

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

This div background color is #F7FED1.


Border color

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

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

This div border color is #F7FED1.


Opacity

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

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

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

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

This text has shadow with #F7FED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FED1 on black background.


Color preview on white background

This text has color #F7FED1 on white background.



Black color preview on #F7FED1 background

This text has black color on #F7FED1 background.


White color preview on #F7FED1 background

This text has white color on #F7FED1 background.