COLOR #F0C8DB

HEX: #F0C8DB RGB: (240,200,219)

Color info

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

RGB color model

#F0C8DB color RGB value is (240,200,219).

RGB: (240,200,219) (94%, 78%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 219 of 255 = 86%

240
200
219

R + G + B ~ 86%. #F0C8DB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 200 + 219 = 659 (100%)
R 240 of 659 ~ 36.42%
G 200 of 659 ~ 30.35%
B 219 of 659 ~ 33.23'%

%36.42
%30.35
%33.23

CMYK color model

#F0C8DB color CMYK value is (0,17,9,6).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 8.75%
  • key color value is 5.88%

CMYK: (0,17,9,6)
C0M17Y9K6 (0%, 17%, 9%, 6%)
(0.00 / 0.17 / 0.09 / 0.06)

CMYK percentages

%0
%16.67
%8.75
%5.88

Codes

Color #F0C8DB in popluar color models

F0 C8 DB
RGB 240 200 219
HSL 332° 57.14% 86.27%
HSB/HSV 332° 16.67% 94.12%
CMYK 0.00% 16.67% 8.75%
5.88%

Color #F0C8DB in popluar number systems.

HEX F0 C8 DB
Decimal 240 200 219
Binary 11110000 11001000 11011011
Octal 360 310 333

Shades and tints

Shades of #F0C8DB

#F0C8DB
(240,200,219)
#DBB6C8
(219,182,200)
#C6A4B5
(198,164,181)
#B192A2
(177,146,162)
#9C808F
(156,128,143)
#876E7C
(135,110,124)
#725C69
(114,92,105)
#5D4A56
(93,74,86)
#483843
(72,56,67)
#332630
(51,38,48)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #F0C8DB

#F0C8DB
(240,200,219)
#F1CDDE
(241,205,222)
#F2D2E1
(242,210,225)
#F3D7E4
(243,215,228)
#F4DCE7
(244,220,231)
#F5E1EA
(245,225,234)
#F6E6ED
(246,230,237)
#F7EBF0
(247,235,240)
#F8F0F3
(248,240,243)
#F9F5F6
(249,245,246)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C8DB color. Also use rgb(240,200,219) instead hex code.

Text Font Color

.myTextColor { color: #F0C8DB; }

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

This text font color is #F0C8DB.

Background Color

.myBgColor { background-color: #F0C8DB; }

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

This div background color is #F0C8DB.

Border color

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

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

This div border color is #F0C8DB.

Opacity

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

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

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

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

This text has shadow with #F0C8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C8DB.

Preview

Color preview on black background

This text has color #F0C8DB on black background.


Color preview on white background

This text has color #F0C8DB on white background.


Black color preview on #F0C8DB background

This text has black color on #F0C8DB background.


White color preview on #F0C8DB background

This text has white color on #F0C8DB background.


Related colors

Complementary color

Complementary color for #hex is #0F3724.


I love getcolorcode.com

Triadic colors

1 #DBF0C8 and #C8DBF0 with #F0C8DB are triadic colors.

2 #DBC8F0 and #C8F0DB with #F0C8DB are triadic colors.