COLOR #F4F0BE

HEX: #F4F0BE
RGB: (244,240,190)

Color info

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

RGB color model

#F4F0BE color RGB value is (244,240,190).

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

RGB channels and saturation

R 244 of 255 = 96%
G 240 of 255 = 94%
B 190 of 255 = 75%

244
240
190

R + G + B ~ 88%. #F4F0BE is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 240 + 190 = 674 (100%)
R 244 of 674 ~ 36.2%
G 240 of 674 ~ 35.61%
B 190 of 674 ~ 28.19%

%36.2
%35.61
%28.19

CMYK color model

#F4F0BE color CMYK value is (0,2,22,4).

  • cyan value is 0.00%
  • magenta value is 1.64%
  • yellow value is 22.13%
  • key color value is 4.31%
CMYK:
(0,2,22,4)
C0M2Y22K4 
(0%,2%,22%,4%)
(0.00/0.02/0.22/0.04)	

CMYK percentages

%0
%1.64
%22.13
%4.31

Codes

Color #F4F0BE in popluar color models

F4F0BE
RGB244240190
HSL56°71.05%85.10%
HSB/HSV56°22.13%95.69%
CMYK0.00%1.64%22.13%
4.31%

Color #F4F0BE in popluar number systems.

HEXF4F0BE
Decimal244240190
Binary111101001111000010111110
Octal364360276

Shades and tints

Shades of #F4F0BE

#F4F0BE
(244,240,190)
#DEDBAD
(222,219,173)
#C8C69C
(200,198,156)
#B2B18B
(178,177,139)
#9C9C7A
(156,156,122)
#868769
(134,135,105)
#707258
(112,114,88)
#5A5D47
(90,93,71)
#444836
(68,72,54)
#2E3325
(46,51,37)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #F4F0BE

#F4F0BE
(244,240,190)
#F5F1C3
(245,241,195)
#F6F2C8
(246,242,200)
#F7F3CD
(247,243,205)
#F8F4D2
(248,244,210)
#F9F5D7
(249,245,215)
#FAF6DC
(250,246,220)
#FBF7E1
(251,247,225)
#FCF8E6
(252,248,230)
#FDF9EB
(253,249,235)
#FEFAF0
(254,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F0BE; }

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

This text font color is #F4F0BE.


Background Color

.myBgColor { background-color: #F4F0BE; }

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

This div background color is #F4F0BE.


Border color

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

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

This div border color is #F4F0BE.


Opacity

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

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

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

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

This text has shadow with #F4F0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F0BE on black background.


Color preview on white background

This text has color #F4F0BE on white background.



Black color preview on #F4F0BE background

This text has black color on #F4F0BE background.


White color preview on #F4F0BE background

This text has white color on #F4F0BE background.