COLOR #F0EBCB

HEX: #F0EBCB RGB: (240,235,203)

Color info

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

RGB color model

#F0EBCB color RGB value is (240,235,203).

RGB: (240,235,203) (94%, 92%, 80%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 203 of 255 = 80%

240
235
203

R + G + B ~ 89%. #F0EBCB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 203 = 678 (100%)
R 240 of 678 ~ 35.4%
G 235 of 678 ~ 34.66%
B 203 of 678 ~ 29.94'%

%35.4
%34.66
%29.94

CMYK color model

#F0EBCB color CMYK value is (0,2,15,6).

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

CMYK: (0,2,15,6)
C0M2Y15K6 (0%, 2%, 15%, 6%)
(0.00 / 0.02 / 0.15 / 0.06)

CMYK percentages

%0
%2.08
%15.42
%5.88

Codes

Color #F0EBCB in popluar color models

F0 EB CB
RGB 240 235 203
HSL 52° 55.22% 86.86%
HSB/HSV 52° 15.42% 94.12%
CMYK 0.00% 2.08% 15.42%
5.88%

Color #F0EBCB in popluar number systems.

HEX F0 EB CB
Decimal 240 235 203
Binary 11110000 11101011 11001011
Octal 360 353 313

Shades and tints

Shades of #F0EBCB

#F0EBCB
(240,235,203)
#DBD6B9
(219,214,185)
#C6C1A7
(198,193,167)
#B1AC95
(177,172,149)
#9C9783
(156,151,131)
#878271
(135,130,113)
#726D5F
(114,109,95)
#5D584D
(93,88,77)
#48433B
(72,67,59)
#332E29
(51,46,41)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #F0EBCB

#F0EBCB
(240,235,203)
#F1ECCF
(241,236,207)
#F2EDD3
(242,237,211)
#F3EED7
(243,238,215)
#F4EFDB
(244,239,219)
#F5F0DF
(245,240,223)
#F6F1E3
(246,241,227)
#F7F2E7
(247,242,231)
#F8F3EB
(248,243,235)
#F9F4EF
(249,244,239)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBCB; }

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

This text font color is #F0EBCB.

Background Color

.myBgColor { background-color: #F0EBCB; }

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

This div background color is #F0EBCB.

Border color

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

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

This div border color is #F0EBCB.

Opacity

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

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

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

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

This text has shadow with #F0EBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBCB.

Preview

Color preview on black background

This text has color #F0EBCB on black background.


Color preview on white background

This text has color #F0EBCB on white background.


Black color preview on #F0EBCB background

This text has black color on #F0EBCB background.


White color preview on #F0EBCB background

This text has white color on #F0EBCB background.


Related colors

Complementary color

Complementary color for #hex is #0F1434.


I love getcolorcode.com

Triadic colors

1 #CBF0EB and #EBCBF0 with #F0EBCB are triadic colors.

2 #CBEBF0 and #EBF0CB with #F0EBCB are triadic colors.