COLOR #F3CEBC

HEX: #F3CEBC RGB: (243,206,188)

Color info

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

RGB color model

#F3CEBC color RGB value is (243,206,188).

RGB: (243,206,188) (95%, 81%, 74%)

RGB channels and saturation

R 243 of 255 = 95%
G 206 of 255 = 81%
B 188 of 255 = 74%

243
206
188

R + G + B ~ 83%. #F3CEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 206 + 188 = 637 (100%)
R 243 of 637 ~ 38.15%
G 206 of 637 ~ 32.34%
B 188 of 637 ~ 29.51'%

%38.15
%32.34
%29.51

CMYK color model

#F3CEBC color CMYK value is (0,15,23,5).

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

CMYK: (0,15,23,5)
C0M15Y23K5 (0%, 15%, 23%, 5%)
(0.00 / 0.15 / 0.23 / 0.05)

CMYK percentages

%0
%15.23
%22.63
%4.71

Codes

Color #F3CEBC in popluar color models

F3 CE BC
RGB 243 206 188
HSL 20° 69.62% 84.51%
HSB/HSV 20° 22.63% 95.29%
CMYK 0.00% 15.23% 22.63%
4.71%

Color #F3CEBC in popluar number systems.

HEX F3 CE BC
Decimal 243 206 188
Binary 11110011 11001110 10111100
Octal 363 316 274

Shades and tints

Shades of #F3CEBC

#F3CEBC
(243,206,188)
#DDBCAB
(221,188,171)
#C7AA9A
(199,170,154)
#B19889
(177,152,137)
#9B8678
(155,134,120)
#857467
(133,116,103)
#6F6256
(111,98,86)
#595045
(89,80,69)
#433E34
(67,62,52)
#2D2C23
(45,44,35)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #F3CEBC

#F3CEBC
(243,206,188)
#F4D2C2
(244,210,194)
#F5D6C8
(245,214,200)
#F6DACE
(246,218,206)
#F7DED4
(247,222,212)
#F8E2DA
(248,226,218)
#F9E6E0
(249,230,224)
#FAEAE6
(250,234,230)
#FBEEEC
(251,238,236)
#FCF2F2
(252,242,242)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CEBC; }

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

This text font color is #F3CEBC.

Background Color

.myBgColor { background-color: #F3CEBC; }

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

This div background color is #F3CEBC.

Border color

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

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

This div border color is #F3CEBC.

Opacity

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

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

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

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

This text has shadow with #F3CEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3CEBC.

Preview

Color preview on black background

This text has color #F3CEBC on black background.


Color preview on white background

This text has color #F3CEBC on white background.


Black color preview on #F3CEBC background

This text has black color on #F3CEBC background.


White color preview on #F3CEBC background

This text has white color on #F3CEBC background.


Related colors

Complementary color

Complementary color for #hex is #0C3143.


I love getcolorcode.com

Triadic colors

1 #BCF3CE and #CEBCF3 with #F3CEBC are triadic colors.

2 #BCCEF3 and #CEF3BC with #F3CEBC are triadic colors.