COLOR #F7FEC2

HEX: #F7FEC2
RGB: (247,254,194)

Color info

#F7FEC2 contains mainly red and green colors. Web safe color of #F7FEC2 is #FFFFCC (or #FFC).

RGB color model

#F7FEC2 color RGB value is (247,254,194).

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

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 194 of 255 = 76%

247
254
194

R + G + B ~ 91%. #F7FEC2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 254 + 194 = 695 (100%)
R 247 of 695 ~ 35.54%
G 254 of 695 ~ 36.55%
B 194 of 695 ~ 27.91%

%35.54
%36.55
%27.91

CMYK color model

#F7FEC2 color CMYK value is (3,0,24,0).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 0.39%
CMYK:
(3,0,24,0)
C3M0Y24K0 
(3%,0%,24%,0%)
(0.03/0.00/0.24/0.00)	

CMYK percentages

%2.76
%0
%23.62
%0.39

Codes

Color #F7FEC2 in popluar color models

F7FEC2
RGB247254194
HSL67°96.77%87.84%
HSB/HSV67°23.62%99.61%
CMYK2.76%0.00%23.62%
0.39%

Color #F7FEC2 in popluar number systems.

HEXF7FEC2
Decimal247254194
Binary111101111111111011000010
Octal367376302

Shades and tints

Shades of #F7FEC2

#F7FEC2
(247,254,194)
#E1E7B1
(225,231,177)
#CBD0A0
(203,208,160)
#B5B98F
(181,185,143)
#9FA27E
(159,162,126)
#898B6D
(137,139,109)
#73745C
(115,116,92)
#5D5D4B
(93,93,75)
#47463A
(71,70,58)
#312F29
(49,47,41)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #F7FEC2

#F7FEC2
(247,254,194)
#F7FEC7
(247,254,199)
#F7FECC
(247,254,204)
#F7FED1
(247,254,209)
#F7FED6
(247,254,214)
#F7FEDB
(247,254,219)
#F7FEE0
(247,254,224)
#F7FEE5
(247,254,229)
#F7FEEA
(247,254,234)
#F7FEEF
(247,254,239)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FEC2; }

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

This text font color is #F7FEC2.


Background Color

.myBgColor { background-color: #F7FEC2; }

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

This div background color is #F7FEC2.


Border color

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

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

This div border color is #F7FEC2.


Opacity

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

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

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

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

This text has shadow with #F7FEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FEC2 on black background.


Color preview on white background

This text has color #F7FEC2 on white background.



Black color preview on #F7FEC2 background

This text has black color on #F7FEC2 background.


White color preview on #F7FEC2 background

This text has white color on #F7FEC2 background.