COLOR #F2BB90

HEX: #F2BB90
RGB: (242,187,144)

Color info

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

RGB color model

#F2BB90 color RGB value is (242,187,144).

  • red value is 242;
  • green value is 187;
  • blue value is 144.
RGB:
(242,187,144)
(95%,73%,56%)

RGB channels and saturation

R 242 of 255 = 95%
G 187 of 255 = 73%
B 144 of 255 = 56%

242
187
144

R + G + B ~ 75%. #F2BB90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 187 + 144 = 573 (100%)
R 242 of 573 ~ 42.23%
G 187 of 573 ~ 32.64%
B 144 of 573 ~ 25.13%

%42.23
%32.64
%25.13

CMYK color model

#F2BB90 color CMYK value is (0,23,40,5).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 40.50%
  • key color value is 5.10%
CMYK:
(0,23,40,5)
C0M23Y40K5 
(0%,23%,40%,5%)
(0.00/0.23/0.40/0.05)	

CMYK percentages

%0
%22.73
%40.5
%5.1

Codes

Color #F2BB90 in popluar color models

F2BB90
RGB242187144
HSL26°79.03%75.69%
HSB/HSV26°40.50%94.90%
CMYK0.00%22.73%40.50%
5.10%

Color #F2BB90 in popluar number systems.

HEXF2BB90
Decimal242187144
Binary111100101011101110010000
Octal362273220

Shades and tints

Shades of #F2BB90

#F2BB90
(242,187,144)
#DCAA83
(220,170,131)
#C69976
(198,153,118)
#B08869
(176,136,105)
#9A775C
(154,119,92)
#84664F
(132,102,79)
#6E5542
(110,85,66)
#584435
(88,68,53)
#423328
(66,51,40)
#2C221B
(44,34,27)
#16110E
(22,17,14)
#000000
(0,0,0)

Tints of #F2BB90

#F2BB90
(242,187,144)
#F3C19A
(243,193,154)
#F4C7A4
(244,199,164)
#F5CDAE
(245,205,174)
#F6D3B8
(246,211,184)
#F7D9C2
(247,217,194)
#F8DFCC
(248,223,204)
#F9E5D6
(249,229,214)
#FAEBE0
(250,235,224)
#FBF1EA
(251,241,234)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BB90 color. Also use rgb(242,187,144) instead hex code.

Text Font Color

.myTextColor { color: #F2BB90; }

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

This text font color is #F2BB90.


Background Color

.myBgColor { background-color: #F2BB90; }

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

This div background color is #F2BB90.


Border color

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

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

This div border color is #F2BB90.


Opacity

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

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

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

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

This text has shadow with #F2BB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BB90 on black background.


Color preview on white background

This text has color #F2BB90 on white background.



Black color preview on #F2BB90 background

This text has black color on #F2BB90 background.


White color preview on #F2BB90 background

This text has white color on #F2BB90 background.