COLOR #F0D0DD

HEX: #F0D0DD RGB: (240,208,221)

Color info

#F0D0DD contains red, green and blue colors in about the same proportion. Web safe color of #F0D0DD is #FFCCCC (or #FCC).

RGB color model

#F0D0DD color RGB value is (240,208,221).

RGB: (240,208,221) (94%, 82%, 87%)

RGB channels and saturation

R 240 of 255 = 94%
G 208 of 255 = 82%
B 221 of 255 = 87%

240
208
221

R + G + B ~ 88%. #F0D0DD is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 208 + 221 = 669 (100%)
R 240 of 669 ~ 35.87%
G 208 of 669 ~ 31.09%
B 221 of 669 ~ 33.03'%

%35.87
%31.09
%33.03

CMYK color model

#F0D0DD color CMYK value is (0,13,8,6).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK: (0,13,8,6) C0M13Y8K6 (0%,13%,8%,6%) (0.00/0.13/0.08/0.06) 

CMYK percentages

%0
%13.33
%7.92
%5.88

Codes

Color #F0D0DD in popluar color models

F0 D0 DD
RGB 240 208 221
HSL 336° 51.61% 87.84%
HSB/HSV 336° 13.33% 94.12%
CMYK 0.00% 13.33% 7.92%
5.88%

Color #F0D0DD in popluar number systems.

HEX F0 D0 DD
Decimal 240 208 221
Binary 11110000 11010000 11011101
Octal 360 320 335

Shades and tints

Shades of #F0D0DD

#F0D0DD
(240,208,221)
#DBBEC9
(219,190,201)
#C6ACB5
(198,172,181)
#B19AA1
(177,154,161)
#9C888D
(156,136,141)
#877679
(135,118,121)
#726465
(114,100,101)
#5D5251
(93,82,81)
#48403D
(72,64,61)
#332E29
(51,46,41)
#1E1C15
(30,28,21)
#000000
(0,0,0)

Tints of #F0D0DD

#F0D0DD
(240,208,221)
#F1D4E0
(241,212,224)
#F2D8E3
(242,216,227)
#F3DCE6
(243,220,230)
#F4E0E9
(244,224,233)
#F5E4EC
(245,228,236)
#F6E8EF
(246,232,239)
#F7ECF2
(247,236,242)
#F8F0F5
(248,240,245)
#F9F4F8
(249,244,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D0DD; }

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

This text font color is #F0D0DD.

Background Color

.myBgColor { background-color: #F0D0DD; }

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

This div background color is #F0D0DD.

Border color

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

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

This div border color is #F0D0DD.

Opacity

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

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

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

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

This text has shadow with #F0D0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D0DD.

Preview

Color preview on black background

This text has color #F0D0DD on black background.


Color preview on white background

This text has color #F0D0DD on white background.


Black color preview on #F0D0DD background

This text has black color on #F0D0DD background.


White color preview on #F0D0DD background

This text has white color on #F0D0DD background.


Related colors

Complementary color

Complementary color for #hex is #0F2F22.


I love getcolorcode.com

Triadic colors

1 #DDF0D0 and #D0DDF0 with #F0D0DD are triadic colors.

2 #DDD0F0 and #D0F0DD with #F0D0DD are triadic colors.