COLOR #F2BBA8

HEX: #F2BBA8
RGB: (242,187,168)

Color info

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

RGB color model

#F2BBA8 color RGB value is (242,187,168).

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

RGB channels and saturation

R 242 of 255 = 95%
G 187 of 255 = 73%
B 168 of 255 = 66%

242
187
168

R + G + B ~ 78%. #F2BBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 187 + 168 = 597 (100%)
R 242 of 597 ~ 40.54%
G 187 of 597 ~ 31.32%
B 168 of 597 ~ 28.14%

%40.54
%31.32
%28.14

CMYK color model

#F2BBA8 color CMYK value is (0,23,31,5).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 30.58%
  • key color value is 5.10%
CMYK:
(0,23,31,5)
C0M23Y31K5 
(0%,23%,31%,5%)
(0.00/0.23/0.31/0.05)	

CMYK percentages

%0
%22.73
%30.58
%5.1

Codes

Color #F2BBA8 in popluar color models

F2BBA8
RGB242187168
HSL15°74.00%80.39%
HSB/HSV15°30.58%94.90%
CMYK0.00%22.73%30.58%
5.10%

Color #F2BBA8 in popluar number systems.

HEXF2BBA8
Decimal242187168
Binary111100101011101110101000
Octal362273250

Shades and tints

Shades of #F2BBA8

#F2BBA8
(242,187,168)
#DCAA99
(220,170,153)
#C6998A
(198,153,138)
#B0887B
(176,136,123)
#9A776C
(154,119,108)
#84665D
(132,102,93)
#6E554E
(110,85,78)
#58443F
(88,68,63)
#423330
(66,51,48)
#2C2221
(44,34,33)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #F2BBA8

#F2BBA8
(242,187,168)
#F3C1AF
(243,193,175)
#F4C7B6
(244,199,182)
#F5CDBD
(245,205,189)
#F6D3C4
(246,211,196)
#F7D9CB
(247,217,203)
#F8DFD2
(248,223,210)
#F9E5D9
(249,229,217)
#FAEBE0
(250,235,224)
#FBF1E7
(251,241,231)
#FCF7EE
(252,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2BBA8; }

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

This text font color is #F2BBA8.


Background Color

.myBgColor { background-color: #F2BBA8; }

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

This div background color is #F2BBA8.


Border color

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

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

This div border color is #F2BBA8.


Opacity

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

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

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

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

This text has shadow with #F2BBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BBA8 on black background.


Color preview on white background

This text has color #F2BBA8 on white background.



Black color preview on #F2BBA8 background

This text has black color on #F2BBA8 background.


White color preview on #F2BBA8 background

This text has white color on #F2BBA8 background.