COLOR #F1C4BD

HEX: #F1C4BD
RGB: (241,196,189)

Color info

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

RGB color model

#F1C4BD color RGB value is (241,196,189).

  • red value is 241;
  • green value is 196;
  • blue value is 189.
RGB:
(241,196,189)
(95%,77%,74%)

RGB channels and saturation

R 241 of 255 = 95%
G 196 of 255 = 77%
B 189 of 255 = 74%

241
196
189

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

Portions of RGB colors in percentages

R + G + B =
241 + 196 + 189 = 626 (100%)
R 241 of 626 ~ 38.5%
G 196 of 626 ~ 31.31%
B 189 of 626 ~ 30.19%

%38.5
%31.31
%30.19

CMYK color model

#F1C4BD color CMYK value is (0,19,22,5).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,19,22,5)
C0M19Y22K5 
(0%,19%,22%,5%)
(0.00/0.19/0.22/0.05)	

CMYK percentages

%0
%18.67
%21.58
%5.49

Codes

Color #F1C4BD in popluar color models

F1C4BD
RGB241196189
HSL65.00%84.31%
HSB/HSV21.58%94.51%
CMYK0.00%18.67%21.58%
5.49%

Color #F1C4BD in popluar number systems.

HEXF1C4BD
Decimal241196189
Binary111100011100010010111101
Octal361304275

Shades and tints

Shades of #F1C4BD

#F1C4BD
(241,196,189)
#DCB3AC
(220,179,172)
#C7A29B
(199,162,155)
#B2918A
(178,145,138)
#9D8079
(157,128,121)
#886F68
(136,111,104)
#735E57
(115,94,87)
#5E4D46
(94,77,70)
#493C35
(73,60,53)
#342B24
(52,43,36)
#1F1A13
(31,26,19)
#000000
(0,0,0)

Tints of #F1C4BD

#F1C4BD
(241,196,189)
#F2C9C3
(242,201,195)
#F3CEC9
(243,206,201)
#F4D3CF
(244,211,207)
#F5D8D5
(245,216,213)
#F6DDDB
(246,221,219)
#F7E2E1
(247,226,225)
#F8E7E7
(248,231,231)
#F9ECED
(249,236,237)
#FAF1F3
(250,241,243)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C4BD color. Also use rgb(241,196,189) instead hex code.

Text Font Color

.myTextColor { color: #F1C4BD; }

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

This text font color is #F1C4BD.


Background Color

.myBgColor { background-color: #F1C4BD; }

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

This div background color is #F1C4BD.


Border color

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

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

This div border color is #F1C4BD.


Opacity

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

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

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

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

This text has shadow with #F1C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C4BD on black background.


Color preview on white background

This text has color #F1C4BD on white background.



Black color preview on #F1C4BD background

This text has black color on #F1C4BD background.


White color preview on #F1C4BD background

This text has white color on #F1C4BD background.