COLOR #F3D5BF

HEX: #F3D5BF
RGB: (243,213,191)

Color info

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

RGB color model

#F3D5BF color RGB value is (243,213,191).

  • red value is 243;
  • green value is 213;
  • blue value is 191.
RGB:
(243,213,191)
(95%,84%,75%)

RGB channels and saturation

R 243 of 255 = 95%
G 213 of 255 = 84%
B 191 of 255 = 75%

243
213
191

R + G + B ~ 85%. #F3D5BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 213 + 191 = 647 (100%)
R 243 of 647 ~ 37.56%
G 213 of 647 ~ 32.92%
B 191 of 647 ~ 29.52%

%37.56
%32.92
%29.52

CMYK color model

#F3D5BF color CMYK value is (0,12,21,5).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 21.40%
  • key color value is 4.71%
CMYK:
(0,12,21,5)
C0M12Y21K5 
(0%,12%,21%,5%)
(0.00/0.12/0.21/0.05)	

CMYK percentages

%0
%12.35
%21.4
%4.71

Codes

Color #F3D5BF in popluar color models

F3D5BF
RGB243213191
HSL25°68.42%85.10%
HSB/HSV25°21.40%95.29%
CMYK0.00%12.35%21.40%
4.71%

Color #F3D5BF in popluar number systems.

HEXF3D5BF
Decimal243213191
Binary111100111101010110111111
Octal363325277

Shades and tints

Shades of #F3D5BF

#F3D5BF
(243,213,191)
#DDC2AE
(221,194,174)
#C7AF9D
(199,175,157)
#B19C8C
(177,156,140)
#9B897B
(155,137,123)
#85766A
(133,118,106)
#6F6359
(111,99,89)
#595048
(89,80,72)
#433D37
(67,61,55)
#2D2A26
(45,42,38)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #F3D5BF

#F3D5BF
(243,213,191)
#F4D8C4
(244,216,196)
#F5DBC9
(245,219,201)
#F6DECE
(246,222,206)
#F7E1D3
(247,225,211)
#F8E4D8
(248,228,216)
#F9E7DD
(249,231,221)
#FAEAE2
(250,234,226)
#FBEDE7
(251,237,231)
#FCF0EC
(252,240,236)
#FDF3F1
(253,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D5BF color. Also use rgb(243,213,191) instead hex code.

Text Font Color

.myTextColor { color: #F3D5BF; }

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

This text font color is #F3D5BF.


Background Color

.myBgColor { background-color: #F3D5BF; }

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

This div background color is #F3D5BF.


Border color

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

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

This div border color is #F3D5BF.


Opacity

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

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

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

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

This text has shadow with #F3D5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D5BF on black background.


Color preview on white background

This text has color #F3D5BF on white background.



Black color preview on #F3D5BF background

This text has black color on #F3D5BF background.


White color preview on #F3D5BF background

This text has white color on #F3D5BF background.