COLOR #F1CEB0

HEX: #F1CEB0 RGB: (241,206,176)

Color info

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

RGB color model

#F1CEB0 color RGB value is (241,206,176).

RGB: (241,206,176) (95%, 81%, 69%)

RGB channels and saturation

R 241 of 255 = 95%
G 206 of 255 = 81%
B 176 of 255 = 69%

241
206
176

R + G + B ~ 82%. #F1CEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 206 + 176 = 623 (100%)
R 241 of 623 ~ 38.68%
G 206 of 623 ~ 33.07%
B 176 of 623 ~ 28.25'%

%38.68
%33.07
%28.25

CMYK color model

#F1CEB0 color CMYK value is (0,15,27,5).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 26.97%
  • key color value is 5.49%

CMYK: (0,15,27,5)
C0M15Y27K5 (0%, 15%, 27%, 5%)
(0.00 / 0.15 / 0.27 / 0.05)

CMYK percentages

%0
%14.52
%26.97
%5.49

Codes

Color #F1CEB0 in popluar color models

F1 CE B0
RGB 241 206 176
HSL 28° 69.89% 81.76%
HSB/HSV 28° 26.97% 94.51%
CMYK 0.00% 14.52% 26.97%
5.49%

Color #F1CEB0 in popluar number systems.

HEX F1 CE B0
Decimal 241 206 176
Binary 11110001 11001110 10110000
Octal 361 316 260

Shades and tints

Shades of #F1CEB0

#F1CEB0
(241,206,176)
#DCBCA0
(220,188,160)
#C7AA90
(199,170,144)
#B29880
(178,152,128)
#9D8670
(157,134,112)
#887460
(136,116,96)
#736250
(115,98,80)
#5E5040
(94,80,64)
#493E30
(73,62,48)
#342C20
(52,44,32)
#1F1A10
(31,26,16)
#000000
(0,0,0)

Tints of #F1CEB0

#F1CEB0
(241,206,176)
#F2D2B7
(242,210,183)
#F3D6BE
(243,214,190)
#F4DAC5
(244,218,197)
#F5DECC
(245,222,204)
#F6E2D3
(246,226,211)
#F7E6DA
(247,230,218)
#F8EAE1
(248,234,225)
#F9EEE8
(249,238,232)
#FAF2EF
(250,242,239)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CEB0 color. Also use rgb(241,206,176) instead hex code.

Text Font Color

.myTextColor { color: #F1CEB0; }

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

This text font color is #F1CEB0.

Background Color

.myBgColor { background-color: #F1CEB0; }

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

This div background color is #F1CEB0.

Border color

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

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

This div border color is #F1CEB0.

Opacity

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

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

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

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

This text has shadow with #F1CEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CEB0.

Preview

Color preview on black background

This text has color #F1CEB0 on black background.


Color preview on white background

This text has color #F1CEB0 on white background.


Black color preview on #F1CEB0 background

This text has black color on #F1CEB0 background.


White color preview on #F1CEB0 background

This text has white color on #F1CEB0 background.


Related colors

Complementary color

Complementary color for #hex is #0E314F.


I love getcolorcode.com

Triadic colors

1 #B0F1CE and #CEB0F1 with #F1CEB0 are triadic colors.

2 #B0CEF1 and #CEF1B0 with #F1CEB0 are triadic colors.