COLOR #F0BAD5

HEX: #F0BAD5 RGB: (240,186,213)

Color info

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

RGB color model

#F0BAD5 color RGB value is (240,186,213).

RGB: (240,186,213) (94%, 73%, 84%)

RGB channels and saturation

R 240 of 255 = 94%
G 186 of 255 = 73%
B 213 of 255 = 84%

240
186
213

R + G + B ~ 84%. #F0BAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 186 + 213 = 639 (100%)
R 240 of 639 ~ 37.56%
G 186 of 639 ~ 29.11%
B 213 of 639 ~ 33.33'%

%37.56
%29.11
%33.33

CMYK color model

#F0BAD5 color CMYK value is (0,23,11,6).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 11.25%
  • key color value is 5.88%

CMYK: (0,23,11,6)
C0M23Y11K6 (0%, 23%, 11%, 6%)
(0.00 / 0.23 / 0.11 / 0.06)

CMYK percentages

%0
%22.5
%11.25
%5.88

Codes

Color #F0BAD5 in popluar color models

F0 BA D5
RGB 240 186 213
HSL 330° 64.29% 83.53%
HSB/HSV 330° 22.50% 94.12%
CMYK 0.00% 22.50% 11.25%
5.88%

Color #F0BAD5 in popluar number systems.

HEX F0 BA D5
Decimal 240 186 213
Binary 11110000 10111010 11010101
Octal 360 272 325

Shades and tints

Shades of #F0BAD5

#F0BAD5
(240,186,213)
#DBAAC2
(219,170,194)
#C69AAF
(198,154,175)
#B18A9C
(177,138,156)
#9C7A89
(156,122,137)
#876A76
(135,106,118)
#725A63
(114,90,99)
#5D4A50
(93,74,80)
#483A3D
(72,58,61)
#332A2A
(51,42,42)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #F0BAD5

#F0BAD5
(240,186,213)
#F1C0D8
(241,192,216)
#F2C6DB
(242,198,219)
#F3CCDE
(243,204,222)
#F4D2E1
(244,210,225)
#F5D8E4
(245,216,228)
#F6DEE7
(246,222,231)
#F7E4EA
(247,228,234)
#F8EAED
(248,234,237)
#F9F0F0
(249,240,240)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BAD5 color. Also use rgb(240,186,213) instead hex code.

Text Font Color

.myTextColor { color: #F0BAD5; }

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

This text font color is #F0BAD5.

Background Color

.myBgColor { background-color: #F0BAD5; }

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

This div background color is #F0BAD5.

Border color

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

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

This div border color is #F0BAD5.

Opacity

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

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

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

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

This text has shadow with #F0BAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BAD5.

Preview

Color preview on black background

This text has color #F0BAD5 on black background.


Color preview on white background

This text has color #F0BAD5 on white background.


Black color preview on #F0BAD5 background

This text has black color on #F0BAD5 background.


White color preview on #F0BAD5 background

This text has white color on #F0BAD5 background.


Related colors

Complementary color

Complementary color for #hex is #0F452A.


I love getcolorcode.com

Triadic colors

1 #D5F0BA and #BAD5F0 with #F0BAD5 are triadic colors.

2 #D5BAF0 and #BAF0D5 with #F0BAD5 are triadic colors.