COLOR #F3DDC3

HEX: #F3DDC3 RGB: (243,221,195)

Color info

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

RGB color model

#F3DDC3 color RGB value is (243,221,195).

RGB: (243,221,195) (95%, 87%, 76%)

RGB channels and saturation

R 243 of 255 = 95%
G 221 of 255 = 87%
B 195 of 255 = 76%

243
221
195

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

Portions of RGB colors in percentages

R + G + B = 243 + 221 + 195 = 659 (100%)
R 243 of 659 ~ 36.87%
G 221 of 659 ~ 33.54%
B 195 of 659 ~ 29.59'%

%36.87
%33.54
%29.59

CMYK color model

#F3DDC3 color CMYK value is (0,9,20,5).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 19.75%
  • key color value is 4.71%

CMYK: (0,9,20,5)
C0M9Y20K5 (0%, 9%, 20%, 5%)
(0.00 / 0.09 / 0.20 / 0.05)

CMYK percentages

%0
%9.05
%19.75
%4.71

Codes

Color #F3DDC3 in popluar color models

F3 DD C3
RGB 243 221 195
HSL 33° 66.67% 85.88%
HSB/HSV 33° 19.75% 95.29%
CMYK 0.00% 9.05% 19.75%
4.71%

Color #F3DDC3 in popluar number systems.

HEX F3 DD C3
Decimal 243 221 195
Binary 11110011 11011101 11000011
Octal 363 335 303

Shades and tints

Shades of #F3DDC3

#F3DDC3
(243,221,195)
#DDC9B2
(221,201,178)
#C7B5A1
(199,181,161)
#B1A190
(177,161,144)
#9B8D7F
(155,141,127)
#85796E
(133,121,110)
#6F655D
(111,101,93)
#59514C
(89,81,76)
#433D3B
(67,61,59)
#2D292A
(45,41,42)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #F3DDC3

#F3DDC3
(243,221,195)
#F4E0C8
(244,224,200)
#F5E3CD
(245,227,205)
#F6E6D2
(246,230,210)
#F7E9D7
(247,233,215)
#F8ECDC
(248,236,220)
#F9EFE1
(249,239,225)
#FAF2E6
(250,242,230)
#FBF5EB
(251,245,235)
#FCF8F0
(252,248,240)
#FDFBF5
(253,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DDC3 color. Also use rgb(243,221,195) instead hex code.

Text Font Color

.myTextColor { color: #F3DDC3; }

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

This text font color is #F3DDC3.

Background Color

.myBgColor { background-color: #F3DDC3; }

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

This div background color is #F3DDC3.

Border color

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

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

This div border color is #F3DDC3.

Opacity

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

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

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

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

This text has shadow with #F3DDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3DDC3.

Preview

Color preview on black background

This text has color #F3DDC3 on black background.


Color preview on white background

This text has color #F3DDC3 on white background.


Black color preview on #F3DDC3 background

This text has black color on #F3DDC3 background.


White color preview on #F3DDC3 background

This text has white color on #F3DDC3 background.


Related colors

Complementary color

Complementary color for #hex is #0C223C.


I love getcolorcode.com

Triadic colors

1 #C3F3DD and #DDC3F3 with #F3DDC3 are triadic colors.

2 #C3DDF3 and #DDF3C3 with #F3DDC3 are triadic colors.