COLOR #F4EEBC

HEX: #F4EEBC RGB: (244,238,188)

Color info

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

RGB color model

#F4EEBC color RGB value is (244,238,188).

RGB: (244,238,188) (96%, 93%, 74%)

RGB channels and saturation

R 244 of 255 = 96%
G 238 of 255 = 93%
B 188 of 255 = 74%

244
238
188

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

Portions of RGB colors in percentages

R + G + B = 244 + 238 + 188 = 670 (100%)
R 244 of 670 ~ 36.42%
G 238 of 670 ~ 35.52%
B 188 of 670 ~ 28.06'%

%36.42
%35.52
%28.06

CMYK color model

#F4EEBC color CMYK value is (0,2,23,4).

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

CMYK: (0,2,23,4)
C0M2Y23K4 (0%, 2%, 23%, 4%)
(0.00 / 0.02 / 0.23 / 0.04)

CMYK percentages

%0
%2.46
%22.95
%4.31

Codes

Color #F4EEBC in popluar color models

F4 EE BC
RGB 244 238 188
HSL 54° 71.79% 84.71%
HSB/HSV 54° 22.95% 95.69%
CMYK 0.00% 2.46% 22.95%
4.31%

Color #F4EEBC in popluar number systems.

HEX F4 EE BC
Decimal 244 238 188
Binary 11110100 11101110 10111100
Octal 364 356 274

Shades and tints

Shades of #F4EEBC

#F4EEBC
(244,238,188)
#DED9AB
(222,217,171)
#C8C49A
(200,196,154)
#B2AF89
(178,175,137)
#9C9A78
(156,154,120)
#868567
(134,133,103)
#707056
(112,112,86)
#5A5B45
(90,91,69)
#444634
(68,70,52)
#2E3123
(46,49,35)
#181C12
(24,28,18)
#000000
(0,0,0)

Tints of #F4EEBC

#F4EEBC
(244,238,188)
#F5EFC2
(245,239,194)
#F6F0C8
(246,240,200)
#F7F1CE
(247,241,206)
#F8F2D4
(248,242,212)
#F9F3DA
(249,243,218)
#FAF4E0
(250,244,224)
#FBF5E6
(251,245,230)
#FCF6EC
(252,246,236)
#FDF7F2
(253,247,242)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EEBC; }

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

This text font color is #F4EEBC.

Background Color

.myBgColor { background-color: #F4EEBC; }

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

This div background color is #F4EEBC.

Border color

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

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

This div border color is #F4EEBC.

Opacity

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

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

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

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

This text has shadow with #F4EEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EEBC.

Preview

Color preview on black background

This text has color #F4EEBC on black background.


Color preview on white background

This text has color #F4EEBC on white background.


Black color preview on #F4EEBC background

This text has black color on #F4EEBC background.


White color preview on #F4EEBC background

This text has white color on #F4EEBC background.


Related colors

Complementary color

Complementary color for #hex is #0B1143.


I love getcolorcode.com

Triadic colors

1 #BCF4EE and #EEBCF4 with #F4EEBC are triadic colors.

2 #BCEEF4 and #EEF4BC with #F4EEBC are triadic colors.