COLOR #F3E6C9

HEX: #F3E6C9
RGB: (243,230,201)

Color info

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

RGB color model

#F3E6C9 color RGB value is (243,230,201).

  • red value is 243;
  • green value is 230;
  • blue value is 201.
RGB:
(243,230,201)
(95%,90%,79%)

RGB channels and saturation

R 243 of 255 = 95%
G 230 of 255 = 90%
B 201 of 255 = 79%

243
230
201

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

Portions of RGB colors in percentages

R + G + B =
243 + 230 + 201 = 674 (100%)
R 243 of 674 ~ 36.05%
G 230 of 674 ~ 34.12%
B 201 of 674 ~ 29.82%

%36.05
%34.12
%29.82

CMYK color model

#F3E6C9 color CMYK value is (0,5,17,5).

  • cyan value is 0.00%
  • magenta value is 5.35%
  • yellow value is 17.28%
  • key color value is 4.71%
CMYK:
(0,5,17,5)
C0M5Y17K5 
(0%,5%,17%,5%)
(0.00/0.05/0.17/0.05)	

CMYK percentages

%0
%5.35
%17.28
%4.71

Codes

Color #F3E6C9 in popluar color models

F3E6C9
RGB243230201
HSL41°63.64%87.06%
HSB/HSV41°17.28%95.29%
CMYK0.00%5.35%17.28%
4.71%

Color #F3E6C9 in popluar number systems.

HEXF3E6C9
Decimal243230201
Binary111100111110011011001001
Octal363346311

Shades and tints

Shades of #F3E6C9

#F3E6C9
(243,230,201)
#DDD2B7
(221,210,183)
#C7BEA5
(199,190,165)
#B1AA93
(177,170,147)
#9B9681
(155,150,129)
#85826F
(133,130,111)
#6F6E5D
(111,110,93)
#595A4B
(89,90,75)
#434639
(67,70,57)
#2D3227
(45,50,39)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #F3E6C9

#F3E6C9
(243,230,201)
#F4E8CD
(244,232,205)
#F5EAD1
(245,234,209)
#F6ECD5
(246,236,213)
#F7EED9
(247,238,217)
#F8F0DD
(248,240,221)
#F9F2E1
(249,242,225)
#FAF4E5
(250,244,229)
#FBF6E9
(251,246,233)
#FCF8ED
(252,248,237)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E6C9 color. Also use rgb(243,230,201) instead hex code.

Text Font Color

.myTextColor { color: #F3E6C9; }

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

This text font color is #F3E6C9.


Background Color

.myBgColor { background-color: #F3E6C9; }

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

This div background color is #F3E6C9.


Border color

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

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

This div border color is #F3E6C9.


Opacity

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

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

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

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

This text has shadow with #F3E6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E6C9 on black background.


Color preview on white background

This text has color #F3E6C9 on white background.



Black color preview on #F3E6C9 background

This text has black color on #F3E6C9 background.


White color preview on #F3E6C9 background

This text has white color on #F3E6C9 background.