COLOR #F5FCD9

HEX: #F5FCD9 RGB: (245,252,217)

Color info

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

RGB color model

#F5FCD9 color RGB value is (245,252,217).

RGB: (245,252,217) (96%, 99%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 217 of 255 = 85%

245
252
217

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

Portions of RGB colors in percentages

R + G + B = 245 + 252 + 217 = 714 (100%)
R 245 of 714 ~ 34.31%
G 252 of 714 ~ 35.29%
B 217 of 714 ~ 30.39'%

%34.31
%35.29
%30.39

CMYK color model

#F5FCD9 color CMYK value is (3,0,14,1).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 1.18%

CMYK: (3,0,14,1)
C3M0Y14K1 (3%, 0%, 14%, 1%)
(0.03 / 0.00 / 0.14 / 0.01)

CMYK percentages

%2.78
%0
%13.89
%1.18

Codes

Color #F5FCD9 in popluar color models

F5 FC D9
RGB 245 252 217
HSL 72° 85.37% 91.96%
HSB/HSV 72° 13.89% 98.82%
CMYK 2.78% 0.00% 13.89%
1.18%

Color #F5FCD9 in popluar number systems.

HEX F5 FC D9
Decimal 245 252 217
Binary 11110101 11111100 11011001
Octal 365 374 331

Shades and tints

Shades of #F5FCD9

#F5FCD9
(245,252,217)
#DFE6C6
(223,230,198)
#C9D0B3
(201,208,179)
#B3BAA0
(179,186,160)
#9DA48D
(157,164,141)
#878E7A
(135,142,122)
#717867
(113,120,103)
#5B6254
(91,98,84)
#454C41
(69,76,65)
#2F362E
(47,54,46)
#19201B
(25,32,27)
#000000
(0,0,0)

Tints of #F5FCD9

#F5FCD9
(245,252,217)
#F5FCDC
(245,252,220)
#F5FCDF
(245,252,223)
#F5FCE2
(245,252,226)
#F5FCE5
(245,252,229)
#F5FCE8
(245,252,232)
#F5FCEB
(245,252,235)
#F5FCEE
(245,252,238)
#F5FCF1
(245,252,241)
#F5FCF4
(245,252,244)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FCD9 color. Also use rgb(245,252,217) instead hex code.

Text Font Color

.myTextColor { color: #F5FCD9; }

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

This text font color is #F5FCD9.

Background Color

.myBgColor { background-color: #F5FCD9; }

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

This div background color is #F5FCD9.

Border color

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

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

This div border color is #F5FCD9.

Opacity

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

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

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

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

This text has shadow with #F5FCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FCD9.

Preview

Color preview on black background

This text has color #F5FCD9 on black background.


Color preview on white background

This text has color #F5FCD9 on white background.


Black color preview on #F5FCD9 background

This text has black color on #F5FCD9 background.


White color preview on #F5FCD9 background

This text has white color on #F5FCD9 background.


Related colors

Complementary color

Complementary color for #hex is #0A0326.


I love getcolorcode.com

Triadic colors

1 #D9F5FC and #FCD9F5 with #F5FCD9 are triadic colors.

2 #D9FCF5 and #FCF5D9 with #F5FCD9 are triadic colors.