COLOR #F0BAC3

HEX: #F0BAC3
RGB: (240,186,195)

Color info

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

RGB color model

#F0BAC3 color RGB value is (240,186,195).

  • red value is 240;
  • green value is 186;
  • blue value is 195.
RGB:
(240,186,195)
(94%,73%,76%)

RGB channels and saturation

R 240 of 255 = 94%
G 186 of 255 = 73%
B 195 of 255 = 76%

240
186
195

R + G + B ~ 81%. #F0BAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 186 + 195 = 621 (100%)
R 240 of 621 ~ 38.65%
G 186 of 621 ~ 29.95%
B 195 of 621 ~ 31.4%

%38.65
%29.95
%31.4

CMYK color model

#F0BAC3 color CMYK value is (0,23,19,6).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 18.75%
  • key color value is 5.88%
CMYK:
(0,23,19,6)
C0M23Y19K6 
(0%,23%,19%,6%)
(0.00/0.23/0.19/0.06)	

CMYK percentages

%0
%22.5
%18.75
%5.88

Codes

Color #F0BAC3 in popluar color models

F0BAC3
RGB240186195
HSL350°64.29%83.53%
HSB/HSV350°22.50%94.12%
CMYK0.00%22.50%18.75%
5.88%

Color #F0BAC3 in popluar number systems.

HEXF0BAC3
Decimal240186195
Binary111100001011101011000011
Octal360272303

Shades and tints

Shades of #F0BAC3

#F0BAC3
(240,186,195)
#DBAAB2
(219,170,178)
#C69AA1
(198,154,161)
#B18A90
(177,138,144)
#9C7A7F
(156,122,127)
#876A6E
(135,106,110)
#725A5D
(114,90,93)
#5D4A4C
(93,74,76)
#483A3B
(72,58,59)
#332A2A
(51,42,42)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #F0BAC3

#F0BAC3
(240,186,195)
#F1C0C8
(241,192,200)
#F2C6CD
(242,198,205)
#F3CCD2
(243,204,210)
#F4D2D7
(244,210,215)
#F5D8DC
(245,216,220)
#F6DEE1
(246,222,225)
#F7E4E6
(247,228,230)
#F8EAEB
(248,234,235)
#F9F0F0
(249,240,240)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0BAC3; }

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

This text font color is #F0BAC3.


Background Color

.myBgColor { background-color: #F0BAC3; }

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

This div background color is #F0BAC3.


Border color

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

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

This div border color is #F0BAC3.


Opacity

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

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

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

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

This text has shadow with #F0BAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BAC3 on black background.


Color preview on white background

This text has color #F0BAC3 on white background.



Black color preview on #F0BAC3 background

This text has black color on #F0BAC3 background.


White color preview on #F0BAC3 background

This text has white color on #F0BAC3 background.