COLOR #F0BF98

HEX: #F0BF98 RGB: (240,191,152)

Color info

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

RGB color model

#F0BF98 color RGB value is (240,191,152).

RGB: (240,191,152) (94%, 75%, 60%)

RGB channels and saturation

R 240 of 255 = 94%
G 191 of 255 = 75%
B 152 of 255 = 60%

240
191
152

R + G + B ~ 76%. #F0BF98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 191 + 152 = 583 (100%)
R 240 of 583 ~ 41.17%
G 191 of 583 ~ 32.76%
B 152 of 583 ~ 26.07'%

%41.17
%32.76
%26.07

CMYK color model

#F0BF98 color CMYK value is (0,20,37,6).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 36.67%
  • key color value is 5.88%
CMYK: (0,20,37,6) C0M20Y37K6 (0%,20%,37%,6%) (0.00/0.20/0.37/0.06) 

CMYK percentages

%0
%20.42
%36.67
%5.88

Codes

Color #F0BF98 in popluar color models

F0 BF 98
RGB 240 191 152
HSL 27° 74.58% 76.86%
HSB/HSV 27° 36.67% 94.12%
CMYK 0.00% 20.42% 36.67%
5.88%

Color #F0BF98 in popluar number systems.

HEX F0 BF 98
Decimal 240 191 152
Binary 11110000 10111111 10011000
Octal 360 277 230

Shades and tints

Shades of #F0BF98

#F0BF98
(240,191,152)
#DBAE8B
(219,174,139)
#C69D7E
(198,157,126)
#B18C71
(177,140,113)
#9C7B64
(156,123,100)
#876A57
(135,106,87)
#72594A
(114,89,74)
#5D483D
(93,72,61)
#483730
(72,55,48)
#332623
(51,38,35)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #F0BF98

#F0BF98
(240,191,152)
#F1C4A1
(241,196,161)
#F2C9AA
(242,201,170)
#F3CEB3
(243,206,179)
#F4D3BC
(244,211,188)
#F5D8C5
(245,216,197)
#F6DDCE
(246,221,206)
#F7E2D7
(247,226,215)
#F8E7E0
(248,231,224)
#F9ECE9
(249,236,233)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BF98 color. Also use rgb(240,191,152) instead hex code.

Text Font Color

.myTextColor { color: #F0BF98; }

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

This text font color is #F0BF98.

Background Color

.myBgColor { background-color: #F0BF98; }

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

This div background color is #F0BF98.

Border color

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

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

This div border color is #F0BF98.

Opacity

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

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

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

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

This text has shadow with #F0BF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BF98.

Preview

Color preview on black background

This text has color #F0BF98 on black background.


Color preview on white background

This text has color #F0BF98 on white background.


Black color preview on #F0BF98 background

This text has black color on #F0BF98 background.


White color preview on #F0BF98 background

This text has white color on #F0BF98 background.


Related colors

Complementary color

Complementary color for #hex is #0F4067.


I love getcolorcode.com

Triadic colors

1 #98F0BF and #BF98F0 with #F0BF98 are triadic colors.

2 #98BFF0 and #BFF098 with #F0BF98 are triadic colors.