COLOR #F1C0B8

HEX: #F1C0B8
RGB: (241,192,184)

Color info

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

RGB color model

#F1C0B8 color RGB value is (241,192,184).

  • red value is 241;
  • green value is 192;
  • blue value is 184.
RGB:
(241,192,184)
(95%,75%,72%)

RGB channels and saturation

R 241 of 255 = 95%
G 192 of 255 = 75%
B 184 of 255 = 72%

241
192
184

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

Portions of RGB colors in percentages

R + G + B =
241 + 192 + 184 = 617 (100%)
R 241 of 617 ~ 39.06%
G 192 of 617 ~ 31.12%
B 184 of 617 ~ 29.82%

%39.06
%31.12
%29.82

CMYK color model

#F1C0B8 color CMYK value is (0,20,24,5).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 23.65%
  • key color value is 5.49%
CMYK:
(0,20,24,5)
C0M20Y24K5 
(0%,20%,24%,5%)
(0.00/0.20/0.24/0.05)	

CMYK percentages

%0
%20.33
%23.65
%5.49

Codes

Color #F1C0B8 in popluar color models

F1C0B8
RGB241192184
HSL67.06%83.33%
HSB/HSV23.65%94.51%
CMYK0.00%20.33%23.65%
5.49%

Color #F1C0B8 in popluar number systems.

HEXF1C0B8
Decimal241192184
Binary111100011100000010111000
Octal361300270

Shades and tints

Shades of #F1C0B8

#F1C0B8
(241,192,184)
#DCAFA8
(220,175,168)
#C79E98
(199,158,152)
#B28D88
(178,141,136)
#9D7C78
(157,124,120)
#886B68
(136,107,104)
#735A58
(115,90,88)
#5E4948
(94,73,72)
#493838
(73,56,56)
#342728
(52,39,40)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #F1C0B8

#F1C0B8
(241,192,184)
#F2C5BE
(242,197,190)
#F3CAC4
(243,202,196)
#F4CFCA
(244,207,202)
#F5D4D0
(245,212,208)
#F6D9D6
(246,217,214)
#F7DEDC
(247,222,220)
#F8E3E2
(248,227,226)
#F9E8E8
(249,232,232)
#FAEDEE
(250,237,238)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C0B8 color. Also use rgb(241,192,184) instead hex code.

Text Font Color

.myTextColor { color: #F1C0B8; }

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

This text font color is #F1C0B8.


Background Color

.myBgColor { background-color: #F1C0B8; }

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

This div background color is #F1C0B8.


Border color

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

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

This div border color is #F1C0B8.


Opacity

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

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

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

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

This text has shadow with #F1C0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C0B8 on black background.


Color preview on white background

This text has color #F1C0B8 on white background.



Black color preview on #F1C0B8 background

This text has black color on #F1C0B8 background.


White color preview on #F1C0B8 background

This text has white color on #F1C0B8 background.