COLOR #F0B7AE

HEX: #F0B7AE RGB: (240,183,174)

Color info

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

RGB color model

#F0B7AE color RGB value is (240,183,174).

RGB: (240,183,174) (94%, 72%, 68%)

RGB channels and saturation

R 240 of 255 = 94%
G 183 of 255 = 72%
B 174 of 255 = 68%

240
183
174

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

Portions of RGB colors in percentages

R + G + B = 240 + 183 + 174 = 597 (100%)
R 240 of 597 ~ 40.2%
G 183 of 597 ~ 30.65%
B 174 of 597 ~ 29.15'%

%40.2
%30.65
%29.15

CMYK color model

#F0B7AE color CMYK value is (0,24,28,6).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK: (0,24,28,6) C0M24Y28K6 (0%,24%,28%,6%) (0.00/0.24/0.28/0.06) 

CMYK percentages

%0
%23.75
%27.5
%5.88

Codes

Color #F0B7AE in popluar color models

F0 B7 AE
RGB 240 183 174
HSL 68.75% 81.18%
HSB/HSV 27.50% 94.12%
CMYK 0.00% 23.75% 27.50%
5.88%

Color #F0B7AE in popluar number systems.

HEX F0 B7 AE
Decimal 240 183 174
Binary 11110000 10110111 10101110
Octal 360 267 256

Shades and tints

Shades of #F0B7AE

#F0B7AE
(240,183,174)
#DBA79F
(219,167,159)
#C69790
(198,151,144)
#B18781
(177,135,129)
#9C7772
(156,119,114)
#876763
(135,103,99)
#725754
(114,87,84)
#5D4745
(93,71,69)
#483736
(72,55,54)
#332727
(51,39,39)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #F0B7AE

#F0B7AE
(240,183,174)
#F1BDB5
(241,189,181)
#F2C3BC
(242,195,188)
#F3C9C3
(243,201,195)
#F4CFCA
(244,207,202)
#F5D5D1
(245,213,209)
#F6DBD8
(246,219,216)
#F7E1DF
(247,225,223)
#F8E7E6
(248,231,230)
#F9EDED
(249,237,237)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B7AE; }

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

This text font color is #F0B7AE.

Background Color

.myBgColor { background-color: #F0B7AE; }

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

This div background color is #F0B7AE.

Border color

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

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

This div border color is #F0B7AE.

Opacity

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

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

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

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

This text has shadow with #F0B7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B7AE.

Preview

Color preview on black background

This text has color #F0B7AE on black background.


Color preview on white background

This text has color #F0B7AE on white background.


Black color preview on #F0B7AE background

This text has black color on #F0B7AE background.


White color preview on #F0B7AE background

This text has white color on #F0B7AE background.


Related colors

Complementary color

Complementary color for #hex is #0F4851.


I love getcolorcode.com

Triadic colors

1 #AEF0B7 and #B7AEF0 with #F0B7AE are triadic colors.

2 #AEB7F0 and #B7F0AE with #F0B7AE are triadic colors.