COLOR #F1F4BC

HEX: #F1F4BC RGB: (241,244,188)

Color info

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

RGB color model

#F1F4BC color RGB value is (241,244,188).

RGB: (241,244,188) (95%, 96%, 74%)

RGB channels and saturation

R 241 of 255 = 95%
G 244 of 255 = 96%
B 188 of 255 = 74%

241
244
188

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

Portions of RGB colors in percentages

R + G + B = 241 + 244 + 188 = 673 (100%)
R 241 of 673 ~ 35.81%
G 244 of 673 ~ 36.26%
B 188 of 673 ~ 27.93'%

%35.81
%36.26
%27.93

CMYK color model

#F1F4BC color CMYK value is (1,0,23,4).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 4.31%

CMYK: (1,0,23,4)
C1M0Y23K4 (1%, 0%, 23%, 4%)
(0.01 / 0.00 / 0.23 / 0.04)

CMYK percentages

%1.23
%0
%22.95
%4.31

Codes

Color #F1F4BC in popluar color models

F1 F4 BC
RGB 241 244 188
HSL 63° 71.79% 84.71%
HSB/HSV 63° 22.95% 95.69%
CMYK 1.23% 0.00% 22.95%
4.31%

Color #F1F4BC in popluar number systems.

HEX F1 F4 BC
Decimal 241 244 188
Binary 11110001 11110100 10111100
Octal 361 364 274

Shades and tints

Shades of #F1F4BC

#F1F4BC
(241,244,188)
#DCDEAB
(220,222,171)
#C7C89A
(199,200,154)
#B2B289
(178,178,137)
#9D9C78
(157,156,120)
#888667
(136,134,103)
#737056
(115,112,86)
#5E5A45
(94,90,69)
#494434
(73,68,52)
#342E23
(52,46,35)
#1F1812
(31,24,18)
#000000
(0,0,0)

Tints of #F1F4BC

#F1F4BC
(241,244,188)
#F2F5C2
(242,245,194)
#F3F6C8
(243,246,200)
#F4F7CE
(244,247,206)
#F5F8D4
(245,248,212)
#F6F9DA
(246,249,218)
#F7FAE0
(247,250,224)
#F8FBE6
(248,251,230)
#F9FCEC
(249,252,236)
#FAFDF2
(250,253,242)
#FBFEF8
(251,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F4BC color. Also use rgb(241,244,188) instead hex code.

Text Font Color

.myTextColor { color: #F1F4BC; }

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

This text font color is #F1F4BC.

Background Color

.myBgColor { background-color: #F1F4BC; }

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

This div background color is #F1F4BC.

Border color

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

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

This div border color is #F1F4BC.

Opacity

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

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

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

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

This text has shadow with #F1F4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1F4BC.

Preview

Color preview on black background

This text has color #F1F4BC on black background.


Color preview on white background

This text has color #F1F4BC on white background.


Black color preview on #F1F4BC background

This text has black color on #F1F4BC background.


White color preview on #F1F4BC background

This text has white color on #F1F4BC background.


Related colors

Complementary color

Complementary color for #hex is #0E0B43.


I love getcolorcode.com

Triadic colors

1 #BCF1F4 and #F4BCF1 with #F1F4BC are triadic colors.

2 #BCF4F1 and #F4F1BC with #F1F4BC are triadic colors.