COLOR #F0BDAE

HEX: #F0BDAE
RGB: (240,189,174)

Color info

#F0BDAE contains mainly red and green colors. Web safe color of #F0BDAE is #FFCC99 (or #FC9).

RGB color model

#F0BDAE color RGB value is (240,189,174).

  • red value is 240;
  • green value is 189;
  • blue value is 174.
RGB:
(240,189,174)
(94%,74%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 189 of 255 = 74%
B 174 of 255 = 68%

240
189
174

R + G + B ~ 79%. #F0BDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 189 + 174 = 603 (100%)
R 240 of 603 ~ 39.8%
G 189 of 603 ~ 31.34%
B 174 of 603 ~ 28.86%

%39.8
%31.34
%28.86

CMYK color model

#F0BDAE color CMYK value is (0,21,28,6).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK:
(0,21,28,6)
C0M21Y28K6 
(0%,21%,28%,6%)
(0.00/0.21/0.28/0.06)	

CMYK percentages

%0
%21.25
%27.5
%5.88

Codes

Color #F0BDAE in popluar color models

F0BDAE
RGB240189174
HSL14°68.75%81.18%
HSB/HSV14°27.50%94.12%
CMYK0.00%21.25%27.50%
5.88%

Color #F0BDAE in popluar number systems.

HEXF0BDAE
Decimal240189174
Binary111100001011110110101110
Octal360275256

Shades and tints

Shades of #F0BDAE

#F0BDAE
(240,189,174)
#DBAC9F
(219,172,159)
#C69B90
(198,155,144)
#B18A81
(177,138,129)
#9C7972
(156,121,114)
#876863
(135,104,99)
#725754
(114,87,84)
#5D4645
(93,70,69)
#483536
(72,53,54)
#332427
(51,36,39)
#1E1318
(30,19,24)
#000000
(0,0,0)

Tints of #F0BDAE

#F0BDAE
(240,189,174)
#F1C3B5
(241,195,181)
#F2C9BC
(242,201,188)
#F3CFC3
(243,207,195)
#F4D5CA
(244,213,202)
#F5DBD1
(245,219,209)
#F6E1D8
(246,225,216)
#F7E7DF
(247,231,223)
#F8EDE6
(248,237,230)
#F9F3ED
(249,243,237)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BDAE color. Also use rgb(240,189,174) instead hex code.

Text Font Color

.myTextColor { color: #F0BDAE; }

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

This text font color is #F0BDAE.


Background Color

.myBgColor { background-color: #F0BDAE; }

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

This div background color is #F0BDAE.


Border color

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

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

This div border color is #F0BDAE.


Opacity

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

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

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

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

This text has shadow with #F0BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BDAE on black background.


Color preview on white background

This text has color #F0BDAE on white background.



Black color preview on #F0BDAE background

This text has black color on #F0BDAE background.


White color preview on #F0BDAE background

This text has white color on #F0BDAE background.