COLOR #F2B0DD

HEX: #F2B0DD RGB: (242,176,221)

Color info

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

RGB color model

#F2B0DD color RGB value is (242,176,221).

RGB: (242,176,221) (95%, 69%, 87%)

RGB channels and saturation

R 242 of 255 = 95%
G 176 of 255 = 69%
B 221 of 255 = 87%

242
176
221

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

Portions of RGB colors in percentages

R + G + B = 242 + 176 + 221 = 639 (100%)
R 242 of 639 ~ 37.87%
G 176 of 639 ~ 27.54%
B 221 of 639 ~ 34.59'%

%37.87
%27.54
%34.59

CMYK color model

#F2B0DD color CMYK value is (0,27,9,5).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 8.68%
  • key color value is 5.10%

CMYK: (0,27,9,5)
C0M27Y9K5 (0%, 27%, 9%, 5%)
(0.00 / 0.27 / 0.09 / 0.05)

CMYK percentages

%0
%27.27
%8.68
%5.1

Codes

Color #F2B0DD in popluar color models

F2 B0 DD
RGB 242 176 221
HSL 319° 71.74% 81.96%
HSB/HSV 319° 27.27% 94.90%
CMYK 0.00% 27.27% 8.68%
5.10%

Color #F2B0DD in popluar number systems.

HEX F2 B0 DD
Decimal 242 176 221
Binary 11110010 10110000 11011101
Octal 362 260 335

Shades and tints

Shades of #F2B0DD

#F2B0DD
(242,176,221)
#DCA0C9
(220,160,201)
#C690B5
(198,144,181)
#B080A1
(176,128,161)
#9A708D
(154,112,141)
#846079
(132,96,121)
#6E5065
(110,80,101)
#584051
(88,64,81)
#42303D
(66,48,61)
#2C2029
(44,32,41)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #F2B0DD

#F2B0DD
(242,176,221)
#F3B7E0
(243,183,224)
#F4BEE3
(244,190,227)
#F5C5E6
(245,197,230)
#F6CCE9
(246,204,233)
#F7D3EC
(247,211,236)
#F8DAEF
(248,218,239)
#F9E1F2
(249,225,242)
#FAE8F5
(250,232,245)
#FBEFF8
(251,239,248)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B0DD; }

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

This text font color is #F2B0DD.

Background Color

.myBgColor { background-color: #F2B0DD; }

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

This div background color is #F2B0DD.

Border color

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

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

This div border color is #F2B0DD.

Opacity

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

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

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

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

This text has shadow with #F2B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2B0DD.

Preview

Color preview on black background

This text has color #F2B0DD on black background.


Color preview on white background

This text has color #F2B0DD on white background.


Black color preview on #F2B0DD background

This text has black color on #F2B0DD background.


White color preview on #F2B0DD background

This text has white color on #F2B0DD background.


Related colors

Complementary color

Complementary color for #hex is #0D4F22.


I love getcolorcode.com

Triadic colors

1 #DDF2B0 and #B0DDF2 with #F2B0DD are triadic colors.

2 #DDB0F2 and #B0F2DD with #F2B0DD are triadic colors.