COLOR #F3D8CB

HEX: #F3D8CB RGB: (243,216,203)

Color info

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

RGB color model

#F3D8CB color RGB value is (243,216,203).

RGB: (243,216,203) (95%, 85%, 80%)

RGB channels and saturation

R 243 of 255 = 95%
G 216 of 255 = 85%
B 203 of 255 = 80%

243
216
203

R + G + B ~ 87%. #F3D8CB is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 216 + 203 = 662 (100%)
R 243 of 662 ~ 36.71%
G 216 of 662 ~ 32.63%
B 203 of 662 ~ 30.66'%

%36.71
%32.63
%30.66

CMYK color model

#F3D8CB color CMYK value is (0,11,16,5).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 16.46%
  • key color value is 4.71%

CMYK: (0,11,16,5)
C0M11Y16K5 (0%, 11%, 16%, 5%)
(0.00 / 0.11 / 0.16 / 0.05)

CMYK percentages

%0
%11.11
%16.46
%4.71

Codes

Color #F3D8CB in popluar color models

F3 D8 CB
RGB 243 216 203
HSL 20° 62.50% 87.45%
HSB/HSV 20° 16.46% 95.29%
CMYK 0.00% 11.11% 16.46%
4.71%

Color #F3D8CB in popluar number systems.

HEX F3 D8 CB
Decimal 243 216 203
Binary 11110011 11011000 11001011
Octal 363 330 313

Shades and tints

Shades of #F3D8CB

#F3D8CB
(243,216,203)
#DDC5B9
(221,197,185)
#C7B2A7
(199,178,167)
#B19F95
(177,159,149)
#9B8C83
(155,140,131)
#857971
(133,121,113)
#6F665F
(111,102,95)
#59534D
(89,83,77)
#43403B
(67,64,59)
#2D2D29
(45,45,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #F3D8CB

#F3D8CB
(243,216,203)
#F4DBCF
(244,219,207)
#F5DED3
(245,222,211)
#F6E1D7
(246,225,215)
#F7E4DB
(247,228,219)
#F8E7DF
(248,231,223)
#F9EAE3
(249,234,227)
#FAEDE7
(250,237,231)
#FBF0EB
(251,240,235)
#FCF3EF
(252,243,239)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D8CB; }

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

This text font color is #F3D8CB.

Background Color

.myBgColor { background-color: #F3D8CB; }

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

This div background color is #F3D8CB.

Border color

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

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

This div border color is #F3D8CB.

Opacity

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

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

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

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

This text has shadow with #F3D8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3D8CB.

Preview

Color preview on black background

This text has color #F3D8CB on black background.


Color preview on white background

This text has color #F3D8CB on white background.


Black color preview on #F3D8CB background

This text has black color on #F3D8CB background.


White color preview on #F3D8CB background

This text has white color on #F3D8CB background.


Related colors

Complementary color

Complementary color for #hex is #0C2734.


I love getcolorcode.com

Triadic colors

1 #CBF3D8 and #D8CBF3 with #F3D8CB are triadic colors.

2 #CBD8F3 and #D8F3CB with #F3D8CB are triadic colors.