COLOR #F1B0C5

HEX: #F1B0C5 RGB: (241,176,197)

Color info

#F1B0C5 contains mainly red and blue colors. Web safe color of #F1B0C5 is #FF99CC (or #F9C).

RGB color model

#F1B0C5 color RGB value is (241,176,197).

RGB: (241,176,197) (95%, 69%, 77%)

RGB channels and saturation

R 241 of 255 = 95%
G 176 of 255 = 69%
B 197 of 255 = 77%

241
176
197

R + G + B ~ 80%. #F1B0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 176 + 197 = 614 (100%)
R 241 of 614 ~ 39.25%
G 176 of 614 ~ 28.66%
B 197 of 614 ~ 32.08'%

%39.25
%28.66
%32.08

CMYK color model

#F1B0C5 color CMYK value is (0,27,18,5).

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

CMYK: (0,27,18,5)
C0M27Y18K5 (0%, 27%, 18%, 5%)
(0.00 / 0.27 / 0.18 / 0.05)

CMYK percentages

%0
%26.97
%18.26
%5.49

Codes

Color #F1B0C5 in popluar color models

F1 B0 C5
RGB 241 176 197
HSL 341° 69.89% 81.76%
HSB/HSV 341° 26.97% 94.51%
CMYK 0.00% 26.97% 18.26%
5.49%

Color #F1B0C5 in popluar number systems.

HEX F1 B0 C5
Decimal 241 176 197
Binary 11110001 10110000 11000101
Octal 361 260 305

Shades and tints

Shades of #F1B0C5

#F1B0C5
(241,176,197)
#DCA0B4
(220,160,180)
#C790A3
(199,144,163)
#B28092
(178,128,146)
#9D7081
(157,112,129)
#886070
(136,96,112)
#73505F
(115,80,95)
#5E404E
(94,64,78)
#49303D
(73,48,61)
#34202C
(52,32,44)
#1F101B
(31,16,27)
#000000
(0,0,0)

Tints of #F1B0C5

#F1B0C5
(241,176,197)
#F2B7CA
(242,183,202)
#F3BECF
(243,190,207)
#F4C5D4
(244,197,212)
#F5CCD9
(245,204,217)
#F6D3DE
(246,211,222)
#F7DAE3
(247,218,227)
#F8E1E8
(248,225,232)
#F9E8ED
(249,232,237)
#FAEFF2
(250,239,242)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B0C5; }

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

This text font color is #F1B0C5.

Background Color

.myBgColor { background-color: #F1B0C5; }

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

This div background color is #F1B0C5.

Border color

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

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

This div border color is #F1B0C5.

Opacity

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

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

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

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

This text has shadow with #F1B0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B0C5.

Preview

Color preview on black background

This text has color #F1B0C5 on black background.


Color preview on white background

This text has color #F1B0C5 on white background.


Black color preview on #F1B0C5 background

This text has black color on #F1B0C5 background.


White color preview on #F1B0C5 background

This text has white color on #F1B0C5 background.


Related colors

Complementary color

Complementary color for #hex is #0E4F3A.


I love getcolorcode.com

Triadic colors

1 #C5F1B0 and #B0C5F1 with #F1B0C5 are triadic colors.

2 #C5B0F1 and #B0F1C5 with #F1B0C5 are triadic colors.