COLOR #F7FDD5

HEX: #F7FDD5 RGB: (247,253,213)

Color info

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

RGB color model

#F7FDD5 color RGB value is (247,253,213).

RGB: (247,253,213) (97%, 99%, 84%)

RGB channels and saturation

R 247 of 255 = 97%
G 253 of 255 = 99%
B 213 of 255 = 84%

247
253
213

R + G + B ~ 93%. #F7FDD5 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 253 + 213 = 713 (100%)
R 247 of 713 ~ 34.64%
G 253 of 713 ~ 35.48%
B 213 of 713 ~ 29.87'%

%34.64
%35.48
%29.87

CMYK color model

#F7FDD5 color CMYK value is (2,0,16,1).

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

CMYK: (2,0,16,1)
C2M0Y16K1 (2%, 0%, 16%, 1%)
(0.02 / 0.00 / 0.16 / 0.01)

CMYK percentages

%2.37
%0
%15.81
%0.78

Codes

Color #F7FDD5 in popluar color models

F7 FD D5
RGB 247 253 213
HSL 69° 90.91% 91.37%
HSB/HSV 69° 15.81% 99.22%
CMYK 2.37% 0.00% 15.81%
0.78%

Color #F7FDD5 in popluar number systems.

HEX F7 FD D5
Decimal 247 253 213
Binary 11110111 11111101 11010101
Octal 367 375 325

Shades and tints

Shades of #F7FDD5

#F7FDD5
(247,253,213)
#E1E6C2
(225,230,194)
#CBCFAF
(203,207,175)
#B5B89C
(181,184,156)
#9FA189
(159,161,137)
#898A76
(137,138,118)
#737363
(115,115,99)
#5D5C50
(93,92,80)
#47453D
(71,69,61)
#312E2A
(49,46,42)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #F7FDD5

#F7FDD5
(247,253,213)
#F7FDD8
(247,253,216)
#F7FDDB
(247,253,219)
#F7FDDE
(247,253,222)
#F7FDE1
(247,253,225)
#F7FDE4
(247,253,228)
#F7FDE7
(247,253,231)
#F7FDEA
(247,253,234)
#F7FDED
(247,253,237)
#F7FDF0
(247,253,240)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FDD5; }

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

This text font color is #F7FDD5.

Background Color

.myBgColor { background-color: #F7FDD5; }

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

This div background color is #F7FDD5.

Border color

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

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

This div border color is #F7FDD5.

Opacity

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

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

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

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

This text has shadow with #F7FDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FDD5.

Preview

Color preview on black background

This text has color #F7FDD5 on black background.


Color preview on white background

This text has color #F7FDD5 on white background.


Black color preview on #F7FDD5 background

This text has black color on #F7FDD5 background.


White color preview on #F7FDD5 background

This text has white color on #F7FDD5 background.


Related colors

Complementary color

Complementary color for #hex is #08022A.


I love getcolorcode.com

Triadic colors

1 #D5F7FD and #FDD5F7 with #F7FDD5 are triadic colors.

2 #D5FDF7 and #FDF7D5 with #F7FDD5 are triadic colors.