COLOR #F2B2DD

HEX: #F2B2DD RGB: (242,178,221)

Color info

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

RGB color model

#F2B2DD color RGB value is (242,178,221).

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

RGB channels and saturation

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

242
178
221

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

Portions of RGB colors in percentages

R + G + B = 242 + 178 + 221 = 641 (100%)
R 242 of 641 ~ 37.75%
G 178 of 641 ~ 27.77%
B 221 of 641 ~ 34.48'%

%37.75
%27.77
%34.48

CMYK color model

#F2B2DD color CMYK value is (0,26,9,5).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 8.68%
  • key color value is 5.10%
CMYK: (0,26,9,5) C0M26Y9K5 (0%,26%,9%,5%) (0.00/0.26/0.09/0.05) 

CMYK percentages

%0
%26.45
%8.68
%5.1

Codes

Color #F2B2DD in popluar color models

F2 B2 DD
RGB 242 178 221
HSL 320° 71.11% 82.35%
HSB/HSV 320° 26.45% 94.90%
CMYK 0.00% 26.45% 8.68%
5.10%

Color #F2B2DD in popluar number systems.

HEX F2 B2 DD
Decimal 242 178 221
Binary 11110010 10110010 11011101
Octal 362 262 335

Shades and tints

Shades of #F2B2DD

#F2B2DD
(242,178,221)
#DCA2C9
(220,162,201)
#C692B5
(198,146,181)
#B082A1
(176,130,161)
#9A728D
(154,114,141)
#846279
(132,98,121)
#6E5265
(110,82,101)
#584251
(88,66,81)
#42323D
(66,50,61)
#2C2229
(44,34,41)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #F2B2DD

#F2B2DD
(242,178,221)
#F3B9E0
(243,185,224)
#F4C0E3
(244,192,227)
#F5C7E6
(245,199,230)
#F6CEE9
(246,206,233)
#F7D5EC
(247,213,236)
#F8DCEF
(248,220,239)
#F9E3F2
(249,227,242)
#FAEAF5
(250,234,245)
#FBF1F8
(251,241,248)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B2DD; }

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

This text font color is #F2B2DD.

Background Color

.myBgColor { background-color: #F2B2DD; }

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

This div background color is #F2B2DD.

Border color

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

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

This div border color is #F2B2DD.

Opacity

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

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

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

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

This text has shadow with #F2B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B2DD.

Preview

Color preview on black background

This text has color #F2B2DD on black background.


Color preview on white background

This text has color #F2B2DD on white background.


Black color preview on #F2B2DD background

This text has black color on #F2B2DD background.


White color preview on #F2B2DD background

This text has white color on #F2B2DD background.


Related colors

Complementary color

Complementary color for #hex is #0D4D22.


I love getcolorcode.com

Triadic colors

1 #DDF2B2 and #B2DDF2 with #F2B2DD are triadic colors.

2 #DDB2F2 and #B2F2DD with #F2B2DD are triadic colors.