COLOR #F0B2DD

HEX: #F0B2DD RGB: (240,178,221)

Color info

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

RGB color model

#F0B2DD color RGB value is (240,178,221).

RGB: (240,178,221) (94%, 70%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 178 of 255 = 70%
B 221 of 255 = 87%

240
178
221

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

Portions of RGB colors in percentages

R + G + B = 240 + 178 + 221 = 639 (100%)
R 240 of 639 ~ 37.56%
G 178 of 639 ~ 27.86%
B 221 of 639 ~ 34.59'%

%37.56
%27.86
%34.59

CMYK color model

#F0B2DD color CMYK value is (0,26,8,6).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 7.92%
  • key color value is 5.88%

CMYK: (0,26,8,6)
C0M26Y8K6 (0%, 26%, 8%, 6%)
(0.00 / 0.26 / 0.08 / 0.06)

CMYK percentages

%0
%25.83
%7.92
%5.88

Codes

Color #F0B2DD in popluar color models

F0 B2 DD
RGB 240 178 221
HSL 318° 67.39% 81.96%
HSB/HSV 318° 25.83% 94.12%
CMYK 0.00% 25.83% 7.92%
5.88%

Color #F0B2DD in popluar number systems.

HEX F0 B2 DD
Decimal 240 178 221
Binary 11110000 10110010 11011101
Octal 360 262 335

Shades and tints

Shades of #F0B2DD

#F0B2DD
(240,178,221)
#DBA2C9
(219,162,201)
#C692B5
(198,146,181)
#B182A1
(177,130,161)
#9C728D
(156,114,141)
#876279
(135,98,121)
#725265
(114,82,101)
#5D4251
(93,66,81)
#48323D
(72,50,61)
#332229
(51,34,41)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #F0B2DD

#F0B2DD
(240,178,221)
#F1B9E0
(241,185,224)
#F2C0E3
(242,192,227)
#F3C7E6
(243,199,230)
#F4CEE9
(244,206,233)
#F5D5EC
(245,213,236)
#F6DCEF
(246,220,239)
#F7E3F2
(247,227,242)
#F8EAF5
(248,234,245)
#F9F1F8
(249,241,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B2DD; }

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

This text font color is #F0B2DD.

Background Color

.myBgColor { background-color: #F0B2DD; }

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

This div background color is #F0B2DD.

Border color

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

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

This div border color is #F0B2DD.

Opacity

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

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

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

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

This text has shadow with #F0B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B2DD.

Preview

Color preview on black background

This text has color #F0B2DD on black background.


Color preview on white background

This text has color #F0B2DD on white background.


Black color preview on #F0B2DD background

This text has black color on #F0B2DD background.


White color preview on #F0B2DD background

This text has white color on #F0B2DD background.


Related colors

Complementary color

Complementary color for #hex is #0F4D22.


I love getcolorcode.com

Triadic colors

1 #DDF0B2 and #B2DDF0 with #F0B2DD are triadic colors.

2 #DDB2F0 and #B2F0DD with #F0B2DD are triadic colors.