COLOR #F1CAB1

HEX: #F1CAB1
RGB: (241,202,177)

Color info

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

RGB color model

#F1CAB1 color RGB value is (241,202,177).

  • red value is 241;
  • green value is 202;
  • blue value is 177.
RGB:
(241,202,177)
(95%,79%,69%)

RGB channels and saturation

R 241 of 255 = 95%
G 202 of 255 = 79%
B 177 of 255 = 69%

241
202
177

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

Portions of RGB colors in percentages

R + G + B =
241 + 202 + 177 = 620 (100%)
R 241 of 620 ~ 38.87%
G 202 of 620 ~ 32.58%
B 177 of 620 ~ 28.55%

%38.87
%32.58
%28.55

CMYK color model

#F1CAB1 color CMYK value is (0,16,27,5).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 26.56%
  • key color value is 5.49%
CMYK:
(0,16,27,5)
C0M16Y27K5 
(0%,16%,27%,5%)
(0.00/0.16/0.27/0.05)	

CMYK percentages

%0
%16.18
%26.56
%5.49

Codes

Color #F1CAB1 in popluar color models

F1CAB1
RGB241202177
HSL23°69.57%81.96%
HSB/HSV23°26.56%94.51%
CMYK0.00%16.18%26.56%
5.49%

Color #F1CAB1 in popluar number systems.

HEXF1CAB1
Decimal241202177
Binary111100011100101010110001
Octal361312261

Shades and tints

Shades of #F1CAB1

#F1CAB1
(241,202,177)
#DCB8A1
(220,184,161)
#C7A691
(199,166,145)
#B29481
(178,148,129)
#9D8271
(157,130,113)
#887061
(136,112,97)
#735E51
(115,94,81)
#5E4C41
(94,76,65)
#493A31
(73,58,49)
#342821
(52,40,33)
#1F1611
(31,22,17)
#000000
(0,0,0)

Tints of #F1CAB1

#F1CAB1
(241,202,177)
#F2CEB8
(242,206,184)
#F3D2BF
(243,210,191)
#F4D6C6
(244,214,198)
#F5DACD
(245,218,205)
#F6DED4
(246,222,212)
#F7E2DB
(247,226,219)
#F8E6E2
(248,230,226)
#F9EAE9
(249,234,233)
#FAEEF0
(250,238,240)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CAB1 color. Also use rgb(241,202,177) instead hex code.

Text Font Color

.myTextColor { color: #F1CAB1; }

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

This text font color is #F1CAB1.


Background Color

.myBgColor { background-color: #F1CAB1; }

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

This div background color is #F1CAB1.


Border color

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

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

This div border color is #F1CAB1.


Opacity

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

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

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

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

This text has shadow with #F1CAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CAB1 on black background.


Color preview on white background

This text has color #F1CAB1 on white background.



Black color preview on #F1CAB1 background

This text has black color on #F1CAB1 background.


White color preview on #F1CAB1 background

This text has white color on #F1CAB1 background.