COLOR #F0FDBE

HEX: #F0FDBE RGB: (240,253,190)

Color info

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

RGB color model

#F0FDBE color RGB value is (240,253,190).

RGB: (240,253,190) (94%, 99%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 253 of 255 = 99%
B 190 of 255 = 75%

240
253
190

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

Portions of RGB colors in percentages

R + G + B = 240 + 253 + 190 = 683 (100%)
R 240 of 683 ~ 35.14%
G 253 of 683 ~ 37.04%
B 190 of 683 ~ 27.82'%

%35.14
%37.04
%27.82

CMYK color model

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

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

Codes

Color #F0FDBE in popluar color models

F0 FD BE
RGB 240 253 190
HSL 72° 94.03% 86.86%
HSB/HSV 72° 24.90% 99.22%
CMYK 5.14% 0.00% 24.90%
0.78%

Color #F0FDBE in popluar number systems.

HEX F0 FD BE
Decimal 240 253 190
Binary 11110000 11111101 10111110
Octal 360 375 276

Shades and tints

Shades of #F0FDBE

#F0FDBE
(240,253,190)
#DBE6AD
(219,230,173)
#C6CF9C
(198,207,156)
#B1B88B
(177,184,139)
#9CA17A
(156,161,122)
#878A69
(135,138,105)
#727358
(114,115,88)
#5D5C47
(93,92,71)
#484536
(72,69,54)
#332E25
(51,46,37)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #F0FDBE

#F0FDBE
(240,253,190)
#F1FDC3
(241,253,195)
#F2FDC8
(242,253,200)
#F3FDCD
(243,253,205)
#F4FDD2
(244,253,210)
#F5FDD7
(245,253,215)
#F6FDDC
(246,253,220)
#F7FDE1
(247,253,225)
#F8FDE6
(248,253,230)
#F9FDEB
(249,253,235)
#FAFDF0
(250,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FDBE; }

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

This text font color is #F0FDBE.

Background Color

.myBgColor { background-color: #F0FDBE; }

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

This div background color is #F0FDBE.

Border color

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

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

This div border color is #F0FDBE.

Opacity

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

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

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

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

This text has shadow with #F0FDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FDBE.

Preview

Color preview on black background

This text has color #F0FDBE on black background.


Color preview on white background

This text has color #F0FDBE on white background.


Black color preview on #F0FDBE background

This text has black color on #F0FDBE background.


White color preview on #F0FDBE background

This text has white color on #F0FDBE background.


Related colors

Complementary color

Complementary color for #hex is #0F0241.


I love getcolorcode.com

Triadic colors

1 #BEF0FD and #FDBEF0 with #F0FDBE are triadic colors.

2 #BEFDF0 and #FDF0BE with #F0FDBE are triadic colors.