COLOR #F1B0D4

HEX: #F1B0D4 RGB: (241,176,212)

Color info

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

RGB color model

#F1B0D4 color RGB value is (241,176,212).

RGB: (241,176,212) (95%, 69%, 83%)

RGB channels and saturation

R 241 of 255 = 95%
G 176 of 255 = 69%
B 212 of 255 = 83%

241
176
212

R + G + B ~ 82%. #F1B0D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 176 + 212 = 629 (100%)
R 241 of 629 ~ 38.31%
G 176 of 629 ~ 27.98%
B 212 of 629 ~ 33.7'%

%38.31
%27.98
%33.7

CMYK color model

#F1B0D4 color CMYK value is (0,27,12,5).

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

CMYK: (0,27,12,5)
C0M27Y12K5 (0%, 27%, 12%, 5%)
(0.00 / 0.27 / 0.12 / 0.05)

CMYK percentages

%0
%26.97
%12.03
%5.49

Codes

Color #F1B0D4 in popluar color models

F1 B0 D4
RGB 241 176 212
HSL 327° 69.89% 81.76%
HSB/HSV 327° 26.97% 94.51%
CMYK 0.00% 26.97% 12.03%
5.49%

Color #F1B0D4 in popluar number systems.

HEX F1 B0 D4
Decimal 241 176 212
Binary 11110001 10110000 11010100
Octal 361 260 324

Shades and tints

Shades of #F1B0D4

#F1B0D4
(241,176,212)
#DCA0C1
(220,160,193)
#C790AE
(199,144,174)
#B2809B
(178,128,155)
#9D7088
(157,112,136)
#886075
(136,96,117)
#735062
(115,80,98)
#5E404F
(94,64,79)
#49303C
(73,48,60)
#342029
(52,32,41)
#1F1016
(31,16,22)
#000000
(0,0,0)

Tints of #F1B0D4

#F1B0D4
(241,176,212)
#F2B7D7
(242,183,215)
#F3BEDA
(243,190,218)
#F4C5DD
(244,197,221)
#F5CCE0
(245,204,224)
#F6D3E3
(246,211,227)
#F7DAE6
(247,218,230)
#F8E1E9
(248,225,233)
#F9E8EC
(249,232,236)
#FAEFEF
(250,239,239)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B0D4; }

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

This text font color is #F1B0D4.

Background Color

.myBgColor { background-color: #F1B0D4; }

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

This div background color is #F1B0D4.

Border color

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

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

This div border color is #F1B0D4.

Opacity

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

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

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

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

This text has shadow with #F1B0D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B0D4.

Preview

Color preview on black background

This text has color #F1B0D4 on black background.


Color preview on white background

This text has color #F1B0D4 on white background.


Black color preview on #F1B0D4 background

This text has black color on #F1B0D4 background.


White color preview on #F1B0D4 background

This text has white color on #F1B0D4 background.


Related colors

Complementary color

Complementary color for #hex is #0E4F2B.


I love getcolorcode.com

Triadic colors

1 #D4F1B0 and #B0D4F1 with #F1B0D4 are triadic colors.

2 #D4B0F1 and #B0F1D4 with #F1B0D4 are triadic colors.