COLOR #F1C4C1

HEX: #F1C4C1 RGB: (241,196,193)

Color info

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

RGB color model

#F1C4C1 color RGB value is (241,196,193).

RGB: (241,196,193) (95%, 77%, 76%)

RGB channels and saturation

R 241 of 255 = 95%
G 196 of 255 = 77%
B 193 of 255 = 76%

241
196
193

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

Portions of RGB colors in percentages

R + G + B = 241 + 196 + 193 = 630 (100%)
R 241 of 630 ~ 38.25%
G 196 of 630 ~ 31.11%
B 193 of 630 ~ 30.63'%

%38.25
%31.11
%30.63

CMYK color model

#F1C4C1 color CMYK value is (0,19,20,5).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 19.92%
  • key color value is 5.49%

CMYK: (0,19,20,5)
C0M19Y20K5 (0%, 19%, 20%, 5%)
(0.00 / 0.19 / 0.20 / 0.05)

CMYK percentages

%0
%18.67
%19.92
%5.49

Codes

Color #F1C4C1 in popluar color models

F1 C4 C1
RGB 241 196 193
HSL 63.16% 85.10%
HSB/HSV 19.92% 94.51%
CMYK 0.00% 18.67% 19.92%
5.49%

Color #F1C4C1 in popluar number systems.

HEX F1 C4 C1
Decimal 241 196 193
Binary 11110001 11000100 11000001
Octal 361 304 301

Shades and tints

Shades of #F1C4C1

#F1C4C1
(241,196,193)
#DCB3B0
(220,179,176)
#C7A29F
(199,162,159)
#B2918E
(178,145,142)
#9D807D
(157,128,125)
#886F6C
(136,111,108)
#735E5B
(115,94,91)
#5E4D4A
(94,77,74)
#493C39
(73,60,57)
#342B28
(52,43,40)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #F1C4C1

#F1C4C1
(241,196,193)
#F2C9C6
(242,201,198)
#F3CECB
(243,206,203)
#F4D3D0
(244,211,208)
#F5D8D5
(245,216,213)
#F6DDDA
(246,221,218)
#F7E2DF
(247,226,223)
#F8E7E4
(248,231,228)
#F9ECE9
(249,236,233)
#FAF1EE
(250,241,238)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C4C1; }

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

This text font color is #F1C4C1.

Background Color

.myBgColor { background-color: #F1C4C1; }

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

This div background color is #F1C4C1.

Border color

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

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

This div border color is #F1C4C1.

Opacity

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

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

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

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

This text has shadow with #F1C4C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C4C1.

Preview

Color preview on black background

This text has color #F1C4C1 on black background.


Color preview on white background

This text has color #F1C4C1 on white background.


Black color preview on #F1C4C1 background

This text has black color on #F1C4C1 background.


White color preview on #F1C4C1 background

This text has white color on #F1C4C1 background.


Related colors

Complementary color

Complementary color for #hex is #0E3B3E.


I love getcolorcode.com

Triadic colors

1 #C1F1C4 and #C4C1F1 with #F1C4C1 are triadic colors.

2 #C1C4F1 and #C4F1C1 with #F1C4C1 are triadic colors.