COLOR #F0FDDB

HEX: #F0FDDB
RGB: (240,253,219)

Color info

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

RGB color model

#F0FDDB color RGB value is (240,253,219).

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

RGB channels and saturation

R 240 of 255 = 94%
G 253 of 255 = 99%
B 219 of 255 = 86%

240
253
219

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

Portions of RGB colors in percentages

R + G + B =
240 + 253 + 219 = 712 (100%)
R 240 of 712 ~ 33.71%
G 253 of 712 ~ 35.53%
B 219 of 712 ~ 30.76%

%33.71
%35.53
%30.76

CMYK color model

#F0FDDB color CMYK value is (5,0,13,1).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(5,0,13,1)
C5M0Y13K1 
(5%,0%,13%,1%)
(0.05/0.00/0.13/0.01)	

CMYK percentages

%5.14
%0
%13.44
%0.78

Codes

Color #F0FDDB in popluar color models

F0FDDB
RGB240253219
HSL83°89.47%92.55%
HSB/HSV83°13.44%99.22%
CMYK5.14%0.00%13.44%
0.78%

Color #F0FDDB in popluar number systems.

HEXF0FDDB
Decimal240253219
Binary111100001111110111011011
Octal360375333

Shades and tints

Shades of #F0FDDB

#F0FDDB
(240,253,219)
#DBE6C8
(219,230,200)
#C6CFB5
(198,207,181)
#B1B8A2
(177,184,162)
#9CA18F
(156,161,143)
#878A7C
(135,138,124)
#727369
(114,115,105)
#5D5C56
(93,92,86)
#484543
(72,69,67)
#332E30
(51,46,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #F0FDDB

#F0FDDB
(240,253,219)
#F1FDDE
(241,253,222)
#F2FDE1
(242,253,225)
#F3FDE4
(243,253,228)
#F4FDE7
(244,253,231)
#F5FDEA
(245,253,234)
#F6FDED
(246,253,237)
#F7FDF0
(247,253,240)
#F8FDF3
(248,253,243)
#F9FDF6
(249,253,246)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FDDB; }

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

This text font color is #F0FDDB.


Background Color

.myBgColor { background-color: #F0FDDB; }

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

This div background color is #F0FDDB.


Border color

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

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

This div border color is #F0FDDB.


Opacity

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

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

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

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

This text has shadow with #F0FDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FDDB on black background.


Color preview on white background

This text has color #F0FDDB on white background.



Black color preview on #F0FDDB background

This text has black color on #F0FDDB background.


White color preview on #F0FDDB background

This text has white color on #F0FDDB background.