COLOR #F7FDCA

HEX: #F7FDCA
RGB: (247,253,202)

Color info

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

RGB color model

#F7FDCA color RGB value is (247,253,202).

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

RGB channels and saturation

R 247 of 255 = 97%
G 253 of 255 = 99%
B 202 of 255 = 79%

247
253
202

R + G + B ~ 92%. #F7FDCA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 253 + 202 = 702 (100%)
R 247 of 702 ~ 35.19%
G 253 of 702 ~ 36.04%
B 202 of 702 ~ 28.77%

%35.19
%36.04
%28.77

CMYK color model

#F7FDCA color CMYK value is (2,0,20,1).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(2,0,20,1)
C2M0Y20K1 
(2%,0%,20%,1%)
(0.02/0.00/0.20/0.01)	

CMYK percentages

%2.37
%0
%20.16
%0.78

Codes

Color #F7FDCA in popluar color models

F7FDCA
RGB247253202
HSL67°92.73%89.22%
HSB/HSV67°20.16%99.22%
CMYK2.37%0.00%20.16%
0.78%

Color #F7FDCA in popluar number systems.

HEXF7FDCA
Decimal247253202
Binary111101111111110111001010
Octal367375312

Shades and tints

Shades of #F7FDCA

#F7FDCA
(247,253,202)
#E1E6B8
(225,230,184)
#CBCFA6
(203,207,166)
#B5B894
(181,184,148)
#9FA182
(159,161,130)
#898A70
(137,138,112)
#73735E
(115,115,94)
#5D5C4C
(93,92,76)
#47453A
(71,69,58)
#312E28
(49,46,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #F7FDCA

#F7FDCA
(247,253,202)
#F7FDCE
(247,253,206)
#F7FDD2
(247,253,210)
#F7FDD6
(247,253,214)
#F7FDDA
(247,253,218)
#F7FDDE
(247,253,222)
#F7FDE2
(247,253,226)
#F7FDE6
(247,253,230)
#F7FDEA
(247,253,234)
#F7FDEE
(247,253,238)
#F7FDF2
(247,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FDCA; }

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

This text font color is #F7FDCA.


Background Color

.myBgColor { background-color: #F7FDCA; }

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

This div background color is #F7FDCA.


Border color

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

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

This div border color is #F7FDCA.


Opacity

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

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

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

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

This text has shadow with #F7FDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FDCA on black background.


Color preview on white background

This text has color #F7FDCA on white background.



Black color preview on #F7FDCA background

This text has black color on #F7FDCA background.


White color preview on #F7FDCA background

This text has white color on #F7FDCA background.