COLOR #F0E3B4

HEX: #F0E3B4 RGB: (240,227,180)

Color info

#F0E3B4 contains mainly red and green colors. Web safe color of #F0E3B4 is #FFCCCC (or #FCC).

RGB color model

#F0E3B4 color RGB value is (240,227,180).

RGB: (240,227,180) (94%, 89%, 71%)

RGB channels and saturation

R 240 of 255 = 94%
G 227 of 255 = 89%
B 180 of 255 = 71%

240
227
180

R + G + B ~ 85%. #F0E3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 227 + 180 = 647 (100%)
R 240 of 647 ~ 37.09%
G 227 of 647 ~ 35.09%
B 180 of 647 ~ 27.82'%

%37.09
%35.09
%27.82

CMYK color model

#F0E3B4 color CMYK value is (0,5,25,6).

  • cyan value is 0.00%
  • magenta value is 5.42%
  • yellow value is 25.00%
  • key color value is 5.88%

CMYK: (0,5,25,6)
C0M5Y25K6 (0%, 5%, 25%, 6%)
(0.00 / 0.05 / 0.25 / 0.06)

CMYK percentages

%0
%5.42
%25
%5.88

Codes

Color #F0E3B4 in popluar color models

F0 E3 B4
RGB 240 227 180
HSL 47° 66.67% 82.35%
HSB/HSV 47° 25.00% 94.12%
CMYK 0.00% 5.42% 25.00%
5.88%

Color #F0E3B4 in popluar number systems.

HEX F0 E3 B4
Decimal 240 227 180
Binary 11110000 11100011 10110100
Octal 360 343 264

Shades and tints

Shades of #F0E3B4

#F0E3B4
(240,227,180)
#DBCFA4
(219,207,164)
#C6BB94
(198,187,148)
#B1A784
(177,167,132)
#9C9374
(156,147,116)
#877F64
(135,127,100)
#726B54
(114,107,84)
#5D5744
(93,87,68)
#484334
(72,67,52)
#332F24
(51,47,36)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #F0E3B4

#F0E3B4
(240,227,180)
#F1E5BA
(241,229,186)
#F2E7C0
(242,231,192)
#F3E9C6
(243,233,198)
#F4EBCC
(244,235,204)
#F5EDD2
(245,237,210)
#F6EFD8
(246,239,216)
#F7F1DE
(247,241,222)
#F8F3E4
(248,243,228)
#F9F5EA
(249,245,234)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E3B4 color. Also use rgb(240,227,180) instead hex code.

Text Font Color

.myTextColor { color: #F0E3B4; }

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

This text font color is #F0E3B4.

Background Color

.myBgColor { background-color: #F0E3B4; }

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

This div background color is #F0E3B4.

Border color

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

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

This div border color is #F0E3B4.

Opacity

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

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

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

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

This text has shadow with #F0E3B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E3B4.

Preview

Color preview on black background

This text has color #F0E3B4 on black background.


Color preview on white background

This text has color #F0E3B4 on white background.


Black color preview on #F0E3B4 background

This text has black color on #F0E3B4 background.


White color preview on #F0E3B4 background

This text has white color on #F0E3B4 background.


Related colors

Complementary color

Complementary color for #hex is #0F1C4B.


I love getcolorcode.com

Triadic colors

1 #B4F0E3 and #E3B4F0 with #F0E3B4 are triadic colors.

2 #B4E3F0 and #E3F0B4 with #F0E3B4 are triadic colors.