COLOR #F1BEB3

HEX: #F1BEB3
RGB: (241,190,179)

Color info

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

RGB color model

#F1BEB3 color RGB value is (241,190,179).

  • red value is 241;
  • green value is 190;
  • blue value is 179.
RGB:
(241,190,179)
(95%,75%,70%)

RGB channels and saturation

R 241 of 255 = 95%
G 190 of 255 = 75%
B 179 of 255 = 70%

241
190
179

R + G + B ~ 80%. #F1BEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 190 + 179 = 610 (100%)
R 241 of 610 ~ 39.51%
G 190 of 610 ~ 31.15%
B 179 of 610 ~ 29.34%

%39.51
%31.15
%29.34

CMYK color model

#F1BEB3 color CMYK value is (0,21,26,5).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 25.73%
  • key color value is 5.49%
CMYK:
(0,21,26,5)
C0M21Y26K5 
(0%,21%,26%,5%)
(0.00/0.21/0.26/0.05)	

CMYK percentages

%0
%21.16
%25.73
%5.49

Codes

Color #F1BEB3 in popluar color models

F1BEB3
RGB241190179
HSL11°68.89%82.35%
HSB/HSV11°25.73%94.51%
CMYK0.00%21.16%25.73%
5.49%

Color #F1BEB3 in popluar number systems.

HEXF1BEB3
Decimal241190179
Binary111100011011111010110011
Octal361276263

Shades and tints

Shades of #F1BEB3

#F1BEB3
(241,190,179)
#DCADA3
(220,173,163)
#C79C93
(199,156,147)
#B28B83
(178,139,131)
#9D7A73
(157,122,115)
#886963
(136,105,99)
#735853
(115,88,83)
#5E4743
(94,71,67)
#493633
(73,54,51)
#342523
(52,37,35)
#1F1413
(31,20,19)
#000000
(0,0,0)

Tints of #F1BEB3

#F1BEB3
(241,190,179)
#F2C3B9
(242,195,185)
#F3C8BF
(243,200,191)
#F4CDC5
(244,205,197)
#F5D2CB
(245,210,203)
#F6D7D1
(246,215,209)
#F7DCD7
(247,220,215)
#F8E1DD
(248,225,221)
#F9E6E3
(249,230,227)
#FAEBE9
(250,235,233)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BEB3 color. Also use rgb(241,190,179) instead hex code.

Text Font Color

.myTextColor { color: #F1BEB3; }

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

This text font color is #F1BEB3.


Background Color

.myBgColor { background-color: #F1BEB3; }

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

This div background color is #F1BEB3.


Border color

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

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

This div border color is #F1BEB3.


Opacity

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

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

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

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

This text has shadow with #F1BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BEB3 on black background.


Color preview on white background

This text has color #F1BEB3 on white background.



Black color preview on #F1BEB3 background

This text has black color on #F1BEB3 background.


White color preview on #F1BEB3 background

This text has white color on #F1BEB3 background.