COLOR #F3DBC4

HEX: #F3DBC4 RGB: (243,219,196)

Color info

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

RGB color model

#F3DBC4 color RGB value is (243,219,196).

RGB: (243,219,196) (95%, 86%, 77%)

RGB channels and saturation

R 243 of 255 = 95%
G 219 of 255 = 86%
B 196 of 255 = 77%

243
219
196

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

Portions of RGB colors in percentages

R + G + B = 243 + 219 + 196 = 658 (100%)
R 243 of 658 ~ 36.93%
G 219 of 658 ~ 33.28%
B 196 of 658 ~ 29.79'%

%36.93
%33.28
%29.79

CMYK color model

#F3DBC4 color CMYK value is (0,10,19,5).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 19.34%
  • key color value is 4.71%
CMYK: (0,10,19,5) C0M10Y19K5 (0%,10%,19%,5%) (0.00/0.10/0.19/0.05) 

CMYK percentages

%0
%9.88
%19.34
%4.71

Codes

Color #F3DBC4 in popluar color models

F3 DB C4
RGB 243 219 196
HSL 29° 66.20% 86.08%
HSB/HSV 29° 19.34% 95.29%
CMYK 0.00% 9.88% 19.34%
4.71%

Color #F3DBC4 in popluar number systems.

HEX F3 DB C4
Decimal 243 219 196
Binary 11110011 11011011 11000100
Octal 363 333 304

Shades and tints

Shades of #F3DBC4

#F3DBC4
(243,219,196)
#DDC8B3
(221,200,179)
#C7B5A2
(199,181,162)
#B1A291
(177,162,145)
#9B8F80
(155,143,128)
#857C6F
(133,124,111)
#6F695E
(111,105,94)
#59564D
(89,86,77)
#43433C
(67,67,60)
#2D302B
(45,48,43)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #F3DBC4

#F3DBC4
(243,219,196)
#F4DEC9
(244,222,201)
#F5E1CE
(245,225,206)
#F6E4D3
(246,228,211)
#F7E7D8
(247,231,216)
#F8EADD
(248,234,221)
#F9EDE2
(249,237,226)
#FAF0E7
(250,240,231)
#FBF3EC
(251,243,236)
#FCF6F1
(252,246,241)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DBC4 color. Also use rgb(243,219,196) instead hex code.

Text Font Color

.myTextColor { color: #F3DBC4; }

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

This text font color is #F3DBC4.

Background Color

.myBgColor { background-color: #F3DBC4; }

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

This div background color is #F3DBC4.

Border color

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

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

This div border color is #F3DBC4.

Opacity

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

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

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

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

This text has shadow with #F3DBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DBC4.

Preview

Color preview on black background

This text has color #F3DBC4 on black background.


Color preview on white background

This text has color #F3DBC4 on white background.


Black color preview on #F3DBC4 background

This text has black color on #F3DBC4 background.


White color preview on #F3DBC4 background

This text has white color on #F3DBC4 background.


Related colors

Complementary color

Complementary color for #hex is #0C243B.


I love getcolorcode.com

Triadic colors

1 #C4F3DB and #DBC4F3 with #F3DBC4 are triadic colors.

2 #C4DBF3 and #DBF3C4 with #F3DBC4 are triadic colors.