COLOR #F1C5C8

HEX: #F1C5C8 RGB: (241,197,200)

Color info

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

RGB color model

#F1C5C8 color RGB value is (241,197,200).

RGB: (241,197,200) (95%, 77%, 78%)

RGB channels and saturation

R 241 of 255 = 95%
G 197 of 255 = 77%
B 200 of 255 = 78%

241
197
200

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

Portions of RGB colors in percentages

R + G + B = 241 + 197 + 200 = 638 (100%)
R 241 of 638 ~ 37.77%
G 197 of 638 ~ 30.88%
B 200 of 638 ~ 31.35'%

%37.77
%30.88
%31.35

CMYK color model

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

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

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

CMYK percentages

%0
%18.26
%17.01
%5.49

Codes

Color #F1C5C8 in popluar color models

F1 C5 C8
RGB 241 197 200
HSL 356° 61.11% 85.88%
HSB/HSV 356° 18.26% 94.51%
CMYK 0.00% 18.26% 17.01%
5.49%

Color #F1C5C8 in popluar number systems.

HEX F1 C5 C8
Decimal 241 197 200
Binary 11110001 11000101 11001000
Octal 361 305 310

Shades and tints

Shades of #F1C5C8

#F1C5C8
(241,197,200)
#DCB4B6
(220,180,182)
#C7A3A4
(199,163,164)
#B29292
(178,146,146)
#9D8180
(157,129,128)
#88706E
(136,112,110)
#735F5C
(115,95,92)
#5E4E4A
(94,78,74)
#493D38
(73,61,56)
#342C26
(52,44,38)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #F1C5C8

#F1C5C8
(241,197,200)
#F2CACD
(242,202,205)
#F3CFD2
(243,207,210)
#F4D4D7
(244,212,215)
#F5D9DC
(245,217,220)
#F6DEE1
(246,222,225)
#F7E3E6
(247,227,230)
#F8E8EB
(248,232,235)
#F9EDF0
(249,237,240)
#FAF2F5
(250,242,245)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C5C8; }

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

This text font color is #F1C5C8.

Background Color

.myBgColor { background-color: #F1C5C8; }

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

This div background color is #F1C5C8.

Border color

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

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

This div border color is #F1C5C8.

Opacity

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

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

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

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

This text has shadow with #F1C5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C5C8.

Preview

Color preview on black background

This text has color #F1C5C8 on black background.


Color preview on white background

This text has color #F1C5C8 on white background.


Black color preview on #F1C5C8 background

This text has black color on #F1C5C8 background.


White color preview on #F1C5C8 background

This text has white color on #F1C5C8 background.


Related colors

Complementary color

Complementary color for #hex is #0E3A37.


I love getcolorcode.com

Triadic colors

1 #C8F1C5 and #C5C8F1 with #F1C5C8 are triadic colors.

2 #C8C5F1 and #C5F1C8 with #F1C5C8 are triadic colors.