COLOR #F1CBB4

HEX: #F1CBB4
RGB: (241,203,180)

Color info

#F1CBB4 contains mainly red and green colors. Web safe color of #F1CBB4 is #FFCCCC (or #FCC).

RGB color model

#F1CBB4 color RGB value is (241,203,180).

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

RGB channels and saturation

R 241 of 255 = 95%
G 203 of 255 = 80%
B 180 of 255 = 71%

241
203
180

R + G + B ~ 82%. #F1CBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 203 + 180 = 624 (100%)
R 241 of 624 ~ 38.62%
G 203 of 624 ~ 32.53%
B 180 of 624 ~ 28.85%

%38.62
%32.53
%28.85

CMYK color model

#F1CBB4 color CMYK value is (0,16,25,5).

  • cyan value is 0.00%
  • magenta value is 15.77%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(0,16,25,5)
C0M16Y25K5 
(0%,16%,25%,5%)
(0.00/0.16/0.25/0.05)	

CMYK percentages

%0
%15.77
%25.31
%5.49

Codes

Color #F1CBB4 in popluar color models

F1CBB4
RGB241203180
HSL23°68.54%82.55%
HSB/HSV23°25.31%94.51%
CMYK0.00%15.77%25.31%
5.49%

Color #F1CBB4 in popluar number systems.

HEXF1CBB4
Decimal241203180
Binary111100011100101110110100
Octal361313264

Shades and tints

Shades of #F1CBB4

#F1CBB4
(241,203,180)
#DCB9A4
(220,185,164)
#C7A794
(199,167,148)
#B29584
(178,149,132)
#9D8374
(157,131,116)
#887164
(136,113,100)
#735F54
(115,95,84)
#5E4D44
(94,77,68)
#493B34
(73,59,52)
#342924
(52,41,36)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #F1CBB4

#F1CBB4
(241,203,180)
#F2CFBA
(242,207,186)
#F3D3C0
(243,211,192)
#F4D7C6
(244,215,198)
#F5DBCC
(245,219,204)
#F6DFD2
(246,223,210)
#F7E3D8
(247,227,216)
#F8E7DE
(248,231,222)
#F9EBE4
(249,235,228)
#FAEFEA
(250,239,234)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1CBB4; }

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

This text font color is #F1CBB4.


Background Color

.myBgColor { background-color: #F1CBB4; }

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

This div background color is #F1CBB4.


Border color

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

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

This div border color is #F1CBB4.


Opacity

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

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

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

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

This text has shadow with #F1CBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CBB4 on black background.


Color preview on white background

This text has color #F1CBB4 on white background.



Black color preview on #F1CBB4 background

This text has black color on #F1CBB4 background.


White color preview on #F1CBB4 background

This text has white color on #F1CBB4 background.