COLOR #F5F1BA

HEX: #F5F1BA RGB: (245,241,186)

Color info

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

RGB color model

#F5F1BA color RGB value is (245,241,186).

RGB: (245,241,186) (96%, 95%, 73%)

RGB channels and saturation

R 245 of 255 = 96%
G 241 of 255 = 95%
B 186 of 255 = 73%

245
241
186

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

Portions of RGB colors in percentages

R + G + B = 245 + 241 + 186 = 672 (100%)
R 245 of 672 ~ 36.46%
G 241 of 672 ~ 35.86%
B 186 of 672 ~ 27.68'%

%36.46
%35.86
%27.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 24.08%
  • key color value is 3.92%

CMYK: (0,2,24,4)
C0M2Y24K4 (0%, 2%, 24%, 4%)
(0.00 / 0.02 / 0.24 / 0.04)

CMYK percentages

%0
%1.63
%24.08
%3.92

Codes

Color #F5F1BA in popluar color models

F5 F1 BA
RGB 245 241 186
HSL 56° 74.68% 84.51%
HSB/HSV 56° 24.08% 96.08%
CMYK 0.00% 1.63% 24.08%
3.92%

Color #F5F1BA in popluar number systems.

HEX F5 F1 BA
Decimal 245 241 186
Binary 11110101 11110001 10111010
Octal 365 361 272

Shades and tints

Shades of #F5F1BA

#F5F1BA
(245,241,186)
#DFDCAA
(223,220,170)
#C9C79A
(201,199,154)
#B3B28A
(179,178,138)
#9D9D7A
(157,157,122)
#87886A
(135,136,106)
#71735A
(113,115,90)
#5B5E4A
(91,94,74)
#45493A
(69,73,58)
#2F342A
(47,52,42)
#191F1A
(25,31,26)
#000000
(0,0,0)

Tints of #F5F1BA

#F5F1BA
(245,241,186)
#F5F2C0
(245,242,192)
#F5F3C6
(245,243,198)
#F5F4CC
(245,244,204)
#F5F5D2
(245,245,210)
#F5F6D8
(245,246,216)
#F5F7DE
(245,247,222)
#F5F8E4
(245,248,228)
#F5F9EA
(245,249,234)
#F5FAF0
(245,250,240)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5F1BA color. Also use rgb(245,241,186) instead hex code.

Text Font Color

.myTextColor { color: #F5F1BA; }

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

This text font color is #F5F1BA.

Background Color

.myBgColor { background-color: #F5F1BA; }

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

This div background color is #F5F1BA.

Border color

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

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

This div border color is #F5F1BA.

Opacity

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

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

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

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

This text has shadow with #F5F1BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5F1BA.

Preview

Color preview on black background

This text has color #F5F1BA on black background.


Color preview on white background

This text has color #F5F1BA on white background.


Black color preview on #F5F1BA background

This text has black color on #F5F1BA background.


White color preview on #F5F1BA background

This text has white color on #F5F1BA background.


Related colors

Complementary color

Complementary color for #hex is #0A0E45.


I love getcolorcode.com

Triadic colors

1 #BAF5F1 and #F1BAF5 with #F5F1BA are triadic colors.

2 #BAF1F5 and #F1F5BA with #F5F1BA are triadic colors.