COLOR #F3DEC0

HEX: #F3DEC0
RGB: (243,222,192)

Color info

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

RGB color model

#F3DEC0 color RGB value is (243,222,192).

  • red value is 243;
  • green value is 222;
  • blue value is 192.
RGB:
(243,222,192)
(95%,87%,75%)

RGB channels and saturation

R 243 of 255 = 95%
G 222 of 255 = 87%
B 192 of 255 = 75%

243
222
192

R + G + B ~ 86%. #F3DEC0 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 222 + 192 = 657 (100%)
R 243 of 657 ~ 36.99%
G 222 of 657 ~ 33.79%
B 192 of 657 ~ 29.22%

%36.99
%33.79
%29.22

CMYK color model

#F3DEC0 color CMYK value is (0,9,21,5).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 20.99%
  • key color value is 4.71%
CMYK:
(0,9,21,5)
C0M9Y21K5 
(0%,9%,21%,5%)
(0.00/0.09/0.21/0.05)	

CMYK percentages

%0
%8.64
%20.99
%4.71

Codes

Color #F3DEC0 in popluar color models

F3DEC0
RGB243222192
HSL35°68.00%85.29%
HSB/HSV35°20.99%95.29%
CMYK0.00%8.64%20.99%
4.71%

Color #F3DEC0 in popluar number systems.

HEXF3DEC0
Decimal243222192
Binary111100111101111011000000
Octal363336300

Shades and tints

Shades of #F3DEC0

#F3DEC0
(243,222,192)
#DDCAAF
(221,202,175)
#C7B69E
(199,182,158)
#B1A28D
(177,162,141)
#9B8E7C
(155,142,124)
#857A6B
(133,122,107)
#6F665A
(111,102,90)
#595249
(89,82,73)
#433E38
(67,62,56)
#2D2A27
(45,42,39)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #F3DEC0

#F3DEC0
(243,222,192)
#F4E1C5
(244,225,197)
#F5E4CA
(245,228,202)
#F6E7CF
(246,231,207)
#F7EAD4
(247,234,212)
#F8EDD9
(248,237,217)
#F9F0DE
(249,240,222)
#FAF3E3
(250,243,227)
#FBF6E8
(251,246,232)
#FCF9ED
(252,249,237)
#FDFCF2
(253,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DEC0 color. Also use rgb(243,222,192) instead hex code.

Text Font Color

.myTextColor { color: #F3DEC0; }

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

This text font color is #F3DEC0.


Background Color

.myBgColor { background-color: #F3DEC0; }

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

This div background color is #F3DEC0.


Border color

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

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

This div border color is #F3DEC0.


Opacity

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

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

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

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

This text has shadow with #F3DEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DEC0 on black background.


Color preview on white background

This text has color #F3DEC0 on white background.



Black color preview on #F3DEC0 background

This text has black color on #F3DEC0 background.


White color preview on #F3DEC0 background

This text has white color on #F3DEC0 background.