COLOR #F0FDBD

HEX: #F0FDBD
RGB: (240,253,189)

Color info

#F0FDBD contains mainly red and green colors. Web safe color of #F0FDBD is #FFFFCC (or #FFC).

RGB color model

#F0FDBD color RGB value is (240,253,189).

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

RGB channels and saturation

R 240 of 255 = 94%
G 253 of 255 = 99%
B 189 of 255 = 74%

240
253
189

R + G + B ~ 89%. #F0FDBD is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 253 + 189 = 682 (100%)
R 240 of 682 ~ 35.19%
G 253 of 682 ~ 37.1%
B 189 of 682 ~ 27.71%

%35.19
%37.1
%27.71

CMYK color model

#F0FDBD color CMYK value is (5,0,25,1).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 0.78%
CMYK:
(5,0,25,1)
C5M0Y25K1 
(5%,0%,25%,1%)
(0.05/0.00/0.25/0.01)	

CMYK percentages

%5.14
%0
%25.3
%0.78

Codes

Color #F0FDBD in popluar color models

F0FDBD
RGB240253189
HSL72°94.12%86.67%
HSB/HSV72°25.30%99.22%
CMYK5.14%0.00%25.30%
0.78%

Color #F0FDBD in popluar number systems.

HEXF0FDBD
Decimal240253189
Binary111100001111110110111101
Octal360375275

Shades and tints

Shades of #F0FDBD

#F0FDBD
(240,253,189)
#DBE6AC
(219,230,172)
#C6CF9B
(198,207,155)
#B1B88A
(177,184,138)
#9CA179
(156,161,121)
#878A68
(135,138,104)
#727357
(114,115,87)
#5D5C46
(93,92,70)
#484535
(72,69,53)
#332E24
(51,46,36)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #F0FDBD

#F0FDBD
(240,253,189)
#F1FDC3
(241,253,195)
#F2FDC9
(242,253,201)
#F3FDCF
(243,253,207)
#F4FDD5
(244,253,213)
#F5FDDB
(245,253,219)
#F6FDE1
(246,253,225)
#F7FDE7
(247,253,231)
#F8FDED
(248,253,237)
#F9FDF3
(249,253,243)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FDBD; }

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

This text font color is #F0FDBD.


Background Color

.myBgColor { background-color: #F0FDBD; }

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

This div background color is #F0FDBD.


Border color

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

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

This div border color is #F0FDBD.


Opacity

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

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

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

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

This text has shadow with #F0FDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FDBD on black background.


Color preview on white background

This text has color #F0FDBD on white background.



Black color preview on #F0FDBD background

This text has black color on #F0FDBD background.


White color preview on #F0FDBD background

This text has white color on #F0FDBD background.