COLOR #F0B5AF

HEX: #F0B5AF
RGB: (240,181,175)

Color info

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

RGB color model

#F0B5AF color RGB value is (240,181,175).

  • red value is 240;
  • green value is 181;
  • blue value is 175.
RGB:
(240,181,175)
(94%,71%,69%)

RGB channels and saturation

R 240 of 255 = 94%
G 181 of 255 = 71%
B 175 of 255 = 69%

240
181
175

R + G + B ~ 78%. #F0B5AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 181 + 175 = 596 (100%)
R 240 of 596 ~ 40.27%
G 181 of 596 ~ 30.37%
B 175 of 596 ~ 29.36%

%40.27
%30.37
%29.36

CMYK color model

#F0B5AF color CMYK value is (0,25,27,6).

  • cyan value is 0.00%
  • magenta value is 24.58%
  • yellow value is 27.08%
  • key color value is 5.88%
CMYK:
(0,25,27,6)
C0M25Y27K6 
(0%,25%,27%,6%)
(0.00/0.25/0.27/0.06)	

CMYK percentages

%0
%24.58
%27.08
%5.88

Codes

Color #F0B5AF in popluar color models

F0B5AF
RGB240181175
HSL68.42%81.37%
HSB/HSV27.08%94.12%
CMYK0.00%24.58%27.08%
5.88%

Color #F0B5AF in popluar number systems.

HEXF0B5AF
Decimal240181175
Binary111100001011010110101111
Octal360265257

Shades and tints

Shades of #F0B5AF

#F0B5AF
(240,181,175)
#DBA5A0
(219,165,160)
#C69591
(198,149,145)
#B18582
(177,133,130)
#9C7573
(156,117,115)
#876564
(135,101,100)
#725555
(114,85,85)
#5D4546
(93,69,70)
#483537
(72,53,55)
#332528
(51,37,40)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #F0B5AF

#F0B5AF
(240,181,175)
#F1BBB6
(241,187,182)
#F2C1BD
(242,193,189)
#F3C7C4
(243,199,196)
#F4CDCB
(244,205,203)
#F5D3D2
(245,211,210)
#F6D9D9
(246,217,217)
#F7DFE0
(247,223,224)
#F8E5E7
(248,229,231)
#F9EBEE
(249,235,238)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B5AF color. Also use rgb(240,181,175) instead hex code.

Text Font Color

.myTextColor { color: #F0B5AF; }

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

This text font color is #F0B5AF.


Background Color

.myBgColor { background-color: #F0B5AF; }

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

This div background color is #F0B5AF.


Border color

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

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

This div border color is #F0B5AF.


Opacity

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

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

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

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

This text has shadow with #F0B5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B5AF on black background.


Color preview on white background

This text has color #F0B5AF on white background.



Black color preview on #F0B5AF background

This text has black color on #F0B5AF background.


White color preview on #F0B5AF background

This text has white color on #F0B5AF background.