COLOR #F3CBB4

HEX: #F3CBB4
RGB: (243,203,180)

Color info

#F3CBB4 contains mainly red and green colors. Web safe color of #F3CBB4 is #FFCCCC (or #FCC).

RGB color model

#F3CBB4 color RGB value is (243,203,180).

  • red value is 243;
  • green value is 203;
  • blue value is 180.
RGB:
(243,203,180)
(95%,80%,71%)

RGB channels and saturation

R 243 of 255 = 95%
G 203 of 255 = 80%
B 180 of 255 = 71%

243
203
180

R + G + B ~ 82%. #F3CBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 203 + 180 = 626 (100%)
R 243 of 626 ~ 38.82%
G 203 of 626 ~ 32.43%
B 180 of 626 ~ 28.75%

%38.82
%32.43
%28.75

CMYK color model

#F3CBB4 color CMYK value is (0,16,26,5).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 25.93%
  • key color value is 4.71%
CMYK:
(0,16,26,5)
C0M16Y26K5 
(0%,16%,26%,5%)
(0.00/0.16/0.26/0.05)	

CMYK percentages

%0
%16.46
%25.93
%4.71

Codes

Color #F3CBB4 in popluar color models

F3CBB4
RGB243203180
HSL22°72.41%82.94%
HSB/HSV22°25.93%95.29%
CMYK0.00%16.46%25.93%
4.71%

Color #F3CBB4 in popluar number systems.

HEXF3CBB4
Decimal243203180
Binary111100111100101110110100
Octal363313264

Shades and tints

Shades of #F3CBB4

#F3CBB4
(243,203,180)
#DDB9A4
(221,185,164)
#C7A794
(199,167,148)
#B19584
(177,149,132)
#9B8374
(155,131,116)
#857164
(133,113,100)
#6F5F54
(111,95,84)
#594D44
(89,77,68)
#433B34
(67,59,52)
#2D2924
(45,41,36)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #F3CBB4

#F3CBB4
(243,203,180)
#F4CFBA
(244,207,186)
#F5D3C0
(245,211,192)
#F6D7C6
(246,215,198)
#F7DBCC
(247,219,204)
#F8DFD2
(248,223,210)
#F9E3D8
(249,227,216)
#FAE7DE
(250,231,222)
#FBEBE4
(251,235,228)
#FCEFEA
(252,239,234)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3CBB4; }

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

This text font color is #F3CBB4.


Background Color

.myBgColor { background-color: #F3CBB4; }

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

This div background color is #F3CBB4.


Border color

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

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

This div border color is #F3CBB4.


Opacity

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

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

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

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

This text has shadow with #F3CBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CBB4 on black background.


Color preview on white background

This text has color #F3CBB4 on white background.



Black color preview on #F3CBB4 background

This text has black color on #F3CBB4 background.


White color preview on #F3CBB4 background

This text has white color on #F3CBB4 background.