COLOR #F3E0CB

HEX: #F3E0CB
RGB: (243,224,203)

Color info

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

RGB color model

#F3E0CB color RGB value is (243,224,203).

  • red value is 243;
  • green value is 224;
  • blue value is 203.
RGB:
(243,224,203)
(95%,88%,80%)

RGB channels and saturation

R 243 of 255 = 95%
G 224 of 255 = 88%
B 203 of 255 = 80%

243
224
203

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

Portions of RGB colors in percentages

R + G + B =
243 + 224 + 203 = 670 (100%)
R 243 of 670 ~ 36.27%
G 224 of 670 ~ 33.43%
B 203 of 670 ~ 30.3%

%36.27
%33.43
%30.3

CMYK color model

#F3E0CB color CMYK value is (0,8,16,5).

  • cyan value is 0.00%
  • magenta value is 7.82%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(0,8,16,5)
C0M8Y16K5 
(0%,8%,16%,5%)
(0.00/0.08/0.16/0.05)	

CMYK percentages

%0
%7.82
%16.46
%4.71

Codes

Color #F3E0CB in popluar color models

F3E0CB
RGB243224203
HSL32°62.50%87.45%
HSB/HSV32°16.46%95.29%
CMYK0.00%7.82%16.46%
4.71%

Color #F3E0CB in popluar number systems.

HEXF3E0CB
Decimal243224203
Binary111100111110000011001011
Octal363340313

Shades and tints

Shades of #F3E0CB

#F3E0CB
(243,224,203)
#DDCCB9
(221,204,185)
#C7B8A7
(199,184,167)
#B1A495
(177,164,149)
#9B9083
(155,144,131)
#857C71
(133,124,113)
#6F685F
(111,104,95)
#59544D
(89,84,77)
#43403B
(67,64,59)
#2D2C29
(45,44,41)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #F3E0CB

#F3E0CB
(243,224,203)
#F4E2CF
(244,226,207)
#F5E4D3
(245,228,211)
#F6E6D7
(246,230,215)
#F7E8DB
(247,232,219)
#F8EADF
(248,234,223)
#F9ECE3
(249,236,227)
#FAEEE7
(250,238,231)
#FBF0EB
(251,240,235)
#FCF2EF
(252,242,239)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E0CB color. Also use rgb(243,224,203) instead hex code.

Text Font Color

.myTextColor { color: #F3E0CB; }

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

This text font color is #F3E0CB.


Background Color

.myBgColor { background-color: #F3E0CB; }

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

This div background color is #F3E0CB.


Border color

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

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

This div border color is #F3E0CB.


Opacity

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

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

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

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

This text has shadow with #F3E0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E0CB on black background.


Color preview on white background

This text has color #F3E0CB on white background.



Black color preview on #F3E0CB background

This text has black color on #F3E0CB background.


White color preview on #F3E0CB background

This text has white color on #F3E0CB background.