COLOR #F4F5BE

HEX: #F4F5BE RGB: (244,245,190)

Color info

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

RGB color model

#F4F5BE color RGB value is (244,245,190).

RGB: (244,245,190) (96%, 96%, 75%)

RGB channels and saturation

R 244 of 255 = 96%
G 245 of 255 = 96%
B 190 of 255 = 75%

244
245
190

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

Portions of RGB colors in percentages

R + G + B = 244 + 245 + 190 = 679 (100%)
R 244 of 679 ~ 35.94%
G 245 of 679 ~ 36.08%
B 190 of 679 ~ 27.98'%

%35.94
%36.08
%27.98

CMYK color model

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

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 3.92%

CMYK: (0,0,22,4)
C0M0Y22K4 (0%, 0%, 22%, 4%)
(0.00 / 0.00 / 0.22 / 0.04)

CMYK percentages

%0.41
%0
%22.45
%3.92

Codes

Color #F4F5BE in popluar color models

F4 F5 BE
RGB 244 245 190
HSL 61° 73.33% 85.29%
HSB/HSV 61° 22.45% 96.08%
CMYK 0.41% 0.00% 22.45%
3.92%

Color #F4F5BE in popluar number systems.

HEX F4 F5 BE
Decimal 244 245 190
Binary 11110100 11110101 10111110
Octal 364 365 276

Shades and tints

Shades of #F4F5BE

#F4F5BE
(244,245,190)
#DEDFAD
(222,223,173)
#C8C99C
(200,201,156)
#B2B38B
(178,179,139)
#9C9D7A
(156,157,122)
#868769
(134,135,105)
#707158
(112,113,88)
#5A5B47
(90,91,71)
#444536
(68,69,54)
#2E2F25
(46,47,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #F4F5BE

#F4F5BE
(244,245,190)
#F5F5C3
(245,245,195)
#F6F5C8
(246,245,200)
#F7F5CD
(247,245,205)
#F8F5D2
(248,245,210)
#F9F5D7
(249,245,215)
#FAF5DC
(250,245,220)
#FBF5E1
(251,245,225)
#FCF5E6
(252,245,230)
#FDF5EB
(253,245,235)
#FEF5F0
(254,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F5BE; }

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

This text font color is #F4F5BE.

Background Color

.myBgColor { background-color: #F4F5BE; }

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

This div background color is #F4F5BE.

Border color

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

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

This div border color is #F4F5BE.

Opacity

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

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

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

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

This text has shadow with #F4F5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F5BE.

Preview

Color preview on black background

This text has color #F4F5BE on black background.


Color preview on white background

This text has color #F4F5BE on white background.


Black color preview on #F4F5BE background

This text has black color on #F4F5BE background.


White color preview on #F4F5BE background

This text has white color on #F4F5BE background.


Related colors

Complementary color

Complementary color for #hex is #0B0A41.


I love getcolorcode.com

Triadic colors

1 #BEF4F5 and #F5BEF4 with #F4F5BE are triadic colors.

2 #BEF5F4 and #F5F4BE with #F4F5BE are triadic colors.