COLOR #F4F8BE

HEX: #F4F8BE RGB: (244,248,190)

Color info

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

RGB color model

#F4F8BE color RGB value is (244,248,190).

RGB: (244,248,190) (96%, 97%, 75%)

RGB channels and saturation

R 244 of 255 = 96%
G 248 of 255 = 97%
B 190 of 255 = 75%

244
248
190

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

Portions of RGB colors in percentages

R + G + B = 244 + 248 + 190 = 682 (100%)
R 244 of 682 ~ 35.78%
G 248 of 682 ~ 36.36%
B 190 of 682 ~ 27.86'%

%35.78
%36.36
%27.86

CMYK color model

#F4F8BE color CMYK value is (2,0,23,3).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 2.75%

CMYK: (2,0,23,3)
C2M0Y23K3 (2%, 0%, 23%, 3%)
(0.02 / 0.00 / 0.23 / 0.03)

CMYK percentages

%1.61
%0
%23.39
%2.75

Codes

Color #F4F8BE in popluar color models

F4 F8 BE
RGB 244 248 190
HSL 64° 80.56% 85.88%
HSB/HSV 64° 23.39% 97.25%
CMYK 1.61% 0.00% 23.39%
2.75%

Color #F4F8BE in popluar number systems.

HEX F4 F8 BE
Decimal 244 248 190
Binary 11110100 11111000 10111110
Octal 364 370 276

Shades and tints

Shades of #F4F8BE

#F4F8BE
(244,248,190)
#DEE2AD
(222,226,173)
#C8CC9C
(200,204,156)
#B2B68B
(178,182,139)
#9CA07A
(156,160,122)
#868A69
(134,138,105)
#707458
(112,116,88)
#5A5E47
(90,94,71)
#444836
(68,72,54)
#2E3225
(46,50,37)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #F4F8BE

#F4F8BE
(244,248,190)
#F5F8C3
(245,248,195)
#F6F8C8
(246,248,200)
#F7F8CD
(247,248,205)
#F8F8D2
(248,248,210)
#F9F8D7
(249,248,215)
#FAF8DC
(250,248,220)
#FBF8E1
(251,248,225)
#FCF8E6
(252,248,230)
#FDF8EB
(253,248,235)
#FEF8F0
(254,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F8BE; }

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

This text font color is #F4F8BE.

Background Color

.myBgColor { background-color: #F4F8BE; }

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

This div background color is #F4F8BE.

Border color

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

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

This div border color is #F4F8BE.

Opacity

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

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

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

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

This text has shadow with #F4F8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F8BE.

Preview

Color preview on black background

This text has color #F4F8BE on black background.


Color preview on white background

This text has color #F4F8BE on white background.


Black color preview on #F4F8BE background

This text has black color on #F4F8BE background.


White color preview on #F4F8BE background

This text has white color on #F4F8BE background.


Related colors

Complementary color

Complementary color for #hex is #0B0741.


I love getcolorcode.com

Triadic colors

1 #BEF4F8 and #F8BEF4 with #F4F8BE are triadic colors.

2 #BEF8F4 and #F8F4BE with #F4F8BE are triadic colors.