COLOR #F0FDDD

HEX: #F0FDDD
RGB: (240,253,221)

Color info

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

RGB color model

#F0FDDD color RGB value is (240,253,221).

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

RGB channels and saturation

R 240 of 255 = 94%
G 253 of 255 = 99%
B 221 of 255 = 87%

240
253
221

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

Portions of RGB colors in percentages

R + G + B =
240 + 253 + 221 = 714 (100%)
R 240 of 714 ~ 33.61%
G 253 of 714 ~ 35.43%
B 221 of 714 ~ 30.95%

%33.61
%35.43
%30.95

CMYK color model

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

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 12.65%
  • 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
%12.65
%0.78

Codes

Color #F0FDDD in popluar color models

F0FDDD
RGB240253221
HSL84°88.89%92.94%
HSB/HSV84°12.65%99.22%
CMYK5.14%0.00%12.65%
0.78%

Color #F0FDDD in popluar number systems.

HEXF0FDDD
Decimal240253221
Binary111100001111110111011101
Octal360375335

Shades and tints

Shades of #F0FDDD

#F0FDDD
(240,253,221)
#DBE6C9
(219,230,201)
#C6CFB5
(198,207,181)
#B1B8A1
(177,184,161)
#9CA18D
(156,161,141)
#878A79
(135,138,121)
#727365
(114,115,101)
#5D5C51
(93,92,81)
#48453D
(72,69,61)
#332E29
(51,46,41)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #F0FDDD

#F0FDDD
(240,253,221)
#F1FDE0
(241,253,224)
#F2FDE3
(242,253,227)
#F3FDE6
(243,253,230)
#F4FDE9
(244,253,233)
#F5FDEC
(245,253,236)
#F6FDEF
(246,253,239)
#F7FDF2
(247,253,242)
#F8FDF5
(248,253,245)
#F9FDF8
(249,253,248)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FDDD; }

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

This text font color is #F0FDDD.


Background Color

.myBgColor { background-color: #F0FDDD; }

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

This div background color is #F0FDDD.


Border color

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

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

This div border color is #F0FDDD.


Opacity

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

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

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

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

This text has shadow with #F0FDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FDDD on black background.


Color preview on white background

This text has color #F0FDDD on white background.



Black color preview on #F0FDDD background

This text has black color on #F0FDDD background.


White color preview on #F0FDDD background

This text has white color on #F0FDDD background.