COLOR #F3CBA5

HEX: #F3CBA5
RGB: (243,203,165)

Color info

#F3CBA5 contains mainly red and green colors. Web safe color of #F3CBA5 is #FFCC99 (or #FC9).

RGB color model

#F3CBA5 color RGB value is (243,203,165).

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

RGB channels and saturation

R 243 of 255 = 95%
G 203 of 255 = 80%
B 165 of 255 = 65%

243
203
165

R + G + B ~ 80%. #F3CBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 203 + 165 = 611 (100%)
R 243 of 611 ~ 39.77%
G 203 of 611 ~ 33.22%
B 165 of 611 ~ 27%

%39.77
%33.22
%27

CMYK color model

#F3CBA5 color CMYK value is (0,16,32,5).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 32.10%
  • key color value is 4.71%
CMYK:
(0,16,32,5)
C0M16Y32K5 
(0%,16%,32%,5%)
(0.00/0.16/0.32/0.05)	

CMYK percentages

%0
%16.46
%32.1
%4.71

Codes

Color #F3CBA5 in popluar color models

F3CBA5
RGB243203165
HSL29°76.47%80.00%
HSB/HSV29°32.10%95.29%
CMYK0.00%16.46%32.10%
4.71%

Color #F3CBA5 in popluar number systems.

HEXF3CBA5
Decimal243203165
Binary111100111100101110100101
Octal363313245

Shades and tints

Shades of #F3CBA5

#F3CBA5
(243,203,165)
#DDB996
(221,185,150)
#C7A787
(199,167,135)
#B19578
(177,149,120)
#9B8369
(155,131,105)
#85715A
(133,113,90)
#6F5F4B
(111,95,75)
#594D3C
(89,77,60)
#433B2D
(67,59,45)
#2D291E
(45,41,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #F3CBA5

#F3CBA5
(243,203,165)
#F4CFAD
(244,207,173)
#F5D3B5
(245,211,181)
#F6D7BD
(246,215,189)
#F7DBC5
(247,219,197)
#F8DFCD
(248,223,205)
#F9E3D5
(249,227,213)
#FAE7DD
(250,231,221)
#FBEBE5
(251,235,229)
#FCEFED
(252,239,237)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CBA5; }

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

This text font color is #F3CBA5.


Background Color

.myBgColor { background-color: #F3CBA5; }

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

This div background color is #F3CBA5.


Border color

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

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

This div border color is #F3CBA5.


Opacity

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

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

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

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

This text has shadow with #F3CBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CBA5 on black background.


Color preview on white background

This text has color #F3CBA5 on white background.



Black color preview on #F3CBA5 background

This text has black color on #F3CBA5 background.


White color preview on #F3CBA5 background

This text has white color on #F3CBA5 background.