COLOR #F5F9DA

HEX: #F5F9DA
RGB: (245,249,218)

Color info

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

RGB color model

#F5F9DA color RGB value is (245,249,218).

  • red value is 245;
  • green value is 249;
  • blue value is 218.
RGB:
(245,249,218)
(96%,98%,85%)

RGB channels and saturation

R 245 of 255 = 96%
G 249 of 255 = 98%
B 218 of 255 = 85%

245
249
218

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

Portions of RGB colors in percentages

R + G + B =
245 + 249 + 218 = 712 (100%)
R 245 of 712 ~ 34.41%
G 249 of 712 ~ 34.97%
B 218 of 712 ~ 30.62%

%34.41
%34.97
%30.62

CMYK color model

#F5F9DA color CMYK value is (2,0,12,2).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(2,0,12,2)
C2M0Y12K2 
(2%,0%,12%,2%)
(0.02/0.00/0.12/0.02)	

CMYK percentages

%1.61
%0
%12.45
%2.35

Codes

Color #F5F9DA in popluar color models

F5F9DA
RGB245249218
HSL68°72.09%91.57%
HSB/HSV68°12.45%97.65%
CMYK1.61%0.00%12.45%
2.35%

Color #F5F9DA in popluar number systems.

HEXF5F9DA
Decimal245249218
Binary111101011111100111011010
Octal365371332

Shades and tints

Shades of #F5F9DA

#F5F9DA
(245,249,218)
#DFE3C7
(223,227,199)
#C9CDB4
(201,205,180)
#B3B7A1
(179,183,161)
#9DA18E
(157,161,142)
#878B7B
(135,139,123)
#717568
(113,117,104)
#5B5F55
(91,95,85)
#454942
(69,73,66)
#2F332F
(47,51,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #F5F9DA

#F5F9DA
(245,249,218)
#F5F9DD
(245,249,221)
#F5F9E0
(245,249,224)
#F5F9E3
(245,249,227)
#F5F9E6
(245,249,230)
#F5F9E9
(245,249,233)
#F5F9EC
(245,249,236)
#F5F9EF
(245,249,239)
#F5F9F2
(245,249,242)
#F5F9F5
(245,249,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F9DA color. Also use rgb(245,249,218) instead hex code.

Text Font Color

.myTextColor { color: #F5F9DA; }

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

This text font color is #F5F9DA.


Background Color

.myBgColor { background-color: #F5F9DA; }

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

This div background color is #F5F9DA.


Border color

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

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

This div border color is #F5F9DA.


Opacity

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

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

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

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

This text has shadow with #F5F9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5F9DA on black background.


Color preview on white background

This text has color #F5F9DA on white background.



Black color preview on #F5F9DA background

This text has black color on #F5F9DA background.


White color preview on #F5F9DA background

This text has white color on #F5F9DA background.