COLOR #F3CAB8

HEX: #F3CAB8
RGB: (243,202,184)

Color info

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

RGB color model

#F3CAB8 color RGB value is (243,202,184).

  • red value is 243;
  • green value is 202;
  • blue value is 184.
RGB:
(243,202,184)
(95%,79%,72%)

RGB channels and saturation

R 243 of 255 = 95%
G 202 of 255 = 79%
B 184 of 255 = 72%

243
202
184

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

Portions of RGB colors in percentages

R + G + B =
243 + 202 + 184 = 629 (100%)
R 243 of 629 ~ 38.63%
G 202 of 629 ~ 32.11%
B 184 of 629 ~ 29.25%

%38.63
%32.11
%29.25

CMYK color model

#F3CAB8 color CMYK value is (0,17,24,5).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 24.28%
  • key color value is 4.71%
CMYK:
(0,17,24,5)
C0M17Y24K5 
(0%,17%,24%,5%)
(0.00/0.17/0.24/0.05)	

CMYK percentages

%0
%16.87
%24.28
%4.71

Codes

Color #F3CAB8 in popluar color models

F3CAB8
RGB243202184
HSL18°71.08%83.73%
HSB/HSV18°24.28%95.29%
CMYK0.00%16.87%24.28%
4.71%

Color #F3CAB8 in popluar number systems.

HEXF3CAB8
Decimal243202184
Binary111100111100101010111000
Octal363312270

Shades and tints

Shades of #F3CAB8

#F3CAB8
(243,202,184)
#DDB8A8
(221,184,168)
#C7A698
(199,166,152)
#B19488
(177,148,136)
#9B8278
(155,130,120)
#857068
(133,112,104)
#6F5E58
(111,94,88)
#594C48
(89,76,72)
#433A38
(67,58,56)
#2D2828
(45,40,40)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #F3CAB8

#F3CAB8
(243,202,184)
#F4CEBE
(244,206,190)
#F5D2C4
(245,210,196)
#F6D6CA
(246,214,202)
#F7DAD0
(247,218,208)
#F8DED6
(248,222,214)
#F9E2DC
(249,226,220)
#FAE6E2
(250,230,226)
#FBEAE8
(251,234,232)
#FCEEEE
(252,238,238)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3CAB8 color. Also use rgb(243,202,184) instead hex code.

Text Font Color

.myTextColor { color: #F3CAB8; }

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

This text font color is #F3CAB8.


Background Color

.myBgColor { background-color: #F3CAB8; }

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

This div background color is #F3CAB8.


Border color

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

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

This div border color is #F3CAB8.


Opacity

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

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

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

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

This text has shadow with #F3CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3CAB8 on black background.


Color preview on white background

This text has color #F3CAB8 on white background.



Black color preview on #F3CAB8 background

This text has black color on #F3CAB8 background.


White color preview on #F3CAB8 background

This text has white color on #F3CAB8 background.