COLOR #F0CEB1

HEX: #F0CEB1 RGB: (240,206,177)

Color info

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

RGB color model

#F0CEB1 color RGB value is (240,206,177).

RGB: (240,206,177) (94%, 81%, 69%)

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 177 of 255 = 69%

240
206
177

R + G + B ~ 81%. #F0CEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 206 + 177 = 623 (100%)
R 240 of 623 ~ 38.52%
G 206 of 623 ~ 33.07%
B 177 of 623 ~ 28.41'%

%38.52
%33.07
%28.41

CMYK color model

#F0CEB1 color CMYK value is (0,14,26,6).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 26.25%
  • key color value is 5.88%

CMYK: (0,14,26,6)
C0M14Y26K6 (0%, 14%, 26%, 6%)
(0.00 / 0.14 / 0.26 / 0.06)

CMYK percentages

%0
%14.17
%26.25
%5.88

Codes

Color #F0CEB1 in popluar color models

F0 CE B1
RGB 240 206 177
HSL 28° 67.74% 81.76%
HSB/HSV 28° 26.25% 94.12%
CMYK 0.00% 14.17% 26.25%
5.88%

Color #F0CEB1 in popluar number systems.

HEX F0 CE B1
Decimal 240 206 177
Binary 11110000 11001110 10110001
Octal 360 316 261

Shades and tints

Shades of #F0CEB1

#F0CEB1
(240,206,177)
#DBBCA1
(219,188,161)
#C6AA91
(198,170,145)
#B19881
(177,152,129)
#9C8671
(156,134,113)
#877461
(135,116,97)
#726251
(114,98,81)
#5D5041
(93,80,65)
#483E31
(72,62,49)
#332C21
(51,44,33)
#1E1A11
(30,26,17)
#000000
(0,0,0)

Tints of #F0CEB1

#F0CEB1
(240,206,177)
#F1D2B8
(241,210,184)
#F2D6BF
(242,214,191)
#F3DAC6
(243,218,198)
#F4DECD
(244,222,205)
#F5E2D4
(245,226,212)
#F6E6DB
(246,230,219)
#F7EAE2
(247,234,226)
#F8EEE9
(248,238,233)
#F9F2F0
(249,242,240)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CEB1 color. Also use rgb(240,206,177) instead hex code.

Text Font Color

.myTextColor { color: #F0CEB1; }

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

This text font color is #F0CEB1.

Background Color

.myBgColor { background-color: #F0CEB1; }

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

This div background color is #F0CEB1.

Border color

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

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

This div border color is #F0CEB1.

Opacity

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

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

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

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

This text has shadow with #F0CEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0CEB1.

Preview

Color preview on black background

This text has color #F0CEB1 on black background.


Color preview on white background

This text has color #F0CEB1 on white background.


Black color preview on #F0CEB1 background

This text has black color on #F0CEB1 background.


White color preview on #F0CEB1 background

This text has white color on #F0CEB1 background.


Related colors

Complementary color

Complementary color for #hex is #0F314E.


I love getcolorcode.com

Triadic colors

1 #B1F0CE and #CEB1F0 with #F0CEB1 are triadic colors.

2 #B1CEF0 and #CEF0B1 with #F0CEB1 are triadic colors.