COLOR #F5FDDB

HEX: #F5FDDB
RGB: (245,253,219)

Color info

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

RGB color model

#F5FDDB color RGB value is (245,253,219).

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

RGB channels and saturation

R 245 of 255 = 96%
G 253 of 255 = 99%
B 219 of 255 = 86%

245
253
219

R + G + B ~ 94%. #F5FDDB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 253 + 219 = 717 (100%)
R 245 of 717 ~ 34.17%
G 253 of 717 ~ 35.29%
B 219 of 717 ~ 30.54%

%34.17
%35.29
%30.54

CMYK color model

#F5FDDB color CMYK value is (3,0,13,1).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(3,0,13,1)
C3M0Y13K1 
(3%,0%,13%,1%)
(0.03/0.00/0.13/0.01)	

CMYK percentages

%3.16
%0
%13.44
%0.78

Codes

Color #F5FDDB in popluar color models

F5FDDB
RGB245253219
HSL74°89.47%92.55%
HSB/HSV74°13.44%99.22%
CMYK3.16%0.00%13.44%
0.78%

Color #F5FDDB in popluar number systems.

HEXF5FDDB
Decimal245253219
Binary111101011111110111011011
Octal365375333

Shades and tints

Shades of #F5FDDB

#F5FDDB
(245,253,219)
#DFE6C8
(223,230,200)
#C9CFB5
(201,207,181)
#B3B8A2
(179,184,162)
#9DA18F
(157,161,143)
#878A7C
(135,138,124)
#717369
(113,115,105)
#5B5C56
(91,92,86)
#454543
(69,69,67)
#2F2E30
(47,46,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #F5FDDB

#F5FDDB
(245,253,219)
#F5FDDE
(245,253,222)
#F5FDE1
(245,253,225)
#F5FDE4
(245,253,228)
#F5FDE7
(245,253,231)
#F5FDEA
(245,253,234)
#F5FDED
(245,253,237)
#F5FDF0
(245,253,240)
#F5FDF3
(245,253,243)
#F5FDF6
(245,253,246)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FDDB; }

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

This text font color is #F5FDDB.


Background Color

.myBgColor { background-color: #F5FDDB; }

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

This div background color is #F5FDDB.


Border color

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

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

This div border color is #F5FDDB.


Opacity

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

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

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

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

This text has shadow with #F5FDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FDDB on black background.


Color preview on white background

This text has color #F5FDDB on white background.



Black color preview on #F5FDDB background

This text has black color on #F5FDDB background.


White color preview on #F5FDDB background

This text has white color on #F5FDDB background.