COLOR #F7FDC2

HEX: #F7FDC2
RGB: (247,253,194)

Color info

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

RGB color model

#F7FDC2 color RGB value is (247,253,194).

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

RGB channels and saturation

R 247 of 255 = 97%
G 253 of 255 = 99%
B 194 of 255 = 76%

247
253
194

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

Portions of RGB colors in percentages

R + G + B =
247 + 253 + 194 = 694 (100%)
R 247 of 694 ~ 35.59%
G 253 of 694 ~ 36.46%
B 194 of 694 ~ 27.95%

%35.59
%36.46
%27.95

CMYK color model

#F7FDC2 color CMYK value is (2,0,23,1).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 0.78%
CMYK:
(2,0,23,1)
C2M0Y23K1 
(2%,0%,23%,1%)
(0.02/0.00/0.23/0.01)	

CMYK percentages

%2.37
%0
%23.32
%0.78

Codes

Color #F7FDC2 in popluar color models

F7FDC2
RGB247253194
HSL66°93.65%87.65%
HSB/HSV66°23.32%99.22%
CMYK2.37%0.00%23.32%
0.78%

Color #F7FDC2 in popluar number systems.

HEXF7FDC2
Decimal247253194
Binary111101111111110111000010
Octal367375302

Shades and tints

Shades of #F7FDC2

#F7FDC2
(247,253,194)
#E1E6B1
(225,230,177)
#CBCFA0
(203,207,160)
#B5B88F
(181,184,143)
#9FA17E
(159,161,126)
#898A6D
(137,138,109)
#73735C
(115,115,92)
#5D5C4B
(93,92,75)
#47453A
(71,69,58)
#312E29
(49,46,41)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #F7FDC2

#F7FDC2
(247,253,194)
#F7FDC7
(247,253,199)
#F7FDCC
(247,253,204)
#F7FDD1
(247,253,209)
#F7FDD6
(247,253,214)
#F7FDDB
(247,253,219)
#F7FDE0
(247,253,224)
#F7FDE5
(247,253,229)
#F7FDEA
(247,253,234)
#F7FDEF
(247,253,239)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FDC2; }

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

This text font color is #F7FDC2.


Background Color

.myBgColor { background-color: #F7FDC2; }

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

This div background color is #F7FDC2.


Border color

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

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

This div border color is #F7FDC2.


Opacity

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

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

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

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

This text has shadow with #F7FDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FDC2 on black background.


Color preview on white background

This text has color #F7FDC2 on white background.



Black color preview on #F7FDC2 background

This text has black color on #F7FDC2 background.


White color preview on #F7FDC2 background

This text has white color on #F7FDC2 background.