COLOR #F1C8C6

HEX: #F1C8C6 RGB: (241,200,198)

Color info

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

RGB color model

#F1C8C6 color RGB value is (241,200,198).

RGB: (241,200,198) (95%, 78%, 78%)

RGB channels and saturation

R 241 of 255 = 95%
G 200 of 255 = 78%
B 198 of 255 = 78%

241
200
198

R + G + B ~ 84%. #F1C8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 200 + 198 = 639 (100%)
R 241 of 639 ~ 37.72%
G 200 of 639 ~ 31.3%
B 198 of 639 ~ 30.99'%

%37.72
%31.3
%30.99

CMYK color model

#F1C8C6 color CMYK value is (0,17,18,5).

  • cyan value is 0.00%
  • magenta value is 17.01%
  • yellow value is 17.84%
  • key color value is 5.49%

CMYK: (0,17,18,5)
C0M17Y18K5 (0%, 17%, 18%, 5%)
(0.00 / 0.17 / 0.18 / 0.05)

CMYK percentages

%0
%17.01
%17.84
%5.49

Codes

Color #F1C8C6 in popluar color models

F1 C8 C6
RGB 241 200 198
HSL 60.56% 86.08%
HSB/HSV 17.84% 94.51%
CMYK 0.00% 17.01% 17.84%
5.49%

Color #F1C8C6 in popluar number systems.

HEX F1 C8 C6
Decimal 241 200 198
Binary 11110001 11001000 11000110
Octal 361 310 306

Shades and tints

Shades of #F1C8C6

#F1C8C6
(241,200,198)
#DCB6B4
(220,182,180)
#C7A4A2
(199,164,162)
#B29290
(178,146,144)
#9D807E
(157,128,126)
#886E6C
(136,110,108)
#735C5A
(115,92,90)
#5E4A48
(94,74,72)
#493836
(73,56,54)
#342624
(52,38,36)
#1F1412
(31,20,18)
#000000
(0,0,0)

Tints of #F1C8C6

#F1C8C6
(241,200,198)
#F2CDCB
(242,205,203)
#F3D2D0
(243,210,208)
#F4D7D5
(244,215,213)
#F5DCDA
(245,220,218)
#F6E1DF
(246,225,223)
#F7E6E4
(247,230,228)
#F8EBE9
(248,235,233)
#F9F0EE
(249,240,238)
#FAF5F3
(250,245,243)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C8C6 color. Also use rgb(241,200,198) instead hex code.

Text Font Color

.myTextColor { color: #F1C8C6; }

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

This text font color is #F1C8C6.

Background Color

.myBgColor { background-color: #F1C8C6; }

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

This div background color is #F1C8C6.

Border color

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

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

This div border color is #F1C8C6.

Opacity

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

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

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

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

This text has shadow with #F1C8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C8C6.

Preview

Color preview on black background

This text has color #F1C8C6 on black background.


Color preview on white background

This text has color #F1C8C6 on white background.


Black color preview on #F1C8C6 background

This text has black color on #F1C8C6 background.


White color preview on #F1C8C6 background

This text has white color on #F1C8C6 background.


Related colors

Complementary color

Complementary color for #hex is #0E3739.


I love getcolorcode.com

Triadic colors

1 #C6F1C8 and #C8C6F1 with #F1C8C6 are triadic colors.

2 #C6C8F1 and #C8F1C6 with #F1C8C6 are triadic colors.