COLOR #F1CAB0

HEX: #F1CAB0
RGB: (241,202,176)

Color info

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

RGB color model

#F1CAB0 color RGB value is (241,202,176).

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

RGB channels and saturation

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

241
202
176

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

Portions of RGB colors in percentages

R + G + B =
241 + 202 + 176 = 619 (100%)
R 241 of 619 ~ 38.93%
G 202 of 619 ~ 32.63%
B 176 of 619 ~ 28.43%

%38.93
%32.63
%28.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 26.97%
  • 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.97
%5.49

Codes

Color #F1CAB0 in popluar color models

F1CAB0
RGB241202176
HSL24°69.89%81.76%
HSB/HSV24°26.97%94.51%
CMYK0.00%16.18%26.97%
5.49%

Color #F1CAB0 in popluar number systems.

HEXF1CAB0
Decimal241202176
Binary111100011100101010110000
Octal361312260

Shades and tints

Shades of #F1CAB0

#F1CAB0
(241,202,176)
#DCB8A0
(220,184,160)
#C7A690
(199,166,144)
#B29480
(178,148,128)
#9D8270
(157,130,112)
#887060
(136,112,96)
#735E50
(115,94,80)
#5E4C40
(94,76,64)
#493A30
(73,58,48)
#342820
(52,40,32)
#1F1610
(31,22,16)
#000000
(0,0,0)

Tints of #F1CAB0

#F1CAB0
(241,202,176)
#F2CEB7
(242,206,183)
#F3D2BE
(243,210,190)
#F4D6C5
(244,214,197)
#F5DACC
(245,218,204)
#F6DED3
(246,222,211)
#F7E2DA
(247,226,218)
#F8E6E1
(248,230,225)
#F9EAE8
(249,234,232)
#FAEEEF
(250,238,239)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CAB0; }

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

This text font color is #F1CAB0.


Background Color

.myBgColor { background-color: #F1CAB0; }

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

This div background color is #F1CAB0.


Border color

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

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

This div border color is #F1CAB0.


Opacity

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

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

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

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

This text has shadow with #F1CAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CAB0 on black background.


Color preview on white background

This text has color #F1CAB0 on white background.



Black color preview on #F1CAB0 background

This text has black color on #F1CAB0 background.


White color preview on #F1CAB0 background

This text has white color on #F1CAB0 background.