COLOR #F0C5B4

HEX: #F0C5B4
RGB: (240,197,180)

Color info

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

RGB color model

#F0C5B4 color RGB value is (240,197,180).

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

RGB channels and saturation

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

240
197
180

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

Portions of RGB colors in percentages

R + G + B =
240 + 197 + 180 = 617 (100%)
R 240 of 617 ~ 38.9%
G 197 of 617 ~ 31.93%
B 180 of 617 ~ 29.17%

%38.9
%31.93
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 25.00%
  • 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
%25
%5.88

Codes

Color #F0C5B4 in popluar color models

F0C5B4
RGB240197180
HSL17°66.67%82.35%
HSB/HSV17°25.00%94.12%
CMYK0.00%17.92%25.00%
5.88%

Color #F0C5B4 in popluar number systems.

HEXF0C5B4
Decimal240197180
Binary111100001100010110110100
Octal360305264

Shades and tints

Shades of #F0C5B4

#F0C5B4
(240,197,180)
#DBB4A4
(219,180,164)
#C6A394
(198,163,148)
#B19284
(177,146,132)
#9C8174
(156,129,116)
#877064
(135,112,100)
#725F54
(114,95,84)
#5D4E44
(93,78,68)
#483D34
(72,61,52)
#332C24
(51,44,36)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #F0C5B4

#F0C5B4
(240,197,180)
#F1CABA
(241,202,186)
#F2CFC0
(242,207,192)
#F3D4C6
(243,212,198)
#F4D9CC
(244,217,204)
#F5DED2
(245,222,210)
#F6E3D8
(246,227,216)
#F7E8DE
(247,232,222)
#F8EDE4
(248,237,228)
#F9F2EA
(249,242,234)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C5B4; }

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

This text font color is #F0C5B4.


Background Color

.myBgColor { background-color: #F0C5B4; }

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

This div background color is #F0C5B4.


Border color

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

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

This div border color is #F0C5B4.


Opacity

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

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

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

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

This text has shadow with #F0C5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5B4 on black background.


Color preview on white background

This text has color #F0C5B4 on white background.



Black color preview on #F0C5B4 background

This text has black color on #F0C5B4 background.


White color preview on #F0C5B4 background

This text has white color on #F0C5B4 background.