COLOR #F4F9BE

HEX: #F4F9BE
RGB: (244,249,190)

Color info

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

RGB color model

#F4F9BE color RGB value is (244,249,190).

  • red value is 244;
  • green value is 249;
  • blue value is 190.
RGB:
(244,249,190)
(96%,98%,75%)

RGB channels and saturation

R 244 of 255 = 96%
G 249 of 255 = 98%
B 190 of 255 = 75%

244
249
190

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

Portions of RGB colors in percentages

R + G + B =
244 + 249 + 190 = 683 (100%)
R 244 of 683 ~ 35.72%
G 249 of 683 ~ 36.46%
B 190 of 683 ~ 27.82%

%35.72
%36.46
%27.82

CMYK color model

#F4F9BE color CMYK value is (2,0,24,2).

  • cyan value is 2.01%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(2,0,24,2)
C2M0Y24K2 
(2%,0%,24%,2%)
(0.02/0.00/0.24/0.02)	

CMYK percentages

%2.01
%0
%23.69
%2.35

Codes

Color #F4F9BE in popluar color models

F4F9BE
RGB244249190
HSL65°83.10%86.08%
HSB/HSV65°23.69%97.65%
CMYK2.01%0.00%23.69%
2.35%

Color #F4F9BE in popluar number systems.

HEXF4F9BE
Decimal244249190
Binary111101001111100110111110
Octal364371276

Shades and tints

Shades of #F4F9BE

#F4F9BE
(244,249,190)
#DEE3AD
(222,227,173)
#C8CD9C
(200,205,156)
#B2B78B
(178,183,139)
#9CA17A
(156,161,122)
#868B69
(134,139,105)
#707558
(112,117,88)
#5A5F47
(90,95,71)
#444936
(68,73,54)
#2E3325
(46,51,37)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #F4F9BE

#F4F9BE
(244,249,190)
#F5F9C3
(245,249,195)
#F6F9C8
(246,249,200)
#F7F9CD
(247,249,205)
#F8F9D2
(248,249,210)
#F9F9D7
(249,249,215)
#FAF9DC
(250,249,220)
#FBF9E1
(251,249,225)
#FCF9E6
(252,249,230)
#FDF9EB
(253,249,235)
#FEF9F0
(254,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F9BE color. Also use rgb(244,249,190) instead hex code.

Text Font Color

.myTextColor { color: #F4F9BE; }

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

This text font color is #F4F9BE.


Background Color

.myBgColor { background-color: #F4F9BE; }

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

This div background color is #F4F9BE.


Border color

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

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

This div border color is #F4F9BE.


Opacity

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

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

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

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

This text has shadow with #F4F9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F9BE on black background.


Color preview on white background

This text has color #F4F9BE on white background.



Black color preview on #F4F9BE background

This text has black color on #F4F9BE background.


White color preview on #F4F9BE background

This text has white color on #F4F9BE background.