COLOR #F5FDD7

HEX: #F5FDD7
RGB: (245,253,215)

Color info

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

RGB color model

#F5FDD7 color RGB value is (245,253,215).

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

RGB channels and saturation

R 245 of 255 = 96%
G 253 of 255 = 99%
B 215 of 255 = 84%

245
253
215

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

Portions of RGB colors in percentages

R + G + B =
245 + 253 + 215 = 713 (100%)
R 245 of 713 ~ 34.36%
G 253 of 713 ~ 35.48%
B 215 of 713 ~ 30.15%

%34.36
%35.48
%30.15

CMYK color model

#F5FDD7 color CMYK value is (3,0,15,1).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 0.78%
CMYK:
(3,0,15,1)
C3M0Y15K1 
(3%,0%,15%,1%)
(0.03/0.00/0.15/0.01)	

CMYK percentages

%3.16
%0
%15.02
%0.78

Codes

Color #F5FDD7 in popluar color models

F5FDD7
RGB245253215
HSL73°90.48%91.76%
HSB/HSV73°15.02%99.22%
CMYK3.16%0.00%15.02%
0.78%

Color #F5FDD7 in popluar number systems.

HEXF5FDD7
Decimal245253215
Binary111101011111110111010111
Octal365375327

Shades and tints

Shades of #F5FDD7

#F5FDD7
(245,253,215)
#DFE6C4
(223,230,196)
#C9CFB1
(201,207,177)
#B3B89E
(179,184,158)
#9DA18B
(157,161,139)
#878A78
(135,138,120)
#717365
(113,115,101)
#5B5C52
(91,92,82)
#45453F
(69,69,63)
#2F2E2C
(47,46,44)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #F5FDD7

#F5FDD7
(245,253,215)
#F5FDDA
(245,253,218)
#F5FDDD
(245,253,221)
#F5FDE0
(245,253,224)
#F5FDE3
(245,253,227)
#F5FDE6
(245,253,230)
#F5FDE9
(245,253,233)
#F5FDEC
(245,253,236)
#F5FDEF
(245,253,239)
#F5FDF2
(245,253,242)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FDD7; }

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

This text font color is #F5FDD7.


Background Color

.myBgColor { background-color: #F5FDD7; }

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

This div background color is #F5FDD7.


Border color

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

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

This div border color is #F5FDD7.


Opacity

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

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

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

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

This text has shadow with #F5FDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FDD7 on black background.


Color preview on white background

This text has color #F5FDD7 on white background.



Black color preview on #F5FDD7 background

This text has black color on #F5FDD7 background.


White color preview on #F5FDD7 background

This text has white color on #F5FDD7 background.