COLOR #F1C3B5

HEX: #F1C3B5 RGB: (241,195,181)

Color info

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

RGB color model

#F1C3B5 color RGB value is (241,195,181).

RGB: (241,195,181) (95%, 76%, 71%)

RGB channels and saturation

R 241 of 255 = 95%
G 195 of 255 = 76%
B 181 of 255 = 71%

241
195
181

R + G + B ~ 81%. #F1C3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 195 + 181 = 617 (100%)
R 241 of 617 ~ 39.06%
G 195 of 617 ~ 31.6%
B 181 of 617 ~ 29.34'%

%39.06
%31.6
%29.34

CMYK color model

#F1C3B5 color CMYK value is (0,19,25,5).

  • cyan value is 0.00%
  • magenta value is 19.09%
  • yellow value is 24.90%
  • key color value is 5.49%

CMYK: (0,19,25,5)
C0M19Y25K5 (0%, 19%, 25%, 5%)
(0.00 / 0.19 / 0.25 / 0.05)

CMYK percentages

%0
%19.09
%24.9
%5.49

Codes

Color #F1C3B5 in popluar color models

F1 C3 B5
RGB 241 195 181
HSL 14° 68.18% 82.75%
HSB/HSV 14° 24.90% 94.51%
CMYK 0.00% 19.09% 24.90%
5.49%

Color #F1C3B5 in popluar number systems.

HEX F1 C3 B5
Decimal 241 195 181
Binary 11110001 11000011 10110101
Octal 361 303 265

Shades and tints

Shades of #F1C3B5

#F1C3B5
(241,195,181)
#DCB2A5
(220,178,165)
#C7A195
(199,161,149)
#B29085
(178,144,133)
#9D7F75
(157,127,117)
#886E65
(136,110,101)
#735D55
(115,93,85)
#5E4C45
(94,76,69)
#493B35
(73,59,53)
#342A25
(52,42,37)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #F1C3B5

#F1C3B5
(241,195,181)
#F2C8BB
(242,200,187)
#F3CDC1
(243,205,193)
#F4D2C7
(244,210,199)
#F5D7CD
(245,215,205)
#F6DCD3
(246,220,211)
#F7E1D9
(247,225,217)
#F8E6DF
(248,230,223)
#F9EBE5
(249,235,229)
#FAF0EB
(250,240,235)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C3B5; }

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

This text font color is #F1C3B5.

Background Color

.myBgColor { background-color: #F1C3B5; }

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

This div background color is #F1C3B5.

Border color

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

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

This div border color is #F1C3B5.

Opacity

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

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

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

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

This text has shadow with #F1C3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C3B5.

Preview

Color preview on black background

This text has color #F1C3B5 on black background.


Color preview on white background

This text has color #F1C3B5 on white background.


Black color preview on #F1C3B5 background

This text has black color on #F1C3B5 background.


White color preview on #F1C3B5 background

This text has white color on #F1C3B5 background.


Related colors

Complementary color

Complementary color for #hex is #0E3C4A.


I love getcolorcode.com

Triadic colors

1 #B5F1C3 and #C3B5F1 with #F1C3B5 are triadic colors.

2 #B5C3F1 and #C3F1B5 with #F1C3B5 are triadic colors.