COLOR #F1CA8F

HEX: #F1CA8F
RGB: (241,202,143)

Color info

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

RGB color model

#F1CA8F color RGB value is (241,202,143).

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

RGB channels and saturation

R 241 of 255 = 95%
G 202 of 255 = 79%
B 143 of 255 = 56%

241
202
143

R + G + B ~ 77%. #F1CA8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 202 + 143 = 586 (100%)
R 241 of 586 ~ 41.13%
G 202 of 586 ~ 34.47%
B 143 of 586 ~ 24.4%

%41.13
%34.47
%24.4

CMYK color model

#F1CA8F color CMYK value is (0,16,41,5).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 40.66%
  • key color value is 5.49%
CMYK:
(0,16,41,5)
C0M16Y41K5 
(0%,16%,41%,5%)
(0.00/0.16/0.41/0.05)	

CMYK percentages

%0
%16.18
%40.66
%5.49

Codes

Color #F1CA8F in popluar color models

F1CA8F
RGB241202143
HSL36°77.78%75.29%
HSB/HSV36°40.66%94.51%
CMYK0.00%16.18%40.66%
5.49%

Color #F1CA8F in popluar number systems.

HEXF1CA8F
Decimal241202143
Binary111100011100101010001111
Octal361312217

Shades and tints

Shades of #F1CA8F

#F1CA8F
(241,202,143)
#DCB882
(220,184,130)
#C7A675
(199,166,117)
#B29468
(178,148,104)
#9D825B
(157,130,91)
#88704E
(136,112,78)
#735E41
(115,94,65)
#5E4C34
(94,76,52)
#493A27
(73,58,39)
#34281A
(52,40,26)
#1F160D
(31,22,13)
#000000
(0,0,0)

Tints of #F1CA8F

#F1CA8F
(241,202,143)
#F2CE99
(242,206,153)
#F3D2A3
(243,210,163)
#F4D6AD
(244,214,173)
#F5DAB7
(245,218,183)
#F6DEC1
(246,222,193)
#F7E2CB
(247,226,203)
#F8E6D5
(248,230,213)
#F9EADF
(249,234,223)
#FAEEE9
(250,238,233)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CA8F; }

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

This text font color is #F1CA8F.


Background Color

.myBgColor { background-color: #F1CA8F; }

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

This div background color is #F1CA8F.


Border color

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

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

This div border color is #F1CA8F.


Opacity

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

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

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

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

This text has shadow with #F1CA8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CA8F on black background.


Color preview on white background

This text has color #F1CA8F on white background.



Black color preview on #F1CA8F background

This text has black color on #F1CA8F background.


White color preview on #F1CA8F background

This text has white color on #F1CA8F background.