COLOR #F5FDD9

HEX: #F5FDD9
RGB: (245,253,217)

Color info

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

RGB color model

#F5FDD9 color RGB value is (245,253,217).

  • red value is 245;
  • green value is 253;
  • blue value is 217.
RGB:
(245,253,217)
(96%,99%,85%)

RGB channels and saturation

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

245
253
217

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

Portions of RGB colors in percentages

R + G + B =
245 + 253 + 217 = 715 (100%)
R 245 of 715 ~ 34.27%
G 253 of 715 ~ 35.38%
B 217 of 715 ~ 30.35%

%34.27
%35.38
%30.35

CMYK color model

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

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(3,0,14,1)
C3M0Y14K1 
(3%,0%,14%,1%)
(0.03/0.00/0.14/0.01)	

CMYK percentages

%3.16
%0
%14.23
%0.78

Codes

Color #F5FDD9 in popluar color models

F5FDD9
RGB245253217
HSL73°90.00%92.16%
HSB/HSV73°14.23%99.22%
CMYK3.16%0.00%14.23%
0.78%

Color #F5FDD9 in popluar number systems.

HEXF5FDD9
Decimal245253217
Binary111101011111110111011001
Octal365375331

Shades and tints

Shades of #F5FDD9

#F5FDD9
(245,253,217)
#DFE6C6
(223,230,198)
#C9CFB3
(201,207,179)
#B3B8A0
(179,184,160)
#9DA18D
(157,161,141)
#878A7A
(135,138,122)
#717367
(113,115,103)
#5B5C54
(91,92,84)
#454541
(69,69,65)
#2F2E2E
(47,46,46)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #F5FDD9

#F5FDD9
(245,253,217)
#F5FDDC
(245,253,220)
#F5FDDF
(245,253,223)
#F5FDE2
(245,253,226)
#F5FDE5
(245,253,229)
#F5FDE8
(245,253,232)
#F5FDEB
(245,253,235)
#F5FDEE
(245,253,238)
#F5FDF1
(245,253,241)
#F5FDF4
(245,253,244)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FDD9; }

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

This text font color is #F5FDD9.


Background Color

.myBgColor { background-color: #F5FDD9; }

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

This div background color is #F5FDD9.


Border color

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

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

This div border color is #F5FDD9.


Opacity

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

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

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

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

This text has shadow with #F5FDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FDD9 on black background.


Color preview on white background

This text has color #F5FDD9 on white background.



Black color preview on #F5FDD9 background

This text has black color on #F5FDD9 background.


White color preview on #F5FDD9 background

This text has white color on #F5FDD9 background.