COLOR #F1B2DD

HEX: #F1B2DD RGB: (241,178,221)

Color info

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

RGB color model

#F1B2DD color RGB value is (241,178,221).

RGB: (241,178,221) (95%, 70%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 178 of 255 = 70%
B 221 of 255 = 87%

241
178
221

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

Portions of RGB colors in percentages

R + G + B = 241 + 178 + 221 = 640 (100%)
R 241 of 640 ~ 37.66%
G 178 of 640 ~ 27.81%
B 221 of 640 ~ 34.53'%

%37.66
%27.81
%34.53

CMYK color model

#F1B2DD color CMYK value is (0,26,8,5).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 8.30%
  • key color value is 5.49%

CMYK: (0,26,8,5)
C0M26Y8K5 (0%, 26%, 8%, 5%)
(0.00 / 0.26 / 0.08 / 0.05)

CMYK percentages

%0
%26.14
%8.3
%5.49

Codes

Color #F1B2DD in popluar color models

F1 B2 DD
RGB 241 178 221
HSL 319° 69.23% 82.16%
HSB/HSV 319° 26.14% 94.51%
CMYK 0.00% 26.14% 8.30%
5.49%

Color #F1B2DD in popluar number systems.

HEX F1 B2 DD
Decimal 241 178 221
Binary 11110001 10110010 11011101
Octal 361 262 335

Shades and tints

Shades of #F1B2DD

#F1B2DD
(241,178,221)
#DCA2C9
(220,162,201)
#C792B5
(199,146,181)
#B282A1
(178,130,161)
#9D728D
(157,114,141)
#886279
(136,98,121)
#735265
(115,82,101)
#5E4251
(94,66,81)
#49323D
(73,50,61)
#342229
(52,34,41)
#1F1215
(31,18,21)
#000000
(0,0,0)

Tints of #F1B2DD

#F1B2DD
(241,178,221)
#F2B9E0
(242,185,224)
#F3C0E3
(243,192,227)
#F4C7E6
(244,199,230)
#F5CEE9
(245,206,233)
#F6D5EC
(246,213,236)
#F7DCEF
(247,220,239)
#F8E3F2
(248,227,242)
#F9EAF5
(249,234,245)
#FAF1F8
(250,241,248)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B2DD color. Also use rgb(241,178,221) instead hex code.

Text Font Color

.myTextColor { color: #F1B2DD; }

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

This text font color is #F1B2DD.

Background Color

.myBgColor { background-color: #F1B2DD; }

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

This div background color is #F1B2DD.

Border color

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

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

This div border color is #F1B2DD.

Opacity

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

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

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

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

This text has shadow with #F1B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B2DD.

Preview

Color preview on black background

This text has color #F1B2DD on black background.


Color preview on white background

This text has color #F1B2DD on white background.


Black color preview on #F1B2DD background

This text has black color on #F1B2DD background.


White color preview on #F1B2DD background

This text has white color on #F1B2DD background.


Related colors

Complementary color

Complementary color for #hex is #0E4D22.


I love getcolorcode.com

Triadic colors

1 #DDF1B2 and #B2DDF1 with #F1B2DD are triadic colors.

2 #DDB2F1 and #B2F1DD with #F1B2DD are triadic colors.