COLOR #F7FDE6

HEX: #F7FDE6 RGB: (247,253,230)

Color info

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

RGB color model

#F7FDE6 color RGB value is (247,253,230).

RGB: (247,253,230) (97%, 99%, 90%)

RGB channels and saturation

R 247 of 255 = 97%
G 253 of 255 = 99%
B 230 of 255 = 90%

247
253
230

R + G + B ~ 95%. #F7FDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 253 + 230 = 730 (100%)
R 247 of 730 ~ 33.84%
G 253 of 730 ~ 34.66%
B 230 of 730 ~ 31.51'%

%33.84
%34.66
%31.51

CMYK color model

#F7FDE6 color CMYK value is (2,0,9,1).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%

CMYK: (2,0,9,1)
C2M0Y9K1 (2%, 0%, 9%, 1%)
(0.02 / 0.00 / 0.09 / 0.01)

CMYK percentages

%2.37
%0
%9.09
%0.78

Codes

Color #F7FDE6 in popluar color models

F7 FD E6
RGB 247 253 230
HSL 76° 85.19% 94.71%
HSB/HSV 76° 9.09% 99.22%
CMYK 2.37% 0.00% 9.09%
0.78%

Color #F7FDE6 in popluar number systems.

HEX F7 FD E6
Decimal 247 253 230
Binary 11110111 11111101 11100110
Octal 367 375 346

Shades and tints

Shades of #F7FDE6

#F7FDE6
(247,253,230)
#E1E6D2
(225,230,210)
#CBCFBE
(203,207,190)
#B5B8AA
(181,184,170)
#9FA196
(159,161,150)
#898A82
(137,138,130)
#73736E
(115,115,110)
#5D5C5A
(93,92,90)
#474546
(71,69,70)
#312E32
(49,46,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #F7FDE6

#F7FDE6
(247,253,230)
#F7FDE8
(247,253,232)
#F7FDEA
(247,253,234)
#F7FDEC
(247,253,236)
#F7FDEE
(247,253,238)
#F7FDF0
(247,253,240)
#F7FDF2
(247,253,242)
#F7FDF4
(247,253,244)
#F7FDF6
(247,253,246)
#F7FDF8
(247,253,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FDE6; }

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

This text font color is #F7FDE6.

Background Color

.myBgColor { background-color: #F7FDE6; }

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

This div background color is #F7FDE6.

Border color

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

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

This div border color is #F7FDE6.

Opacity

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

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

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

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

This text has shadow with #F7FDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FDE6.

Preview

Color preview on black background

This text has color #F7FDE6 on black background.


Color preview on white background

This text has color #F7FDE6 on white background.


Black color preview on #F7FDE6 background

This text has black color on #F7FDE6 background.


White color preview on #F7FDE6 background

This text has white color on #F7FDE6 background.


Related colors

Complementary color

Complementary color for #hex is #080219.


I love getcolorcode.com

Triadic colors

1 #E6F7FD and #FDE6F7 with #F7FDE6 are triadic colors.

2 #E6FDF7 and #FDF7E6 with #F7FDE6 are triadic colors.