COLOR #F1BEBF

HEX: #F1BEBF
RGB: (241,190,191)

Color info

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

RGB color model

#F1BEBF color RGB value is (241,190,191).

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

RGB channels and saturation

R 241 of 255 = 95%
G 190 of 255 = 75%
B 191 of 255 = 75%

241
190
191

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

Portions of RGB colors in percentages

R + G + B =
241 + 190 + 191 = 622 (100%)
R 241 of 622 ~ 38.75%
G 190 of 622 ~ 30.55%
B 191 of 622 ~ 30.71%

%38.75
%30.55
%30.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(0,21,21,5)
C0M21Y21K5 
(0%,21%,21%,5%)
(0.00/0.21/0.21/0.05)	

CMYK percentages

%0
%21.16
%20.75
%5.49

Codes

Color #F1BEBF in popluar color models

F1BEBF
RGB241190191
HSL359°64.56%84.51%
HSB/HSV359°21.16%94.51%
CMYK0.00%21.16%20.75%
5.49%

Color #F1BEBF in popluar number systems.

HEXF1BEBF
Decimal241190191
Binary111100011011111010111111
Octal361276277

Shades and tints

Shades of #F1BEBF

#F1BEBF
(241,190,191)
#DCADAE
(220,173,174)
#C79C9D
(199,156,157)
#B28B8C
(178,139,140)
#9D7A7B
(157,122,123)
#88696A
(136,105,106)
#735859
(115,88,89)
#5E4748
(94,71,72)
#493637
(73,54,55)
#342526
(52,37,38)
#1F1415
(31,20,21)
#000000
(0,0,0)

Tints of #F1BEBF

#F1BEBF
(241,190,191)
#F2C3C4
(242,195,196)
#F3C8C9
(243,200,201)
#F4CDCE
(244,205,206)
#F5D2D3
(245,210,211)
#F6D7D8
(246,215,216)
#F7DCDD
(247,220,221)
#F8E1E2
(248,225,226)
#F9E6E7
(249,230,231)
#FAEBEC
(250,235,236)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BEBF; }

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

This text font color is #F1BEBF.


Background Color

.myBgColor { background-color: #F1BEBF; }

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

This div background color is #F1BEBF.


Border color

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

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

This div border color is #F1BEBF.


Opacity

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

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

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

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

This text has shadow with #F1BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BEBF on black background.


Color preview on white background

This text has color #F1BEBF on white background.



Black color preview on #F1BEBF background

This text has black color on #F1BEBF background.


White color preview on #F1BEBF background

This text has white color on #F1BEBF background.