COLOR #F3E1CF

HEX: #F3E1CF
RGB: (243,225,207)

Color info

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

RGB color model

#F3E1CF color RGB value is (243,225,207).

  • red value is 243;
  • green value is 225;
  • blue value is 207.
RGB:
(243,225,207)
(95%,88%,81%)

RGB channels and saturation

R 243 of 255 = 95%
G 225 of 255 = 88%
B 207 of 255 = 81%

243
225
207

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

Portions of RGB colors in percentages

R + G + B =
243 + 225 + 207 = 675 (100%)
R 243 of 675 ~ 36%
G 225 of 675 ~ 33.33%
B 207 of 675 ~ 30.67%

%36
%33.33
%30.67

CMYK color model

#F3E1CF color CMYK value is (0,7,15,5).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 14.81%
  • key color value is 4.71%
CMYK:
(0,7,15,5)
C0M7Y15K5 
(0%,7%,15%,5%)
(0.00/0.07/0.15/0.05)	

CMYK percentages

%0
%7.41
%14.81
%4.71

Codes

Color #F3E1CF in popluar color models

F3E1CF
RGB243225207
HSL30°60.00%88.24%
HSB/HSV30°14.81%95.29%
CMYK0.00%7.41%14.81%
4.71%

Color #F3E1CF in popluar number systems.

HEXF3E1CF
Decimal243225207
Binary111100111110000111001111
Octal363341317

Shades and tints

Shades of #F3E1CF

#F3E1CF
(243,225,207)
#DDCDBD
(221,205,189)
#C7B9AB
(199,185,171)
#B1A599
(177,165,153)
#9B9187
(155,145,135)
#857D75
(133,125,117)
#6F6963
(111,105,99)
#595551
(89,85,81)
#43413F
(67,65,63)
#2D2D2D
(45,45,45)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #F3E1CF

#F3E1CF
(243,225,207)
#F4E3D3
(244,227,211)
#F5E5D7
(245,229,215)
#F6E7DB
(246,231,219)
#F7E9DF
(247,233,223)
#F8EBE3
(248,235,227)
#F9EDE7
(249,237,231)
#FAEFEB
(250,239,235)
#FBF1EF
(251,241,239)
#FCF3F3
(252,243,243)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E1CF color. Also use rgb(243,225,207) instead hex code.

Text Font Color

.myTextColor { color: #F3E1CF; }

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

This text font color is #F3E1CF.


Background Color

.myBgColor { background-color: #F3E1CF; }

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

This div background color is #F3E1CF.


Border color

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

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

This div border color is #F3E1CF.


Opacity

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

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

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

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

This text has shadow with #F3E1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E1CF on black background.


Color preview on white background

This text has color #F3E1CF on white background.



Black color preview on #F3E1CF background

This text has black color on #F3E1CF background.


White color preview on #F3E1CF background

This text has white color on #F3E1CF background.