COLOR #F0C1B3

HEX: #F0C1B3
RGB: (240,193,179)

Color info

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

RGB color model

#F0C1B3 color RGB value is (240,193,179).

  • red value is 240;
  • green value is 193;
  • blue value is 179.
RGB:
(240,193,179)
(94%,76%,70%)

RGB channels and saturation

R 240 of 255 = 94%
G 193 of 255 = 76%
B 179 of 255 = 70%

240
193
179

R + G + B ~ 80%. #F0C1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 193 + 179 = 612 (100%)
R 240 of 612 ~ 39.22%
G 193 of 612 ~ 31.54%
B 179 of 612 ~ 29.25%

%39.22
%31.54
%29.25

CMYK color model

#F0C1B3 color CMYK value is (0,20,25,6).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 25.42%
  • key color value is 5.88%
CMYK:
(0,20,25,6)
C0M20Y25K6 
(0%,20%,25%,6%)
(0.00/0.20/0.25/0.06)	

CMYK percentages

%0
%19.58
%25.42
%5.88

Codes

Color #F0C1B3 in popluar color models

F0C1B3
RGB240193179
HSL14°67.03%82.16%
HSB/HSV14°25.42%94.12%
CMYK0.00%19.58%25.42%
5.88%

Color #F0C1B3 in popluar number systems.

HEXF0C1B3
Decimal240193179
Binary111100001100000110110011
Octal360301263

Shades and tints

Shades of #F0C1B3

#F0C1B3
(240,193,179)
#DBB0A3
(219,176,163)
#C69F93
(198,159,147)
#B18E83
(177,142,131)
#9C7D73
(156,125,115)
#876C63
(135,108,99)
#725B53
(114,91,83)
#5D4A43
(93,74,67)
#483933
(72,57,51)
#332823
(51,40,35)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #F0C1B3

#F0C1B3
(240,193,179)
#F1C6B9
(241,198,185)
#F2CBBF
(242,203,191)
#F3D0C5
(243,208,197)
#F4D5CB
(244,213,203)
#F5DAD1
(245,218,209)
#F6DFD7
(246,223,215)
#F7E4DD
(247,228,221)
#F8E9E3
(248,233,227)
#F9EEE9
(249,238,233)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C1B3 color. Also use rgb(240,193,179) instead hex code.

Text Font Color

.myTextColor { color: #F0C1B3; }

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

This text font color is #F0C1B3.


Background Color

.myBgColor { background-color: #F0C1B3; }

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

This div background color is #F0C1B3.


Border color

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

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

This div border color is #F0C1B3.


Opacity

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

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

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

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

This text has shadow with #F0C1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C1B3 on black background.


Color preview on white background

This text has color #F0C1B3 on white background.



Black color preview on #F0C1B3 background

This text has black color on #F0C1B3 background.


White color preview on #F0C1B3 background

This text has white color on #F0C1B3 background.