COLOR #F1C3BE

HEX: #F1C3BE
RGB: (241,195,190)

Color info

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

RGB color model

#F1C3BE color RGB value is (241,195,190).

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

RGB channels and saturation

R 241 of 255 = 95%
G 195 of 255 = 76%
B 190 of 255 = 75%

241
195
190

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

Portions of RGB colors in percentages

R + G + B =
241 + 195 + 190 = 626 (100%)
R 241 of 626 ~ 38.5%
G 195 of 626 ~ 31.15%
B 190 of 626 ~ 30.35%

%38.5
%31.15
%30.35

CMYK color model

#F1C3BE color CMYK value is (0,19,21,5).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 21.16%
  • key color value is 5.49%
CMYK:
(0,19,21,5)
C0M19Y21K5 
(0%,19%,21%,5%)
(0.00/0.19/0.21/0.05)	

CMYK percentages

%0
%19.09
%21.16
%5.49

Codes

Color #F1C3BE in popluar color models

F1C3BE
RGB241195190
HSL64.56%84.51%
HSB/HSV21.16%94.51%
CMYK0.00%19.09%21.16%
5.49%

Color #F1C3BE in popluar number systems.

HEXF1C3BE
Decimal241195190
Binary111100011100001110111110
Octal361303276

Shades and tints

Shades of #F1C3BE

#F1C3BE
(241,195,190)
#DCB2AD
(220,178,173)
#C7A19C
(199,161,156)
#B2908B
(178,144,139)
#9D7F7A
(157,127,122)
#886E69
(136,110,105)
#735D58
(115,93,88)
#5E4C47
(94,76,71)
#493B36
(73,59,54)
#342A25
(52,42,37)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #F1C3BE

#F1C3BE
(241,195,190)
#F2C8C3
(242,200,195)
#F3CDC8
(243,205,200)
#F4D2CD
(244,210,205)
#F5D7D2
(245,215,210)
#F6DCD7
(246,220,215)
#F7E1DC
(247,225,220)
#F8E6E1
(248,230,225)
#F9EBE6
(249,235,230)
#FAF0EB
(250,240,235)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C3BE; }

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

This text font color is #F1C3BE.


Background Color

.myBgColor { background-color: #F1C3BE; }

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

This div background color is #F1C3BE.


Border color

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

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

This div border color is #F1C3BE.


Opacity

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

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

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

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

This text has shadow with #F1C3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C3BE on black background.


Color preview on white background

This text has color #F1C3BE on white background.



Black color preview on #F1C3BE background

This text has black color on #F1C3BE background.


White color preview on #F1C3BE background

This text has white color on #F1C3BE background.