COLOR #F1CFC3

HEX: #F1CFC3
RGB: (241,207,195)

Color info

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

RGB color model

#F1CFC3 color RGB value is (241,207,195).

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

RGB channels and saturation

R 241 of 255 = 95%
G 207 of 255 = 81%
B 195 of 255 = 76%

241
207
195

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

Portions of RGB colors in percentages

R + G + B =
241 + 207 + 195 = 643 (100%)
R 241 of 643 ~ 37.48%
G 207 of 643 ~ 32.19%
B 195 of 643 ~ 30.33%

%37.48
%32.19
%30.33

CMYK color model

#F1CFC3 color CMYK value is (0,14,19,5).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 19.09%
  • key color value is 5.49%
CMYK:
(0,14,19,5)
C0M14Y19K5 
(0%,14%,19%,5%)
(0.00/0.14/0.19/0.05)	

CMYK percentages

%0
%14.11
%19.09
%5.49

Codes

Color #F1CFC3 in popluar color models

F1CFC3
RGB241207195
HSL16°62.16%85.49%
HSB/HSV16°19.09%94.51%
CMYK0.00%14.11%19.09%
5.49%

Color #F1CFC3 in popluar number systems.

HEXF1CFC3
Decimal241207195
Binary111100011100111111000011
Octal361317303

Shades and tints

Shades of #F1CFC3

#F1CFC3
(241,207,195)
#DCBDB2
(220,189,178)
#C7ABA1
(199,171,161)
#B29990
(178,153,144)
#9D877F
(157,135,127)
#88756E
(136,117,110)
#73635D
(115,99,93)
#5E514C
(94,81,76)
#493F3B
(73,63,59)
#342D2A
(52,45,42)
#1F1B19
(31,27,25)
#000000
(0,0,0)

Tints of #F1CFC3

#F1CFC3
(241,207,195)
#F2D3C8
(242,211,200)
#F3D7CD
(243,215,205)
#F4DBD2
(244,219,210)
#F5DFD7
(245,223,215)
#F6E3DC
(246,227,220)
#F7E7E1
(247,231,225)
#F8EBE6
(248,235,230)
#F9EFEB
(249,239,235)
#FAF3F0
(250,243,240)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CFC3; }

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

This text font color is #F1CFC3.


Background Color

.myBgColor { background-color: #F1CFC3; }

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

This div background color is #F1CFC3.


Border color

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

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

This div border color is #F1CFC3.


Opacity

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

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

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

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

This text has shadow with #F1CFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CFC3 on black background.


Color preview on white background

This text has color #F1CFC3 on white background.



Black color preview on #F1CFC3 background

This text has black color on #F1CFC3 background.


White color preview on #F1CFC3 background

This text has white color on #F1CFC3 background.