COLOR #F1CAC7

HEX: #F1CAC7
RGB: (241,202,199)

Color info

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

RGB color model

#F1CAC7 color RGB value is (241,202,199).

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

RGB channels and saturation

R 241 of 255 = 95%
G 202 of 255 = 79%
B 199 of 255 = 78%

241
202
199

R + G + B ~ 84%. #F1CAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 202 + 199 = 642 (100%)
R 241 of 642 ~ 37.54%
G 202 of 642 ~ 31.46%
B 199 of 642 ~ 31%

%37.54
%31.46
%31

CMYK color model

#F1CAC7 color CMYK value is (0,16,17,5).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 17.43%
  • key color value is 5.49%
CMYK:
(0,16,17,5)
C0M16Y17K5 
(0%,16%,17%,5%)
(0.00/0.16/0.17/0.05)	

CMYK percentages

%0
%16.18
%17.43
%5.49

Codes

Color #F1CAC7 in popluar color models

F1CAC7
RGB241202199
HSL60.00%86.27%
HSB/HSV17.43%94.51%
CMYK0.00%16.18%17.43%
5.49%

Color #F1CAC7 in popluar number systems.

HEXF1CAC7
Decimal241202199
Binary111100011100101011000111
Octal361312307

Shades and tints

Shades of #F1CAC7

#F1CAC7
(241,202,199)
#DCB8B5
(220,184,181)
#C7A6A3
(199,166,163)
#B29491
(178,148,145)
#9D827F
(157,130,127)
#88706D
(136,112,109)
#735E5B
(115,94,91)
#5E4C49
(94,76,73)
#493A37
(73,58,55)
#342825
(52,40,37)
#1F1613
(31,22,19)
#000000
(0,0,0)

Tints of #F1CAC7

#F1CAC7
(241,202,199)
#F2CECC
(242,206,204)
#F3D2D1
(243,210,209)
#F4D6D6
(244,214,214)
#F5DADB
(245,218,219)
#F6DEE0
(246,222,224)
#F7E2E5
(247,226,229)
#F8E6EA
(248,230,234)
#F9EAEF
(249,234,239)
#FAEEF4
(250,238,244)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CAC7; }

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

This text font color is #F1CAC7.


Background Color

.myBgColor { background-color: #F1CAC7; }

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

This div background color is #F1CAC7.


Border color

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

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

This div border color is #F1CAC7.


Opacity

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

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

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

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

This text has shadow with #F1CAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CAC7 on black background.


Color preview on white background

This text has color #F1CAC7 on white background.



Black color preview on #F1CAC7 background

This text has black color on #F1CAC7 background.


White color preview on #F1CAC7 background

This text has white color on #F1CAC7 background.