COLOR #F1CECB

HEX: #F1CECB
RGB: (241,206,203)

Color info

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

RGB color model

#F1CECB color RGB value is (241,206,203).

  • red value is 241;
  • green value is 206;
  • blue value is 203.
RGB:
(241,206,203)
(95%,81%,80%)

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 203 of 255 = 80%

241
206
203

R + G + B ~ 85%. #F1CECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 206 + 203 = 650 (100%)
R 241 of 650 ~ 37.08%
G 206 of 650 ~ 31.69%
B 203 of 650 ~ 31.23%

%37.08
%31.69
%31.23

CMYK color model

#F1CECB color CMYK value is (0,15,16,5).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK:
(0,15,16,5)
C0M15Y16K5 
(0%,15%,16%,5%)
(0.00/0.15/0.16/0.05)	

CMYK percentages

%0
%14.52
%15.77
%5.49

Codes

Color #F1CECB in popluar color models

F1CECB
RGB241206203
HSL57.58%87.06%
HSB/HSV15.77%94.51%
CMYK0.00%14.52%15.77%
5.49%

Color #F1CECB in popluar number systems.

HEXF1CECB
Decimal241206203
Binary111100011100111011001011
Octal361316313

Shades and tints

Shades of #F1CECB

#F1CECB
(241,206,203)
#DCBCB9
(220,188,185)
#C7AAA7
(199,170,167)
#B29895
(178,152,149)
#9D8683
(157,134,131)
#887471
(136,116,113)
#73625F
(115,98,95)
#5E504D
(94,80,77)
#493E3B
(73,62,59)
#342C29
(52,44,41)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #F1CECB

#F1CECB
(241,206,203)
#F2D2CF
(242,210,207)
#F3D6D3
(243,214,211)
#F4DAD7
(244,218,215)
#F5DEDB
(245,222,219)
#F6E2DF
(246,226,223)
#F7E6E3
(247,230,227)
#F8EAE7
(248,234,231)
#F9EEEB
(249,238,235)
#FAF2EF
(250,242,239)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CECB color. Also use rgb(241,206,203) instead hex code.

Text Font Color

.myTextColor { color: #F1CECB; }

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

This text font color is #F1CECB.


Background Color

.myBgColor { background-color: #F1CECB; }

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

This div background color is #F1CECB.


Border color

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

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

This div border color is #F1CECB.


Opacity

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

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

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

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

This text has shadow with #F1CECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CECB on black background.


Color preview on white background

This text has color #F1CECB on white background.



Black color preview on #F1CECB background

This text has black color on #F1CECB background.


White color preview on #F1CECB background

This text has white color on #F1CECB background.