COLOR #F1CDBB

HEX: #F1CDBB
RGB: (241,205,187)

Color info

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

RGB color model

#F1CDBB color RGB value is (241,205,187).

  • red value is 241;
  • green value is 205;
  • blue value is 187.
RGB:
(241,205,187)
(95%,80%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 205 of 255 = 80%
B 187 of 255 = 73%

241
205
187

R + G + B ~ 83%. #F1CDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 205 + 187 = 633 (100%)
R 241 of 633 ~ 38.07%
G 205 of 633 ~ 32.39%
B 187 of 633 ~ 29.54%

%38.07
%32.39
%29.54

CMYK color model

#F1CDBB color CMYK value is (0,15,22,5).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK:
(0,15,22,5)
C0M15Y22K5 
(0%,15%,22%,5%)
(0.00/0.15/0.22/0.05)	

CMYK percentages

%0
%14.94
%22.41
%5.49

Codes

Color #F1CDBB in popluar color models

F1CDBB
RGB241205187
HSL20°65.85%83.92%
HSB/HSV20°22.41%94.51%
CMYK0.00%14.94%22.41%
5.49%

Color #F1CDBB in popluar number systems.

HEXF1CDBB
Decimal241205187
Binary111100011100110110111011
Octal361315273

Shades and tints

Shades of #F1CDBB

#F1CDBB
(241,205,187)
#DCBBAA
(220,187,170)
#C7A999
(199,169,153)
#B29788
(178,151,136)
#9D8577
(157,133,119)
#887366
(136,115,102)
#736155
(115,97,85)
#5E4F44
(94,79,68)
#493D33
(73,61,51)
#342B22
(52,43,34)
#1F1911
(31,25,17)
#000000
(0,0,0)

Tints of #F1CDBB

#F1CDBB
(241,205,187)
#F2D1C1
(242,209,193)
#F3D5C7
(243,213,199)
#F4D9CD
(244,217,205)
#F5DDD3
(245,221,211)
#F6E1D9
(246,225,217)
#F7E5DF
(247,229,223)
#F8E9E5
(248,233,229)
#F9EDEB
(249,237,235)
#FAF1F1
(250,241,241)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CDBB color. Also use rgb(241,205,187) instead hex code.

Text Font Color

.myTextColor { color: #F1CDBB; }

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

This text font color is #F1CDBB.


Background Color

.myBgColor { background-color: #F1CDBB; }

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

This div background color is #F1CDBB.


Border color

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

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

This div border color is #F1CDBB.


Opacity

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

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

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

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

This text has shadow with #F1CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1CDBB on black background.


Color preview on white background

This text has color #F1CDBB on white background.



Black color preview on #F1CDBB background

This text has black color on #F1CDBB background.


White color preview on #F1CDBB background

This text has white color on #F1CDBB background.