COLOR #F0EBBB

HEX: #F0EBBB RGB: (240,235,187)

Color info

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

RGB color model

#F0EBBB color RGB value is (240,235,187).

RGB: (240,235,187) (94%, 92%, 73%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 187 of 255 = 73%

240
235
187

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

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 187 = 662 (100%)
R 240 of 662 ~ 36.25%
G 235 of 662 ~ 35.5%
B 187 of 662 ~ 28.25'%

%36.25
%35.5
%28.25

CMYK color model

#F0EBBB color CMYK value is (0,2,22,6).

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 22.08%
  • key color value is 5.88%

CMYK: (0,2,22,6)
C0M2Y22K6 (0%, 2%, 22%, 6%)
(0.00 / 0.02 / 0.22 / 0.06)

CMYK percentages

%0
%2.08
%22.08
%5.88

Codes

Color #F0EBBB in popluar color models

F0 EB BB
RGB 240 235 187
HSL 54° 63.86% 83.73%
HSB/HSV 54° 22.08% 94.12%
CMYK 0.00% 2.08% 22.08%
5.88%

Color #F0EBBB in popluar number systems.

HEX F0 EB BB
Decimal 240 235 187
Binary 11110000 11101011 10111011
Octal 360 353 273

Shades and tints

Shades of #F0EBBB

#F0EBBB
(240,235,187)
#DBD6AA
(219,214,170)
#C6C199
(198,193,153)
#B1AC88
(177,172,136)
#9C9777
(156,151,119)
#878266
(135,130,102)
#726D55
(114,109,85)
#5D5844
(93,88,68)
#484333
(72,67,51)
#332E22
(51,46,34)
#1E1911
(30,25,17)
#000000
(0,0,0)

Tints of #F0EBBB

#F0EBBB
(240,235,187)
#F1ECC1
(241,236,193)
#F2EDC7
(242,237,199)
#F3EECD
(243,238,205)
#F4EFD3
(244,239,211)
#F5F0D9
(245,240,217)
#F6F1DF
(246,241,223)
#F7F2E5
(247,242,229)
#F8F3EB
(248,243,235)
#F9F4F1
(249,244,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EBBB color. Also use rgb(240,235,187) instead hex code.

Text Font Color

.myTextColor { color: #F0EBBB; }

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

This text font color is #F0EBBB.

Background Color

.myBgColor { background-color: #F0EBBB; }

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

This div background color is #F0EBBB.

Border color

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

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

This div border color is #F0EBBB.

Opacity

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

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

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

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

This text has shadow with #F0EBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBBB.

Preview

Color preview on black background

This text has color #F0EBBB on black background.


Color preview on white background

This text has color #F0EBBB on white background.


Black color preview on #F0EBBB background

This text has black color on #F0EBBB background.


White color preview on #F0EBBB background

This text has white color on #F0EBBB background.


Related colors

Complementary color

Complementary color for #hex is #0F1444.


I love getcolorcode.com

Triadic colors

1 #BBF0EB and #EBBBF0 with #F0EBBB are triadic colors.

2 #BBEBF0 and #EBF0BB with #F0EBBB are triadic colors.