COLOR #F1C0BE

HEX: #F1C0BE
RGB: (241,192,190)

Color info

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

RGB color model

#F1C0BE color RGB value is (241,192,190).

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

RGB channels and saturation

R 241 of 255 = 95%
G 192 of 255 = 75%
B 190 of 255 = 75%

241
192
190

R + G + B ~ 82%. #F1C0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 192 + 190 = 623 (100%)
R 241 of 623 ~ 38.68%
G 192 of 623 ~ 30.82%
B 190 of 623 ~ 30.5%

%38.68
%30.82
%30.5

CMYK color model

#F1C0BE color CMYK value is (0,20,21,5).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 21.16%
  • key color value is 5.49%
CMYK:
(0,20,21,5)
C0M20Y21K5 
(0%,20%,21%,5%)
(0.00/0.20/0.21/0.05)	

CMYK percentages

%0
%20.33
%21.16
%5.49

Codes

Color #F1C0BE in popluar color models

F1C0BE
RGB241192190
HSL64.56%84.51%
HSB/HSV21.16%94.51%
CMYK0.00%20.33%21.16%
5.49%

Color #F1C0BE in popluar number systems.

HEXF1C0BE
Decimal241192190
Binary111100011100000010111110
Octal361300276

Shades and tints

Shades of #F1C0BE

#F1C0BE
(241,192,190)
#DCAFAD
(220,175,173)
#C79E9C
(199,158,156)
#B28D8B
(178,141,139)
#9D7C7A
(157,124,122)
#886B69
(136,107,105)
#735A58
(115,90,88)
#5E4947
(94,73,71)
#493836
(73,56,54)
#342725
(52,39,37)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #F1C0BE

#F1C0BE
(241,192,190)
#F2C5C3
(242,197,195)
#F3CAC8
(243,202,200)
#F4CFCD
(244,207,205)
#F5D4D2
(245,212,210)
#F6D9D7
(246,217,215)
#F7DEDC
(247,222,220)
#F8E3E1
(248,227,225)
#F9E8E6
(249,232,230)
#FAEDEB
(250,237,235)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C0BE; }

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

This text font color is #F1C0BE.


Background Color

.myBgColor { background-color: #F1C0BE; }

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

This div background color is #F1C0BE.


Border color

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

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

This div border color is #F1C0BE.


Opacity

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

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

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

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

This text has shadow with #F1C0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C0BE on black background.


Color preview on white background

This text has color #F1C0BE on white background.



Black color preview on #F1C0BE background

This text has black color on #F1C0BE background.


White color preview on #F1C0BE background

This text has white color on #F1C0BE background.