COLOR #F0CB88

HEX: #F0CB88 RGB: (240,203,136)

Color info

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

RGB color model

#F0CB88 color RGB value is (240,203,136).

RGB: (240,203,136) (94%, 80%, 53%)

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 136 of 255 = 53%

240
203
136

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

Portions of RGB colors in percentages

R + G + B = 240 + 203 + 136 = 579 (100%)
R 240 of 579 ~ 41.45%
G 203 of 579 ~ 35.06%
B 136 of 579 ~ 23.49'%

%41.45
%35.06
%23.49

CMYK color model

#F0CB88 color CMYK value is (0,15,43,6).

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 43.33%
  • key color value is 5.88%

CMYK: (0,15,43,6)
C0M15Y43K6 (0%, 15%, 43%, 6%)
(0.00 / 0.15 / 0.43 / 0.06)

CMYK percentages

%0
%15.42
%43.33
%5.88

Codes

Color #F0CB88 in popluar color models

F0 CB 88
RGB 240 203 136
HSL 39° 77.61% 73.73%
HSB/HSV 39° 43.33% 94.12%
CMYK 0.00% 15.42% 43.33%
5.88%

Color #F0CB88 in popluar number systems.

HEX F0 CB 88
Decimal 240 203 136
Binary 11110000 11001011 10001000
Octal 360 313 210

Shades and tints

Shades of #F0CB88

#F0CB88
(240,203,136)
#DBB97C
(219,185,124)
#C6A770
(198,167,112)
#B19564
(177,149,100)
#9C8358
(156,131,88)
#87714C
(135,113,76)
#725F40
(114,95,64)
#5D4D34
(93,77,52)
#483B28
(72,59,40)
#33291C
(51,41,28)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #F0CB88

#F0CB88
(240,203,136)
#F1CF92
(241,207,146)
#F2D39C
(242,211,156)
#F3D7A6
(243,215,166)
#F4DBB0
(244,219,176)
#F5DFBA
(245,223,186)
#F6E3C4
(246,227,196)
#F7E7CE
(247,231,206)
#F8EBD8
(248,235,216)
#F9EFE2
(249,239,226)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CB88 color. Also use rgb(240,203,136) instead hex code.

Text Font Color

.myTextColor { color: #F0CB88; }

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

This text font color is #F0CB88.

Background Color

.myBgColor { background-color: #F0CB88; }

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

This div background color is #F0CB88.

Border color

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

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

This div border color is #F0CB88.

Opacity

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

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

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

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

This text has shadow with #F0CB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CB88.

Preview

Color preview on black background

This text has color #F0CB88 on black background.


Color preview on white background

This text has color #F0CB88 on white background.


Black color preview on #F0CB88 background

This text has black color on #F0CB88 background.


White color preview on #F0CB88 background

This text has white color on #F0CB88 background.


Related colors

Complementary color

Complementary color for #hex is #0F3477.


I love getcolorcode.com

Triadic colors

1 #88F0CB and #CB88F0 with #F0CB88 are triadic colors.

2 #88CBF0 and #CBF088 with #F0CB88 are triadic colors.