COLOR #F0BFDA

HEX: #F0BFDA RGB: (240,191,218)

Color info

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

RGB color model

#F0BFDA color RGB value is (240,191,218).

RGB: (240,191,218) (94%, 75%, 85%)

RGB channels and saturation

R 240 of 255 = 94%
G 191 of 255 = 75%
B 218 of 255 = 85%

240
191
218

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

Portions of RGB colors in percentages

R + G + B = 240 + 191 + 218 = 649 (100%)
R 240 of 649 ~ 36.98%
G 191 of 649 ~ 29.43%
B 218 of 649 ~ 33.59'%

%36.98
%29.43
%33.59

CMYK color model

#F0BFDA color CMYK value is (0,20,9,6).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 9.17%
  • key color value is 5.88%

CMYK: (0,20,9,6)
C0M20Y9K6 (0%, 20%, 9%, 6%)
(0.00 / 0.20 / 0.09 / 0.06)

CMYK percentages

%0
%20.42
%9.17
%5.88

Codes

Color #F0BFDA in popluar color models

F0 BF DA
RGB 240 191 218
HSL 327° 62.03% 84.51%
HSB/HSV 327° 20.42% 94.12%
CMYK 0.00% 20.42% 9.17%
5.88%

Color #F0BFDA in popluar number systems.

HEX F0 BF DA
Decimal 240 191 218
Binary 11110000 10111111 11011010
Octal 360 277 332

Shades and tints

Shades of #F0BFDA

#F0BFDA
(240,191,218)
#DBAEC7
(219,174,199)
#C69DB4
(198,157,180)
#B18CA1
(177,140,161)
#9C7B8E
(156,123,142)
#876A7B
(135,106,123)
#725968
(114,89,104)
#5D4855
(93,72,85)
#483742
(72,55,66)
#33262F
(51,38,47)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #F0BFDA

#F0BFDA
(240,191,218)
#F1C4DD
(241,196,221)
#F2C9E0
(242,201,224)
#F3CEE3
(243,206,227)
#F4D3E6
(244,211,230)
#F5D8E9
(245,216,233)
#F6DDEC
(246,221,236)
#F7E2EF
(247,226,239)
#F8E7F2
(248,231,242)
#F9ECF5
(249,236,245)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BFDA color. Also use rgb(240,191,218) instead hex code.

Text Font Color

.myTextColor { color: #F0BFDA; }

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

This text font color is #F0BFDA.

Background Color

.myBgColor { background-color: #F0BFDA; }

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

This div background color is #F0BFDA.

Border color

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

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

This div border color is #F0BFDA.

Opacity

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

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

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

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

This text has shadow with #F0BFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BFDA.

Preview

Color preview on black background

This text has color #F0BFDA on black background.


Color preview on white background

This text has color #F0BFDA on white background.


Black color preview on #F0BFDA background

This text has black color on #F0BFDA background.


White color preview on #F0BFDA background

This text has white color on #F0BFDA background.


Related colors

Complementary color

Complementary color for #hex is #0F4025.


I love getcolorcode.com

Triadic colors

1 #DAF0BF and #BFDAF0 with #F0BFDA are triadic colors.

2 #DABFF0 and #BFF0DA with #F0BFDA are triadic colors.