COLOR #F0EBCA

HEX: #F0EBCA RGB: (240,235,202)

Color info

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

RGB color model

#F0EBCA color RGB value is (240,235,202).

RGB: (240,235,202) (94%, 92%, 79%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 202 of 255 = 79%

240
235
202

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

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 202 = 677 (100%)
R 240 of 677 ~ 35.45%
G 235 of 677 ~ 34.71%
B 202 of 677 ~ 29.84'%

%35.45
%34.71
%29.84

CMYK color model

#F0EBCA color CMYK value is (0,2,16,6).

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

CMYK: (0,2,16,6)
C0M2Y16K6 (0%, 2%, 16%, 6%)
(0.00 / 0.02 / 0.16 / 0.06)

CMYK percentages

%0
%2.08
%15.83
%5.88

Codes

Color #F0EBCA in popluar color models

F0 EB CA
RGB 240 235 202
HSL 52° 55.88% 86.67%
HSB/HSV 52° 15.83% 94.12%
CMYK 0.00% 2.08% 15.83%
5.88%

Color #F0EBCA in popluar number systems.

HEX F0 EB CA
Decimal 240 235 202
Binary 11110000 11101011 11001010
Octal 360 353 312

Shades and tints

Shades of #F0EBCA

#F0EBCA
(240,235,202)
#DBD6B8
(219,214,184)
#C6C1A6
(198,193,166)
#B1AC94
(177,172,148)
#9C9782
(156,151,130)
#878270
(135,130,112)
#726D5E
(114,109,94)
#5D584C
(93,88,76)
#48433A
(72,67,58)
#332E28
(51,46,40)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #F0EBCA

#F0EBCA
(240,235,202)
#F1ECCE
(241,236,206)
#F2EDD2
(242,237,210)
#F3EED6
(243,238,214)
#F4EFDA
(244,239,218)
#F5F0DE
(245,240,222)
#F6F1E2
(246,241,226)
#F7F2E6
(247,242,230)
#F8F3EA
(248,243,234)
#F9F4EE
(249,244,238)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBCA; }

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

This text font color is #F0EBCA.

Background Color

.myBgColor { background-color: #F0EBCA; }

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

This div background color is #F0EBCA.

Border color

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

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

This div border color is #F0EBCA.

Opacity

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

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

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

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

This text has shadow with #F0EBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBCA.

Preview

Color preview on black background

This text has color #F0EBCA on black background.


Color preview on white background

This text has color #F0EBCA on white background.


Black color preview on #F0EBCA background

This text has black color on #F0EBCA background.


White color preview on #F0EBCA background

This text has white color on #F0EBCA background.


Related colors

Complementary color

Complementary color for #hex is #0F1435.


I love getcolorcode.com

Triadic colors

1 #CAF0EB and #EBCAF0 with #F0EBCA are triadic colors.

2 #CAEBF0 and #EBF0CA with #F0EBCA are triadic colors.