COLOR #F0BEDB

HEX: #F0BEDB RGB: (240,190,219)

Color info

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

RGB color model

#F0BEDB color RGB value is (240,190,219).

RGB: (240,190,219) (94%, 75%, 86%)

RGB channels and saturation

R 240 of 255 = 94%
G 190 of 255 = 75%
B 219 of 255 = 86%

240
190
219

R + G + B ~ 85%. #F0BEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 190 + 219 = 649 (100%)
R 240 of 649 ~ 36.98%
G 190 of 649 ~ 29.28%
B 219 of 649 ~ 33.74'%

%36.98
%29.28
%33.74

CMYK color model

#F0BEDB color CMYK value is (0,21,9,6).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK: (0,21,9,6) C0M21Y9K6 (0%,21%,9%,6%) (0.00/0.21/0.09/0.06) 

CMYK percentages

%0
%20.83
%8.75
%5.88

Codes

Color #F0BEDB in popluar color models

F0 BE DB
RGB 240 190 219
HSL 325° 62.50% 84.31%
HSB/HSV 325° 20.83% 94.12%
CMYK 0.00% 20.83% 8.75%
5.88%

Color #F0BEDB in popluar number systems.

HEX F0 BE DB
Decimal 240 190 219
Binary 11110000 10111110 11011011
Octal 360 276 333

Shades and tints

Shades of #F0BEDB

#F0BEDB
(240,190,219)
#DBADC8
(219,173,200)
#C69CB5
(198,156,181)
#B18BA2
(177,139,162)
#9C7A8F
(156,122,143)
#87697C
(135,105,124)
#725869
(114,88,105)
#5D4756
(93,71,86)
#483643
(72,54,67)
#332530
(51,37,48)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #F0BEDB

#F0BEDB
(240,190,219)
#F1C3DE
(241,195,222)
#F2C8E1
(242,200,225)
#F3CDE4
(243,205,228)
#F4D2E7
(244,210,231)
#F5D7EA
(245,215,234)
#F6DCED
(246,220,237)
#F7E1F0
(247,225,240)
#F8E6F3
(248,230,243)
#F9EBF6
(249,235,246)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BEDB; }

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

This text font color is #F0BEDB.

Background Color

.myBgColor { background-color: #F0BEDB; }

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

This div background color is #F0BEDB.

Border color

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

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

This div border color is #F0BEDB.

Opacity

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

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

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

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

This text has shadow with #F0BEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BEDB.

Preview

Color preview on black background

This text has color #F0BEDB on black background.


Color preview on white background

This text has color #F0BEDB on white background.


Black color preview on #F0BEDB background

This text has black color on #F0BEDB background.


White color preview on #F0BEDB background

This text has white color on #F0BEDB background.


Related colors

Complementary color

Complementary color for #hex is #0F4124.


I love getcolorcode.com

Triadic colors

1 #DBF0BE and #BEDBF0 with #F0BEDB are triadic colors.

2 #DBBEF0 and #BEF0DB with #F0BEDB are triadic colors.