COLOR #F3F4CE

HEX: #F3F4CE
RGB: (243,244,206)

Color info

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

RGB color model

#F3F4CE color RGB value is (243,244,206).

  • red value is 243;
  • green value is 244;
  • blue value is 206.
RGB:
(243,244,206)
(95%,96%,81%)

RGB channels and saturation

R 243 of 255 = 95%
G 244 of 255 = 96%
B 206 of 255 = 81%

243
244
206

R + G + B ~ 91%. #F3F4CE is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 244 + 206 = 693 (100%)
R 243 of 693 ~ 35.06%
G 244 of 693 ~ 35.21%
B 206 of 693 ~ 29.73%

%35.06
%35.21
%29.73

CMYK color model

#F3F4CE color CMYK value is (0,0,16,4).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(0,0,16,4)
C0M0Y16K4 
(0%,0%,16%,4%)
(0.00/0.00/0.16/0.04)	

CMYK percentages

%0.41
%0
%15.57
%4.31

Codes

Color #F3F4CE in popluar color models

F3F4CE
RGB243244206
HSL62°63.33%88.24%
HSB/HSV62°15.57%95.69%
CMYK0.41%0.00%15.57%
4.31%

Color #F3F4CE in popluar number systems.

HEXF3F4CE
Decimal243244206
Binary111100111111010011001110
Octal363364316

Shades and tints

Shades of #F3F4CE

#F3F4CE
(243,244,206)
#DDDEBC
(221,222,188)
#C7C8AA
(199,200,170)
#B1B298
(177,178,152)
#9B9C86
(155,156,134)
#858674
(133,134,116)
#6F7062
(111,112,98)
#595A50
(89,90,80)
#43443E
(67,68,62)
#2D2E2C
(45,46,44)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #F3F4CE

#F3F4CE
(243,244,206)
#F4F5D2
(244,245,210)
#F5F6D6
(245,246,214)
#F6F7DA
(246,247,218)
#F7F8DE
(247,248,222)
#F8F9E2
(248,249,226)
#F9FAE6
(249,250,230)
#FAFBEA
(250,251,234)
#FBFCEE
(251,252,238)
#FCFDF2
(252,253,242)
#FDFEF6
(253,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3F4CE color. Also use rgb(243,244,206) instead hex code.

Text Font Color

.myTextColor { color: #F3F4CE; }

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

This text font color is #F3F4CE.


Background Color

.myBgColor { background-color: #F3F4CE; }

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

This div background color is #F3F4CE.


Border color

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

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

This div border color is #F3F4CE.


Opacity

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

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

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

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

This text has shadow with #F3F4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3F4CE on black background.


Color preview on white background

This text has color #F3F4CE on white background.



Black color preview on #F3F4CE background

This text has black color on #F3F4CE background.


White color preview on #F3F4CE background

This text has white color on #F3F4CE background.