COLOR #F3CECB

HEX: #F3CECB RGB: (243,206,203)

Color info

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

RGB color model

#F3CECB color RGB value is (243,206,203).

RGB: (243,206,203) (95%, 81%, 80%)

RGB channels and saturation

R 243 of 255 = 95%
G 206 of 255 = 81%
B 203 of 255 = 80%

243
206
203

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

Portions of RGB colors in percentages

R + G + B = 243 + 206 + 203 = 652 (100%)
R 243 of 652 ~ 37.27%
G 206 of 652 ~ 31.6%
B 203 of 652 ~ 31.13'%

%37.27
%31.6
%31.13

CMYK color model

#F3CECB color CMYK value is (0,15,16,5).

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

CMYK: (0,15,16,5)
C0M15Y16K5 (0%, 15%, 16%, 5%)
(0.00 / 0.15 / 0.16 / 0.05)

CMYK percentages

%0
%15.23
%16.46
%4.71

Codes

Color #F3CECB in popluar color models

F3 CE CB
RGB 243 206 203
HSL 62.50% 87.45%
HSB/HSV 16.46% 95.29%
CMYK 0.00% 15.23% 16.46%
4.71%

Color #F3CECB in popluar number systems.

HEX F3 CE CB
Decimal 243 206 203
Binary 11110011 11001110 11001011
Octal 363 316 313

Shades and tints

Shades of #F3CECB

#F3CECB
(243,206,203)
#DDBCB9
(221,188,185)
#C7AAA7
(199,170,167)
#B19895
(177,152,149)
#9B8683
(155,134,131)
#857471
(133,116,113)
#6F625F
(111,98,95)
#59504D
(89,80,77)
#433E3B
(67,62,59)
#2D2C29
(45,44,41)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #F3CECB

#F3CECB
(243,206,203)
#F4D2CF
(244,210,207)
#F5D6D3
(245,214,211)
#F6DAD7
(246,218,215)
#F7DEDB
(247,222,219)
#F8E2DF
(248,226,223)
#F9E6E3
(249,230,227)
#FAEAE7
(250,234,231)
#FBEEEB
(251,238,235)
#FCF2EF
(252,242,239)
#FDF6F3
(253,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CECB; }

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

This text font color is #F3CECB.

Background Color

.myBgColor { background-color: #F3CECB; }

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

This div background color is #F3CECB.

Border color

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

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

This div border color is #F3CECB.

Opacity

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

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

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

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

This text has shadow with #F3CECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CECB.

Preview

Color preview on black background

This text has color #F3CECB on black background.


Color preview on white background

This text has color #F3CECB on white background.


Black color preview on #F3CECB background

This text has black color on #F3CECB background.


White color preview on #F3CECB background

This text has white color on #F3CECB background.


Related colors

Complementary color

Complementary color for #hex is #0C3134.


I love getcolorcode.com

Triadic colors

1 #CBF3CE and #CECBF3 with #F3CECB are triadic colors.

2 #CBCEF3 and #CEF3CB with #F3CECB are triadic colors.