COLOR #F1B6C8

HEX: #F1B6C8 RGB: (241,182,200)

Color info

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

RGB color model

#F1B6C8 color RGB value is (241,182,200).

RGB: (241,182,200) (95%, 71%, 78%)

RGB channels and saturation

R 241 of 255 = 95%
G 182 of 255 = 71%
B 200 of 255 = 78%

241
182
200

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

Portions of RGB colors in percentages

R + G + B = 241 + 182 + 200 = 623 (100%)
R 241 of 623 ~ 38.68%
G 182 of 623 ~ 29.21%
B 200 of 623 ~ 32.1'%

%38.68
%29.21
%32.1

CMYK color model

#F1B6C8 color CMYK value is (0,24,17,5).

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

CMYK: (0,24,17,5)
C0M24Y17K5 (0%, 24%, 17%, 5%)
(0.00 / 0.24 / 0.17 / 0.05)

CMYK percentages

%0
%24.48
%17.01
%5.49

Codes

Color #F1B6C8 in popluar color models

F1 B6 C8
RGB 241 182 200
HSL 342° 67.82% 82.94%
HSB/HSV 342° 24.48% 94.51%
CMYK 0.00% 24.48% 17.01%
5.49%

Color #F1B6C8 in popluar number systems.

HEX F1 B6 C8
Decimal 241 182 200
Binary 11110001 10110110 11001000
Octal 361 266 310

Shades and tints

Shades of #F1B6C8

#F1B6C8
(241,182,200)
#DCA6B6
(220,166,182)
#C796A4
(199,150,164)
#B28692
(178,134,146)
#9D7680
(157,118,128)
#88666E
(136,102,110)
#73565C
(115,86,92)
#5E464A
(94,70,74)
#493638
(73,54,56)
#342626
(52,38,38)
#1F1614
(31,22,20)
#000000
(0,0,0)

Tints of #F1B6C8

#F1B6C8
(241,182,200)
#F2BCCD
(242,188,205)
#F3C2D2
(243,194,210)
#F4C8D7
(244,200,215)
#F5CEDC
(245,206,220)
#F6D4E1
(246,212,225)
#F7DAE6
(247,218,230)
#F8E0EB
(248,224,235)
#F9E6F0
(249,230,240)
#FAECF5
(250,236,245)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B6C8; }

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

This text font color is #F1B6C8.

Background Color

.myBgColor { background-color: #F1B6C8; }

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

This div background color is #F1B6C8.

Border color

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

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

This div border color is #F1B6C8.

Opacity

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

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

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

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

This text has shadow with #F1B6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B6C8.

Preview

Color preview on black background

This text has color #F1B6C8 on black background.


Color preview on white background

This text has color #F1B6C8 on white background.


Black color preview on #F1B6C8 background

This text has black color on #F1B6C8 background.


White color preview on #F1B6C8 background

This text has white color on #F1B6C8 background.


Related colors

Complementary color

Complementary color for #hex is #0E4937.


I love getcolorcode.com

Triadic colors

1 #C8F1B6 and #B6C8F1 with #F1B6C8 are triadic colors.

2 #C8B6F1 and #B6F1C8 with #F1B6C8 are triadic colors.