COLOR #F1BEAE

HEX: #F1BEAE
RGB: (241,190,174)

Color info

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

RGB color model

#F1BEAE color RGB value is (241,190,174).

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

RGB channels and saturation

R 241 of 255 = 95%
G 190 of 255 = 75%
B 174 of 255 = 68%

241
190
174

R + G + B ~ 79%. #F1BEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 190 + 174 = 605 (100%)
R 241 of 605 ~ 39.83%
G 190 of 605 ~ 31.4%
B 174 of 605 ~ 28.76%

%39.83
%31.4
%28.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(0,21,28,5)
C0M21Y28K5 
(0%,21%,28%,5%)
(0.00/0.21/0.28/0.05)	

CMYK percentages

%0
%21.16
%27.8
%5.49

Codes

Color #F1BEAE in popluar color models

F1BEAE
RGB241190174
HSL14°70.53%81.37%
HSB/HSV14°27.80%94.51%
CMYK0.00%21.16%27.80%
5.49%

Color #F1BEAE in popluar number systems.

HEXF1BEAE
Decimal241190174
Binary111100011011111010101110
Octal361276256

Shades and tints

Shades of #F1BEAE

#F1BEAE
(241,190,174)
#DCAD9F
(220,173,159)
#C79C90
(199,156,144)
#B28B81
(178,139,129)
#9D7A72
(157,122,114)
#886963
(136,105,99)
#735854
(115,88,84)
#5E4745
(94,71,69)
#493636
(73,54,54)
#342527
(52,37,39)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #F1BEAE

#F1BEAE
(241,190,174)
#F2C3B5
(242,195,181)
#F3C8BC
(243,200,188)
#F4CDC3
(244,205,195)
#F5D2CA
(245,210,202)
#F6D7D1
(246,215,209)
#F7DCD8
(247,220,216)
#F8E1DF
(248,225,223)
#F9E6E6
(249,230,230)
#FAEBED
(250,235,237)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BEAE; }

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

This text font color is #F1BEAE.


Background Color

.myBgColor { background-color: #F1BEAE; }

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

This div background color is #F1BEAE.


Border color

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

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

This div border color is #F1BEAE.


Opacity

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

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

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

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

This text has shadow with #F1BEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BEAE on black background.


Color preview on white background

This text has color #F1BEAE on white background.



Black color preview on #F1BEAE background

This text has black color on #F1BEAE background.


White color preview on #F1BEAE background

This text has white color on #F1BEAE background.