COLOR #F0CAA5

HEX: #F0CAA5
RGB: (240,202,165)

Color info

#F0CAA5 contains mainly red and green colors. Web safe color of #F0CAA5 is #FFCC99 (or #FC9).

RGB color model

#F0CAA5 color RGB value is (240,202,165).

  • red value is 240;
  • green value is 202;
  • blue value is 165.
RGB:
(240,202,165)
(94%,79%,65%)

RGB channels and saturation

R 240 of 255 = 94%
G 202 of 255 = 79%
B 165 of 255 = 65%

240
202
165

R + G + B ~ 79%. #F0CAA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 202 + 165 = 607 (100%)
R 240 of 607 ~ 39.54%
G 202 of 607 ~ 33.28%
B 165 of 607 ~ 27.18%

%39.54
%33.28
%27.18

CMYK color model

#F0CAA5 color CMYK value is (0,16,31,6).

  • cyan value is 0.00%
  • magenta value is 15.83%
  • yellow value is 31.25%
  • key color value is 5.88%
CMYK:
(0,16,31,6)
C0M16Y31K6 
(0%,16%,31%,6%)
(0.00/0.16/0.31/0.06)	

CMYK percentages

%0
%15.83
%31.25
%5.88

Codes

Color #F0CAA5 in popluar color models

F0CAA5
RGB240202165
HSL30°71.43%79.41%
HSB/HSV30°31.25%94.12%
CMYK0.00%15.83%31.25%
5.88%

Color #F0CAA5 in popluar number systems.

HEXF0CAA5
Decimal240202165
Binary111100001100101010100101
Octal360312245

Shades and tints

Shades of #F0CAA5

#F0CAA5
(240,202,165)
#DBB896
(219,184,150)
#C6A687
(198,166,135)
#B19478
(177,148,120)
#9C8269
(156,130,105)
#87705A
(135,112,90)
#725E4B
(114,94,75)
#5D4C3C
(93,76,60)
#483A2D
(72,58,45)
#33281E
(51,40,30)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #F0CAA5

#F0CAA5
(240,202,165)
#F1CEAD
(241,206,173)
#F2D2B5
(242,210,181)
#F3D6BD
(243,214,189)
#F4DAC5
(244,218,197)
#F5DECD
(245,222,205)
#F6E2D5
(246,226,213)
#F7E6DD
(247,230,221)
#F8EAE5
(248,234,229)
#F9EEED
(249,238,237)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CAA5 color. Also use rgb(240,202,165) instead hex code.

Text Font Color

.myTextColor { color: #F0CAA5; }

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

This text font color is #F0CAA5.


Background Color

.myBgColor { background-color: #F0CAA5; }

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

This div background color is #F0CAA5.


Border color

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

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

This div border color is #F0CAA5.


Opacity

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

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

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

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

This text has shadow with #F0CAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CAA5 on black background.


Color preview on white background

This text has color #F0CAA5 on white background.



Black color preview on #F0CAA5 background

This text has black color on #F0CAA5 background.


White color preview on #F0CAA5 background

This text has white color on #F0CAA5 background.