COLOR #F6FDBE

HEX: #F6FDBE
RGB: (246,253,190)

Color info

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

RGB color model

#F6FDBE color RGB value is (246,253,190).

  • red value is 246;
  • green value is 253;
  • blue value is 190.
RGB:
(246,253,190)
(96%,99%,75%)

RGB channels and saturation

R 246 of 255 = 96%
G 253 of 255 = 99%
B 190 of 255 = 75%

246
253
190

R + G + B ~ 90%. #F6FDBE is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 253 + 190 = 689 (100%)
R 246 of 689 ~ 35.7%
G 253 of 689 ~ 36.72%
B 190 of 689 ~ 27.58%

%35.7
%36.72
%27.58

CMYK color model

#F6FDBE color CMYK value is (3,0,25,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK:
(3,0,25,1)
C3M0Y25K1 
(3%,0%,25%,1%)
(0.03/0.00/0.25/0.01)	

CMYK percentages

%2.77
%0
%24.9
%0.78

Codes

Color #F6FDBE in popluar color models

F6FDBE
RGB246253190
HSL67°94.03%86.86%
HSB/HSV67°24.90%99.22%
CMYK2.77%0.00%24.90%
0.78%

Color #F6FDBE in popluar number systems.

HEXF6FDBE
Decimal246253190
Binary111101101111110110111110
Octal366375276

Shades and tints

Shades of #F6FDBE

#F6FDBE
(246,253,190)
#E0E6AD
(224,230,173)
#CACF9C
(202,207,156)
#B4B88B
(180,184,139)
#9EA17A
(158,161,122)
#888A69
(136,138,105)
#727358
(114,115,88)
#5C5C47
(92,92,71)
#464536
(70,69,54)
#302E25
(48,46,37)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #F6FDBE

#F6FDBE
(246,253,190)
#F6FDC3
(246,253,195)
#F6FDC8
(246,253,200)
#F6FDCD
(246,253,205)
#F6FDD2
(246,253,210)
#F6FDD7
(246,253,215)
#F6FDDC
(246,253,220)
#F6FDE1
(246,253,225)
#F6FDE6
(246,253,230)
#F6FDEB
(246,253,235)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDBE; }

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

This text font color is #F6FDBE.


Background Color

.myBgColor { background-color: #F6FDBE; }

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

This div background color is #F6FDBE.


Border color

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

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

This div border color is #F6FDBE.


Opacity

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

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

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

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

This text has shadow with #F6FDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FDBE on black background.


Color preview on white background

This text has color #F6FDBE on white background.



Black color preview on #F6FDBE background

This text has black color on #F6FDBE background.


White color preview on #F6FDBE background

This text has white color on #F6FDBE background.