COLOR #F0C5B5

HEX: #F0C5B5
RGB: (240,197,181)

Color info

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

RGB color model

#F0C5B5 color RGB value is (240,197,181).

  • red value is 240;
  • green value is 197;
  • blue value is 181.
RGB:
(240,197,181)
(94%,77%,71%)

RGB channels and saturation

R 240 of 255 = 94%
G 197 of 255 = 77%
B 181 of 255 = 71%

240
197
181

R + G + B ~ 81%. #F0C5B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 197 + 181 = 618 (100%)
R 240 of 618 ~ 38.83%
G 197 of 618 ~ 31.88%
B 181 of 618 ~ 29.29%

%38.83
%31.88
%29.29

CMYK color model

#F0C5B5 color CMYK value is (0,18,25,6).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 24.58%
  • key color value is 5.88%
CMYK:
(0,18,25,6)
C0M18Y25K6 
(0%,18%,25%,6%)
(0.00/0.18/0.25/0.06)	

CMYK percentages

%0
%17.92
%24.58
%5.88

Codes

Color #F0C5B5 in popluar color models

F0C5B5
RGB240197181
HSL16°66.29%82.55%
HSB/HSV16°24.58%94.12%
CMYK0.00%17.92%24.58%
5.88%

Color #F0C5B5 in popluar number systems.

HEXF0C5B5
Decimal240197181
Binary111100001100010110110101
Octal360305265

Shades and tints

Shades of #F0C5B5

#F0C5B5
(240,197,181)
#DBB4A5
(219,180,165)
#C6A395
(198,163,149)
#B19285
(177,146,133)
#9C8175
(156,129,117)
#877065
(135,112,101)
#725F55
(114,95,85)
#5D4E45
(93,78,69)
#483D35
(72,61,53)
#332C25
(51,44,37)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #F0C5B5

#F0C5B5
(240,197,181)
#F1CABB
(241,202,187)
#F2CFC1
(242,207,193)
#F3D4C7
(243,212,199)
#F4D9CD
(244,217,205)
#F5DED3
(245,222,211)
#F6E3D9
(246,227,217)
#F7E8DF
(247,232,223)
#F8EDE5
(248,237,229)
#F9F2EB
(249,242,235)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C5B5 color. Also use rgb(240,197,181) instead hex code.

Text Font Color

.myTextColor { color: #F0C5B5; }

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

This text font color is #F0C5B5.


Background Color

.myBgColor { background-color: #F0C5B5; }

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

This div background color is #F0C5B5.


Border color

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

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

This div border color is #F0C5B5.


Opacity

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

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

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

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

This text has shadow with #F0C5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5B5 on black background.


Color preview on white background

This text has color #F0C5B5 on white background.



Black color preview on #F0C5B5 background

This text has black color on #F0C5B5 background.


White color preview on #F0C5B5 background

This text has white color on #F0C5B5 background.