COLOR #F0E4BC

HEX: #F0E4BC RGB: (240,228,188)

Color info

#F0E4BC contains red, green and blue colors in about the same proportion. Web safe color of #F0E4BC is #FFCCCC (or #FCC).

RGB color model

#F0E4BC color RGB value is (240,228,188).

RGB: (240,228,188) (94%, 89%, 74%)

RGB channels and saturation

R 240 of 255 = 94%
G 228 of 255 = 89%
B 188 of 255 = 74%

240
228
188

R + G + B ~ 86%. #F0E4BC is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 228 + 188 = 656 (100%)
R 240 of 656 ~ 36.59%
G 228 of 656 ~ 34.76%
B 188 of 656 ~ 28.66'%

%36.59
%34.76
%28.66

CMYK color model

#F0E4BC color CMYK value is (0,5,22,6).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 21.67%
  • key color value is 5.88%

CMYK: (0,5,22,6)
C0M5Y22K6 (0%, 5%, 22%, 6%)
(0.00 / 0.05 / 0.22 / 0.06)

CMYK percentages

%0
%5
%21.67
%5.88

Codes

Color #F0E4BC in popluar color models

F0 E4 BC
RGB 240 228 188
HSL 46° 63.41% 83.92%
HSB/HSV 46° 21.67% 94.12%
CMYK 0.00% 5.00% 21.67%
5.88%

Color #F0E4BC in popluar number systems.

HEX F0 E4 BC
Decimal 240 228 188
Binary 11110000 11100100 10111100
Octal 360 344 274

Shades and tints

Shades of #F0E4BC

#F0E4BC
(240,228,188)
#DBD0AB
(219,208,171)
#C6BC9A
(198,188,154)
#B1A889
(177,168,137)
#9C9478
(156,148,120)
#878067
(135,128,103)
#726C56
(114,108,86)
#5D5845
(93,88,69)
#484434
(72,68,52)
#333023
(51,48,35)
#1E1C12
(30,28,18)
#000000
(0,0,0)

Tints of #F0E4BC

#F0E4BC
(240,228,188)
#F1E6C2
(241,230,194)
#F2E8C8
(242,232,200)
#F3EACE
(243,234,206)
#F4ECD4
(244,236,212)
#F5EEDA
(245,238,218)
#F6F0E0
(246,240,224)
#F7F2E6
(247,242,230)
#F8F4EC
(248,244,236)
#F9F6F2
(249,246,242)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E4BC color. Also use rgb(240,228,188) instead hex code.

Text Font Color

.myTextColor { color: #F0E4BC; }

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

This text font color is #F0E4BC.

Background Color

.myBgColor { background-color: #F0E4BC; }

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

This div background color is #F0E4BC.

Border color

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

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

This div border color is #F0E4BC.

Opacity

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

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

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

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

This text has shadow with #F0E4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E4BC.

Preview

Color preview on black background

This text has color #F0E4BC on black background.


Color preview on white background

This text has color #F0E4BC on white background.


Black color preview on #F0E4BC background

This text has black color on #F0E4BC background.


White color preview on #F0E4BC background

This text has white color on #F0E4BC background.


Related colors

Complementary color

Complementary color for #hex is #0F1B43.


I love getcolorcode.com

Triadic colors

1 #BCF0E4 and #E4BCF0 with #F0E4BC are triadic colors.

2 #BCE4F0 and #E4F0BC with #F0E4BC are triadic colors.