COLOR #F7FEE5

HEX: #F7FEE5
RGB: (247,254,229)

Color info

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

RGB color model

#F7FEE5 color RGB value is (247,254,229).

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

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 229 of 255 = 90%

247
254
229

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

Portions of RGB colors in percentages

R + G + B =
247 + 254 + 229 = 730 (100%)
R 247 of 730 ~ 33.84%
G 254 of 730 ~ 34.79%
B 229 of 730 ~ 31.37%

%33.84
%34.79
%31.37

CMYK color model

#F7FEE5 color CMYK value is (3,0,10,0).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(3,0,10,0)
C3M0Y10K0 
(3%,0%,10%,0%)
(0.03/0.00/0.10/0.00)	

CMYK percentages

%2.76
%0
%9.84
%0.39

Codes

Color #F7FEE5 in popluar color models

F7FEE5
RGB247254229
HSL77°92.59%94.71%
HSB/HSV77°9.84%99.61%
CMYK2.76%0.00%9.84%
0.39%

Color #F7FEE5 in popluar number systems.

HEXF7FEE5
Decimal247254229
Binary111101111111111011100101
Octal367376345

Shades and tints

Shades of #F7FEE5

#F7FEE5
(247,254,229)
#E1E7D1
(225,231,209)
#CBD0BD
(203,208,189)
#B5B9A9
(181,185,169)
#9FA295
(159,162,149)
#898B81
(137,139,129)
#73746D
(115,116,109)
#5D5D59
(93,93,89)
#474645
(71,70,69)
#312F31
(49,47,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #F7FEE5

#F7FEE5
(247,254,229)
#F7FEE7
(247,254,231)
#F7FEE9
(247,254,233)
#F7FEEB
(247,254,235)
#F7FEED
(247,254,237)
#F7FEEF
(247,254,239)
#F7FEF1
(247,254,241)
#F7FEF3
(247,254,243)
#F7FEF5
(247,254,245)
#F7FEF7
(247,254,247)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FEE5; }

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

This text font color is #F7FEE5.


Background Color

.myBgColor { background-color: #F7FEE5; }

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

This div background color is #F7FEE5.


Border color

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

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

This div border color is #F7FEE5.


Opacity

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

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

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

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

This text has shadow with #F7FEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FEE5 on black background.


Color preview on white background

This text has color #F7FEE5 on white background.



Black color preview on #F7FEE5 background

This text has black color on #F7FEE5 background.


White color preview on #F7FEE5 background

This text has white color on #F7FEE5 background.