COLOR #F1BEBD

HEX: #F1BEBD
RGB: (241,190,189)

Color info

#F1BEBD contains red, green and blue colors in about the same proportion. Web safe color of #F1BEBD is #FFCCCC (or #FCC).

RGB color model

#F1BEBD color RGB value is (241,190,189).

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

RGB channels and saturation

R 241 of 255 = 95%
G 190 of 255 = 75%
B 189 of 255 = 74%

241
190
189

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

Portions of RGB colors in percentages

R + G + B =
241 + 190 + 189 = 620 (100%)
R 241 of 620 ~ 38.87%
G 190 of 620 ~ 30.65%
B 189 of 620 ~ 30.48%

%38.87
%30.65
%30.48

CMYK color model

#F1BEBD color CMYK value is (0,21,22,5).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,21,22,5)
C0M21Y22K5 
(0%,21%,22%,5%)
(0.00/0.21/0.22/0.05)	

CMYK percentages

%0
%21.16
%21.58
%5.49

Codes

Color #F1BEBD in popluar color models

F1BEBD
RGB241190189
HSL65.00%84.31%
HSB/HSV21.58%94.51%
CMYK0.00%21.16%21.58%
5.49%

Color #F1BEBD in popluar number systems.

HEXF1BEBD
Decimal241190189
Binary111100011011111010111101
Octal361276275

Shades and tints

Shades of #F1BEBD

#F1BEBD
(241,190,189)
#DCADAC
(220,173,172)
#C79C9B
(199,156,155)
#B28B8A
(178,139,138)
#9D7A79
(157,122,121)
#886968
(136,105,104)
#735857
(115,88,87)
#5E4746
(94,71,70)
#493635
(73,54,53)
#342524
(52,37,36)
#1F1413
(31,20,19)
#000000
(0,0,0)

Tints of #F1BEBD

#F1BEBD
(241,190,189)
#F2C3C3
(242,195,195)
#F3C8C9
(243,200,201)
#F4CDCF
(244,205,207)
#F5D2D5
(245,210,213)
#F6D7DB
(246,215,219)
#F7DCE1
(247,220,225)
#F8E1E7
(248,225,231)
#F9E6ED
(249,230,237)
#FAEBF3
(250,235,243)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BEBD; }

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

This text font color is #F1BEBD.


Background Color

.myBgColor { background-color: #F1BEBD; }

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

This div background color is #F1BEBD.


Border color

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

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

This div border color is #F1BEBD.


Opacity

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

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

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

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

This text has shadow with #F1BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BEBD on black background.


Color preview on white background

This text has color #F1BEBD on white background.



Black color preview on #F1BEBD background

This text has black color on #F1BEBD background.


White color preview on #F1BEBD background

This text has white color on #F1BEBD background.