COLOR #F0B0DD

HEX: #F0B0DD RGB: (240,176,221)

Color info

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

RGB color model

#F0B0DD color RGB value is (240,176,221).

RGB: (240,176,221) (94%, 69%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 176 of 255 = 69%
B 221 of 255 = 87%

240
176
221

R + G + B ~ 83%. #F0B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 176 + 221 = 637 (100%)
R 240 of 637 ~ 37.68%
G 176 of 637 ~ 27.63%
B 221 of 637 ~ 34.69'%

%37.68
%27.63
%34.69

CMYK color model

#F0B0DD color CMYK value is (0,27,8,6).

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

CMYK: (0,27,8,6)
C0M27Y8K6 (0%, 27%, 8%, 6%)
(0.00 / 0.27 / 0.08 / 0.06)

CMYK percentages

%0
%26.67
%7.92
%5.88

Codes

Color #F0B0DD in popluar color models

F0 B0 DD
RGB 240 176 221
HSL 318° 68.09% 81.57%
HSB/HSV 318° 26.67% 94.12%
CMYK 0.00% 26.67% 7.92%
5.88%

Color #F0B0DD in popluar number systems.

HEX F0 B0 DD
Decimal 240 176 221
Binary 11110000 10110000 11011101
Octal 360 260 335

Shades and tints

Shades of #F0B0DD

#F0B0DD
(240,176,221)
#DBA0C9
(219,160,201)
#C690B5
(198,144,181)
#B180A1
(177,128,161)
#9C708D
(156,112,141)
#876079
(135,96,121)
#725065
(114,80,101)
#5D4051
(93,64,81)
#48303D
(72,48,61)
#332029
(51,32,41)
#1E1015
(30,16,21)
#000000
(0,0,0)

Tints of #F0B0DD

#F0B0DD
(240,176,221)
#F1B7E0
(241,183,224)
#F2BEE3
(242,190,227)
#F3C5E6
(243,197,230)
#F4CCE9
(244,204,233)
#F5D3EC
(245,211,236)
#F6DAEF
(246,218,239)
#F7E1F2
(247,225,242)
#F8E8F5
(248,232,245)
#F9EFF8
(249,239,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B0DD; }

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

This text font color is #F0B0DD.

Background Color

.myBgColor { background-color: #F0B0DD; }

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

This div background color is #F0B0DD.

Border color

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

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

This div border color is #F0B0DD.

Opacity

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

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

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

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

This text has shadow with #F0B0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B0DD.

Preview

Color preview on black background

This text has color #F0B0DD on black background.


Color preview on white background

This text has color #F0B0DD on white background.


Black color preview on #F0B0DD background

This text has black color on #F0B0DD background.


White color preview on #F0B0DD background

This text has white color on #F0B0DD background.


Related colors

Complementary color

Complementary color for #hex is #0F4F22.


I love getcolorcode.com

Triadic colors

1 #DDF0B0 and #B0DDF0 with #F0B0DD are triadic colors.

2 #DDB0F0 and #B0F0DD with #F0B0DD are triadic colors.